From 29eb6c1975de92e9488960ad4ce6732cd7e0a207 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Tue, 4 Feb 2014 08:38:32 +0000 Subject: [PATCH] added craftbukkit link to guide --- docs/YoungPersonsGuideToProgrammingMinecraft.md | 7 +++++-- src/docs/templates/ypgpm.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/YoungPersonsGuideToProgrammingMinecraft.md b/docs/YoungPersonsGuideToProgrammingMinecraft.md index 2c2ba4b..532d32f 100644 --- a/docs/YoungPersonsGuideToProgrammingMinecraft.md +++ b/docs/YoungPersonsGuideToProgrammingMinecraft.md @@ -61,8 +61,9 @@ easy addition of 'Mods' and extensions to Minecraft. ScriptCraft is a difficult but CraftBukkit makes it easy. Follow these steps to Install ScriptCraft on your computer... -1. [Download and install CraftBukkit][dlbuk]. Then follow the [Bukkit Installation Instructions][bii]. -[bii]: http://wiki.bukkit.org/Setting_up_a_server +1. [Download and install CraftBukkit][dlbuk]. Then follow the [Bukkit + Installation Instructions][bii]. (Tip: You can grab the very latest + version of bukkit from the [alternative versions list][dlbuk2]) 2. Start the CraftBukkit server, then once it has started up, stop it by typing 'stop'. If you go to the craftbukkit folder (see step 1) you @@ -1207,6 +1208,8 @@ different objects and methods available for use by ScriptCraft. [buk]: http://wiki.bukkit.org/Setting_up_a_server [dlbuk]: http://dl.bukkit.org/ +[dlbuk2]: http://dl.bukkit.org/downloads/craftbukkit/ +[bii]: http://wiki.bukkit.org/Setting_up_a_server [sc-plugin]: http://scriptcraftjs.org/download/ [ce]: http://www.codecademy.com/ [mcdv]: http://www.minecraftwiki.net/wiki/Data_values diff --git a/src/docs/templates/ypgpm.md b/src/docs/templates/ypgpm.md index 46a04f8..2ecd292 100644 --- a/src/docs/templates/ypgpm.md +++ b/src/docs/templates/ypgpm.md @@ -26,8 +26,9 @@ easy addition of 'Mods' and extensions to Minecraft. ScriptCraft is a difficult but CraftBukkit makes it easy. Follow these steps to Install ScriptCraft on your computer... -1. [Download and install CraftBukkit][dlbuk]. Then follow the [Bukkit Installation Instructions][bii]. -[bii]: http://wiki.bukkit.org/Setting_up_a_server +1. [Download and install CraftBukkit][dlbuk]. Then follow the [Bukkit + Installation Instructions][bii]. (Tip: You can grab the very latest + version of bukkit from the [alternative versions list][dlbuk2]) 2. Start the CraftBukkit server, then once it has started up, stop it by typing 'stop'. If you go to the craftbukkit folder (see step 1) you @@ -1172,6 +1173,8 @@ different objects and methods available for use by ScriptCraft. [buk]: http://wiki.bukkit.org/Setting_up_a_server [dlbuk]: http://dl.bukkit.org/ +[dlbuk2]: http://dl.bukkit.org/downloads/craftbukkit/ +[bii]: http://wiki.bukkit.org/Setting_up_a_server [sc-plugin]: http://scriptcraftjs.org/download/ [ce]: http://www.codecademy.com/ [mcdv]: http://www.minecraftwiki.net/wiki/Data_values