bukkit/README.md

17 lines
440 B
Markdown
Raw Normal View History

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-18 22:35:10 -04:00
Bugs/Suggestions: [http://leaky.bukkit.org](http://leaky.bukkit.org)
2013-03-18 22:31:42 -04: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`