Datei suchen
sk89q d98c8e2100 Revert "Entity's bukkitEntity field now holds a CraftEntity by default."
This reverts commit 7a64e864fc481f001812d78cc4d767872c458706.
2011-01-21 18:35:32 -08:00
src/main/java Revert "Entity's bukkitEntity field now holds a CraftEntity by default." 2011-01-21 18:35:32 -08:00
.gitignore Expanded .gitignore with some potential build folders and files. 2011-01-21 15:28:12 -08:00
LGPL.txt We're LGPL. 2011-01-02 10:58:11 +01:00
LICENCE.txt We're LGPL. 2011-01-02 10:58:11 +01:00
pom.xml Modified POM for better Bamboo integration 2011-01-20 21:21:30 +00:00
README.md Updated pom once more! proper repo this time :D 2011-01-15 01:24:18 +01:00

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