Files
Paper/paper-server
CraftBukkit/Spigot 76e05aa578 Added getContents() to IInventory and implemented it.
Implemented Inventory and PlayerInventory and updated StorageMinecart and Slot.
Added getMaxStackSize to CraftItemStack.

By: Erik Broes <erikbroes@grum.nl>
2011-01-09 18:27:46 +01:00
..
2011-01-02 10:58:11 +01:00
2011-01-02 10:58:11 +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