PaperMC/paper-server
CraftBukkit/Spigot ea7442232c Updates to all Entities to use getBukkitEntity() any time an event is
raised.
Similar update to CraftVehicle and CraftLivingEntity

By: Andrew Ardill <andrew.ardill@gmail.com>
2011-01-17 08:53:42 +08:00
..
src/main/java/org/bukkit/craftbukkit Updates to all Entities to use getBukkitEntity() any time an event is 2011-01-17 08:53:42 +08:00
.gitignore Added compile instructions in README.md 2011-01-03 19:32:42 +01: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 Updated pom once more! proper repo this time :D 2011-01-15 01:24:18 +01: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