From c2886555e30faa6dd3ea7136048da0a1d7eda81e Mon Sep 17 00:00:00 2001 From: "K. M. Lawson" Date: Sat, 11 Jan 2014 12:32:16 -0500 Subject: [PATCH] reversed step 4-5 in install Reference to CraftBukkit command window seemed a bit out of place if the server is not running. Thanks for great work here! --- docs/YoungPersonsGuideToProgrammingMinecraft.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/YoungPersonsGuideToProgrammingMinecraft.md b/docs/YoungPersonsGuideToProgrammingMinecraft.md index 33f5d9c..c043c70 100644 --- a/docs/YoungPersonsGuideToProgrammingMinecraft.md +++ b/docs/YoungPersonsGuideToProgrammingMinecraft.md @@ -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