Go to file
md_5 feacfb991d [Experimental] - Enable compressed bulk chunk cache.
Sort chunks a final time before sending. This gives the advantage that chunks will load as close to the player as they possibly can, and then move out, as well as increase the cache hit rate when using smaller bulk chunk limits such as the default of 5.
2014-01-29 09:04:51 +11:00
Bukkit@4b0e6ba611
Bukkit-Patches Fix typo on /timings on message 2014-01-27 14:47:37 +00:00
CraftBukkit@15b04d84b6
CraftBukkit-Patches [Experimental] - Enable compressed bulk chunk cache. 2014-01-29 09:04:51 +11:00
.gitmodules
.travis.yml
applyPatches.sh
pom.xml
README.md
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