No description
Find a file
2011-01-20 03:53:27 +00:00
src/main/java/org/bukkit Added /version and /reload commands 2011-01-20 03:53:27 +00:00
.gitignore
LICENCE.txt
pom.xml PlayerEggThrowEvent 2011-01-11 02:58:51 -05:00
README.md

Bukkit

A Minecraft Server API.

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out this repo and: mvn clean install