Update bukkit.md
This commit is contained in:
parent
aa5b4de3ae
commit
a76a4ed87b
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ The Bukkit Plugin version is also *much easer to install*.
|
|||
Prerequisites
|
||||
=============
|
||||
You will need to have Java version 6 or 7 installed on your machine. Check the version by typing `java -version` at a command prompt.
|
||||
You will need to install Bukkit on your machine. Bukkit is a version of Minecraft (server) that makes it easy to install plugins and customize Minecraft.
|
||||
You will need to [install Bukkit][ib] on your machine. Bukkit is a version of Minecraft (server) that makes it easy to install plugins and customize Minecraft.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
@ -36,3 +36,4 @@ Because the Bukkit API is open, all of the Bukkit API is accessible via javascri
|
|||
|
||||
[dl]: http://walterhiggins.net/blog/files/scriptcraft.jar
|
||||
[api]: http://jd.bukkit.org/apidocs/org/bukkit/plugin/java/JavaPlugin.html
|
||||
[ib]: http://wiki.bukkit.org/Setting_up_a_server
|
||||
|
|
Reference in a new issue