Go to file
Zach Brown de86706b70 Update PaperSpigot to Minecraft 1.8 2014-11-28 15:01:21 -06:00
Bukkit-Patches Update PaperSpigot to Minecraft 1.8 2014-11-28 15:01:21 -06:00
CraftBukkit-Patches Update PaperSpigot to Minecraft 1.8 2014-11-28 15:01:21 -06:00
Spigot-API-Patches Update PaperSpigot to Minecraft 1.8 2014-11-28 15:01:21 -06:00
Spigot-Server-Patches Update PaperSpigot to Minecraft 1.8 2014-11-28 15:01:21 -06:00
.gitignore Update PaperSpigot to Minecraft 1.8 2014-11-28 15:01:21 -06:00
README.md Fix build link in README.md 2014-08-19 14:52:19 -05:00
applyPatches.sh Update PaperSpigot to Minecraft 1.8 2014-11-28 15:01:21 -06:00
pom.xml Update PaperSpigot to Minecraft 1.8 2014-11-28 15:01:21 -06:00
rebuildPatches.sh Stop rebuilding Spigot's patches 2014-07-30 03:37:19 -05: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

README.md

PaperSpigot CI Status Travis Status

High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.

IRC Support and Project Discussion

Compiled Builds

Documentation and wiki

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