2011-01-03 19:17:31 +01:00
|
|
|
Bukkit
|
|
|
|
======
|
|
|
|
|
|
|
|
A Minecraft Server API.
|
|
|
|
|
2011-03-25 23:22:00 +01:00
|
|
|
Website: [http://bukkit.org](http://bukkit.org)
|
2013-03-19 03:35:10 +01:00
|
|
|
Bugs/Suggestions: [http://leaky.bukkit.org](http://leaky.bukkit.org)
|
2013-03-19 03:31:42 +01:00
|
|
|
Contributing Guidelines: [CONTRIBUTING.md](https://github.com/Bukkit/Bukkit/blob/master/CONTRIBUTING.md)
|
2011-03-25 23:22:00 +01:00
|
|
|
|
2011-02-05 16:11:37 +01:00
|
|
|
Compilation
|
|
|
|
-----------
|
|
|
|
|
|
|
|
We use maven to handle our dependencies.
|
|
|
|
|
|
|
|
* Install [Maven 3](http://maven.apache.org/download.html)
|
|
|
|
* Check out this repo and: `mvn clean install`
|