2011-01-03 19:32:42 +01:00
|
|
|
CraftBukkit
|
|
|
|
===========
|
|
|
|
|
|
|
|
A Bukkit (Minecraft Server API) implementation
|
|
|
|
|
2011-03-25 23:26:44 +01:00
|
|
|
Website: [http://bukkit.org](http://bukkit.org)
|
2013-03-19 03:26:15 +01:00
|
|
|
Bugs/Suggestions: [http://leaky.bukkit.org](http://leaky.bukkit.org)
|
|
|
|
Contributing Guidelines: [CONTRIBUTING.md](https://github.com/Bukkit/CraftBukkit/blob/master/CONTRIBUTING.md)
|
2011-03-25 23:26:44 +01:00
|
|
|
|
2011-01-03 19:32:42 +01:00
|
|
|
Compilation
|
|
|
|
-----------
|
|
|
|
|
|
|
|
We use maven to handle our dependencies.
|
|
|
|
|
|
|
|
* Install [Maven 3](http://maven.apache.org/download.html)
|
|
|
|
* Check out and install [Bukkit](http://github.com/Bukkit/Bukkit)
|
2011-01-15 01:24:18 +01:00
|
|
|
* *Note*: this is not needed as the repository we use has Bukkit too, but you might have a newer one (with your own changes :D)
|
2011-01-03 19:32:42 +01:00
|
|
|
* Check out this repo and: `mvn clean package`
|