High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Go to file
Andrew Ardill 8bbb0749ef fixes some explosion events to stop accessing null entities.
Placed some tags against some spammy events.
2011-01-20 07:01:45 +08:00
src/main/java fixes some explosion events to stop accessing null entities. 2011-01-20 07:01:45 +08:00
.gitignore reverted # from server console 2011-01-18 19:42:49 -05: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