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

A Bukkit (Minecraft Server API) implementation

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)
* Check out this repo and: `mvn clean package`