Go to file
2014-07-28 02:48:03 -05:00
Bukkit@d3ab9468c3
Bukkit-Patches Update from upstream SpigotMC 2014-07-27 14:20:28 -05:00
CraftBukkit@37c7969161
CraftBukkit-Patches Fix CraftBukkit-Patches/0032 that got mangled in the upstream update 2014-07-27 14:26:04 -05:00
MinecraftRelocate
MinecraftServer
Spigot-API-Patches
Spigot-Server-Patches Apply the better water lighting updates patch to receding water as well 2014-07-28 02:48:03 -05:00
.gitignore
.gitmodules
.travis.yml
applyPatches.sh
pom.xml
README.md Add travis back to README.md 2014-07-22 15:28:35 -05:00
rebuildPatches.sh Restructure PaperSpigot as a new set of modules 2014-07-21 15:46:54 -05:00
SneakyThrow.jar Update from upstream SpigotMC 2014-07-27 14:20:28 -05:00
upstreamMerge.sh

PaperSpigot CI Status Travis Status

High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies. IRC Support and Project Discussion

How To

Init the submodules : git submodule update --init

Apply Patches : ./applyPatches.sh

Create patch for server

cd PaperSpigot-Server

Add your file for commit : git add <file>

Commit : git commit -m <msg>

cd ..

Create Patch ./rebuildPatches.sh

Create patch for API

cd Paperspigot-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