Spigot df5b7c29c8 Add InventoryClickEvent.getClickedInventory. Adds BUKKIT-4495
Plugins currently have to do the logic themselves on the raw slot ID
in order to determine the inventory clicked. This provides the logic for plugins to
readily identify which inventory was clicked.

By: Aikar <aikar@aikar.co>
2013-07-08 14:59:17 +10:00
2013-07-05 10:45:18 +10:00
2013-03-17 12:04:04 -07:00
2013-05-27 16:27:44 +10:00
2013-07-03 10:06:27 +05:00

Spigot Build Status

High performance Minecraft server implementation

How To

Init a Craftbukkit and Bukkit module : git submodule update --init

Apply Patches : ./applyPatches.sh

Create patch for server

cd Spigot-Server

Add your file for commit : git add <file>

Commit : git commit -m <msg>

cd ..

Create Patch ./rebuildPatches.sh

Create patch for API

cd Spigot-API

Add your file for commit : git add <file>

Commit : git commit -m <msg>

cd ..

Create Patch ./rebuildPatches.sh

Compilation

We use maven to handle our dependencies.

  • Install Maven 3
  • Clone this repo and: mvn clean install
Description
No description provided
Readme 51 MiB
Languages
Java 100%