added craftbukkit link to guide
This commit is contained in:
parent
b3eaec4cf2
commit
29eb6c1975
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
7
src/docs/templates/ypgpm.md
vendored
7
src/docs/templates/ypgpm.md
vendored
|
@ -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
|
||||
|
|
Reference in a new issue