Merge branch 'master' of https://github.com/walterhiggins/ScriptCraft
This commit is contained in:
commit
839f3d10f2
2 changed files with 4 additions and 4 deletions
|
@ -72,7 +72,9 @@ Install ScriptCraft on your computer...
|
|||
3. [Download the latest version of the ScriptCraft Mod][sc-plugin]. Then copy the ScriptCraft.jar file to the
|
||||
`craftbukkit/plugins` folder (This folder won't be created until you run Bukkit for the first time (see previous step).
|
||||
|
||||
4. In the CraftBukkit command window type `op {your_username}` and hit
|
||||
4. Start up the craftbukkit server again (see [instructions for starting the server][bii]).
|
||||
|
||||
5. In the CraftBukkit command window type `op {your_username}` and hit
|
||||
enter, replacing {your_username} with your own minecraft
|
||||
username. This will give you `operator` access meaning you can perform
|
||||
more commands than are normally available in Minecraft. You should
|
||||
|
@ -80,8 +82,6 @@ Install ScriptCraft on your computer...
|
|||
for the server) permanently by editing the craftbukkit/ops.txt file
|
||||
and adding your username (one username per line).
|
||||
|
||||
5. Start up the craftbukkit server again (see [instructions for starting the server][bii]).
|
||||
|
||||
6. In the CraftBukkit command window type `js 1 + 1` and hit enter. You should see `> 2` .
|
||||
|
||||
... Congratulations! You just installed your own Minecraft Server with
|
||||
|
|
|
@ -33,7 +33,7 @@ var blocks = {
|
|||
sapling: {
|
||||
oak: 6,
|
||||
spruce: '6:1',
|
||||
birch: '62:2',
|
||||
birch: '6:2',
|
||||
jungle: '6:3'
|
||||
},
|
||||
bedrock: 7,
|
||||
|
|
Reference in a new issue