High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies
Go to file
Zach Brown 9a517de244 Update 1.8-proto from upstream SpigotMC
Fix ProtocolLib compatibility. SpigotMC/Spigot@710eb7514b
Bump protocol to 1.8 SpigotMC/Spigot@dd01fbe415
Merge the Protocollib fix into the snapshot branch SpigotMC/Spigot@8ff46693f6
Correctly send the MC|Brand packet SpigotMC/Spigot@0e0982d98c
Block EchoPet as it causes client crashes with the 1.8 patch SpigotMC/Spigot@480804b38f
Replace invalid items for 1.8 clients with (kinda) sane replacements SpigotMC/Spigot@892c121ff1
Fix the furnace progress bars for 1.8 clients SpigotMC/Spigot@a799b4d5ea
2014-11-28 14:19:08 -06:00
Bukkit@f210234e59 Update from upstream SpigotMC 2014-08-18 10:43:17 -05:00
Bukkit-Patches Update 1.8-proto from upstream SpigotMC 2014-11-28 14:19:08 -06:00
CraftBukkit@07d4558b48 Update from upstream SpigotMC 2014-08-18 10:43:17 -05:00
CraftBukkit-Patches Update 1.8-proto from upstream SpigotMC 2014-11-28 14:19:08 -06: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 Update from upstream SpigotMC 2014-11-28 14:19:07 -06:00
Spigot-Server-Patches Update from upstream SpigotMC 2014-11-28 14:19:07 -06:00
.gitignore Add linux temp files (*~) to .gitignore 2014-08-06 17:58:23 -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 Fix build link in README.md 2014-08-19 14:52:19 -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

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