Go to file
2011-02-01 11:43:31 +00:00
src/main/java Don't hate me :( 2011-02-01 11:43:31 +00:00
.gitignore Expanded .gitignore with some potential build folders and files. 2011-01-21 15:28:12 -08:00
LGPL.txt
LICENCE.txt
pom.xml Updated pom to reference 'second patched version' of the server. 2011-01-30 13:38:07 +01:00
README.md

CraftBukkit

A Bukkit (Minecraft Server API) implementation

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out and install Bukkit
    • Note: this is not needed as the repository we use has Bukkit too, but you might have a newer one (with your own changes :D)
  • Check out this repo and: mvn clean package