PaperMC/paper-server
CraftBukkit/Spigot 3b1844601a Bukkit Timers, now with 100% less github-services branch.
By: thylordroot <organicnightmare@gmail.com>
2011-01-10 10:10:37 +08:00
..
src/main/java/org/bukkit/craftbukkit Bukkit Timers, now with 100% less github-services branch. 2011-01-10 10:10:37 +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 - 2011-01-10 09:57:47 +08:00
README.md Added compile instructions in README.md 2011-01-03 19:32:42 +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