Go to file
2013-08-06 11:19:10 +10:00
Bukkit@bf832ee9d6 Upstream Merge 2013-08-04 08:51:09 +10:00
Bukkit-Patches Add Getter for Entity Invulnerability 2013-08-03 19:54:36 +10:00
CraftBukkit@5af5f5df25 Upstream Merge 2013-08-04 08:51:09 +10:00
CraftBukkit-Patches Cap min speed not velocity 2013-08-06 11:19:10 +10:00
.gitmodules
.travis.yml
applyPatches.sh
pom.xml Update POM link. Thanks @JamieSinn for pointing out 2013-08-03 19:35:35 +10:00
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