High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Go to file
speakeasy 6a15ae252b Clean up and fix bug in NetworkAcceptThread and NetworkListenThread classes.
Signed-off-by: speakeasy <mekevin1917@gmail.com>
2011-01-11 05:34:52 +08:00
src/main/java Clean up and fix bug in NetworkAcceptThread and NetworkListenThread classes. 2011-01-11 05:34:52 +08:00
.gitignore Added compile instructions in README.md 2011-01-09 18:28:46 +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 - 2011-01-10 10:29:21 +08:00
README.md Added compile instructions in README.md 2011-01-09 18:28:46 +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
  • Check out this repo and: mvn clean package