Merge pull request #110 from kmlawson/patch-1
reversed step 4-5 in install
This commit is contained in:
commit
4ff602231c
1 changed files with 3 additions and 3 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
|
||||
|
|
Reference in a new issue