1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-17 10:41:41 +01:00
PaperMC/paper-server
CraftBukkit/Spigot 87747a1304 Fixed some bugs with inventory
By: Erik Broes <erikbroes@grum.nl>
2011-01-09 23:41:05 +01:00
..
src/main/java/org/bukkit/craftbukkit Fixed some bugs with inventory 2011-01-09 23:41:05 +01: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 Added command-line arguments, forced nogui 2011-01-04 00:43:23 +00: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