Go to file
2013-09-19 17:15:49 +10:00
Bukkit@30a9411199 Upstream merge + remove 3 pulled patches. 2013-09-12 10:20:02 +10:00
Bukkit-Patches Upstream merge + remove 3 pulled patches. 2013-09-12 10:20:02 +10:00
CraftBukkit@22f47a805a Upstream merge + remove 3 pulled patches. 2013-09-12 10:20:02 +10:00
CraftBukkit-Patches Update to Minecraft 1.6.3 - part 1 2013-09-19 17:15:49 +10:00
.gitmodules
.travis.yml
applyPatches.sh Abort any existing patches when applying 2013-03-23 10:05:32 +11:00
pom.xml Update POM link. Thanks @JamieSinn for pointing out 2013-08-03 19:35:35 +10:00
README.md Fix travis-ci links 2013-08-19 22:21:12 +02:00
rebuildPatches.sh Remove stats completely from patches. 2013-04-10 14:08:33 +10:00
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