Go to file
2013-07-19 19:35:05 +10:00
Bukkit@f638ec1bfb Update to latest CraftBukkit and refresh all patch hashes - somehow InventoryClickEvent patch got applied twice. 2013-07-11 11:31:30 +10:00
Bukkit-Patches Added getAllSessionData() to the Conversation API. 2013-07-12 11:21:22 +10:00
CraftBukkit@dc253127ad Update to latest CB 2013-07-19 19:35:05 +10:00
CraftBukkit-Patches Update to latest CB 2013-07-19 19:35:05 +10:00
.gitmodules
.travis.yml
applyPatches.sh
pom.xml
README.md Minor semantics fix 2013-07-03 10:06:27 +05:00
rebuildPatches.sh
upstreamMerge.sh

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