High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Go to file
2014-11-29 23:30:18 -08:00
Bukkit@277baff1a1 Update Spigot's Patches round 2? 2014-11-28 18:06:26 -06:00
Bukkit-Patches Update Spigot's Patches 2014-11-28 18:03:01 -06:00
CraftBukkit@73f4bc3434 Update CraftBukkit 2014-11-29 23:30:18 -08:00
CraftBukkit-Patches Update Spigot's Patches round 2? 2014-11-28 18:06:26 -06:00
Spigot-API-Patches
Spigot-Server-Patches Configurable TNT water movement 2014-11-29 23:15:12 -08:00
.gitignore Update Spigot's Patches round 2? 2014-11-28 18:06:26 -06:00
applyPatches.sh
pom.xml
README.md Hopefully beter readme formatting 2014-11-29 15:15:34 -06:00
rebuildPatches.sh
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

Download a copy of PaperTools.jar from our buildserver here: https://hub.spigotmc.org/stash/projects/PAPER/repos/papertools/browse

Place PaperTools.jar into an empty directory and run it with java -jar PaperTools.jar from Git-Bash/Bash

It requires you have git installed on your local system as well as JDK 7 or above.

How To (Advanced & Legacy Users)

After running the PaperTools jar, you can compile at any time. A brief overview is provided below. For more novice users, we recommend you avoid these steps and stick to the PaperTools.jar build tool.

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