Go to file
2014-04-17 13:02:29 +01:00
Bukkit@ec19988db3 Upstream merge 2014-04-14 14:35:29 +10:00
Bukkit-Patches Add Score.isScoreSet()Z API. 2014-04-17 19:36:09 +10:00
CraftBukkit@5fc3995ea8 Fix BanList command and other *list functionality 2014-04-17 19:03:18 +10:00
CraftBukkit-Patches Stop player skull's name being incorrectly set to the profiles's toString 2014-04-17 13:02:29 +01:00
.gitmodules
.travis.yml
applyPatches.sh Set shell prompt to $ when running the patch scripts, helps with speed on windows. 2014-04-14 21:01:27 +10:00
pom.xml
README.md
rebuildPatches.sh Set shell prompt to $ when running the patch scripts, helps with speed on windows. 2014-04-14 21:01:27 +10:00
upstreamMerge.sh Set shell prompt to $ when running the patch scripts, helps with speed on windows. 2014-04-14 21:01:27 +10: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