High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Go to file
Zach Brown 7cab612cfb Update from upstream SpigotMC
Skip online mode UUID lookups when in offline mode and not using Bungee. SpigotMC/Spigot@25b673fd7e
2014-07-30 03:39:03 -05:00
Bukkit@d3ab9468c3 Restructure PaperSpigot as a new set of modules 2014-07-21 15:46:54 -05:00
Bukkit-Patches Update from upstream SpigotMC 2014-07-27 14:20:28 -05:00
CraftBukkit@37c7969161 Restructure PaperSpigot as a new set of modules 2014-07-21 15:46:54 -05:00
CraftBukkit-Patches Update from upstream SpigotMC 2014-07-30 03:39:03 -05:00
MinecraftRelocate Fix minecraft-server dependencies in poms 2014-07-22 14:50:06 -05:00
MinecraftServer Update MinecraftServer and MinecraftRelocate for module change 2014-07-21 19:28:52 -05:00
Spigot-API-Patches Stop using spigotmc.org as a redirect for timings 2014-07-28 03:29:08 -05:00
Spigot-Server-Patches Better nerf for TNT Cannons ... 2014-07-30 03:35:32 -05:00
.gitignore Restructure PaperSpigot as a new set of modules 2014-07-21 15:46:54 -05:00
.gitmodules Restructure PaperSpigot as a new set of modules 2014-07-21 15:46:54 -05:00
.travis.yml Add more Java versions to Travis 2014-03-20 20:15:36 +11:00
applyPatches.sh Restructure PaperSpigot as a new set of modules 2014-07-21 15:46:54 -05:00
pom.xml Restructure PaperSpigot as a new set of modules 2014-07-21 15:46:54 -05:00
README.md Add travis back to README.md 2014-07-22 15:28:35 -05:00
rebuildPatches.sh Stop rebuilding Spigot's patches 2014-07-30 03:37:19 -05:00
SneakyThrow.jar Update from upstream SpigotMC 2014-07-27 14:20:28 -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

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