summaryrefslogtreecommitdiffstats
path: root/README.md
blob: f6f00c391e458269cdd1f9e025ba4d335fc77d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Bukkit
======

A Minecraft Server API.

Website: [http://bukkit.org](http://bukkit.org)  
Bugs/Suggestions: [http://leaky.bukkit.org](http://leaky.bukkit.org)

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`