geforkt von Mirrors/Paper
4aef5602d5
Remove defensive copy in EAR SpigotMC/Spigot@f1ba1f6c07 Make "moved wrongly limit" configurable SpigotMC/Spigot@f7ab380e16 Fix null Tile Entity Worlds (we already had this) SpigotMC/Spigot@b271cdbfa0 Fix slow tab complete for some commands SpigotMC/Spigot@f3b7952c73 Only suggest ops to deop and remove whitelist add case entirely SpigotMC/Spigot@0e1fcfbe70 Allow tab complete for /whitelist add SpigotMC/Spigot@27f8aa22bd |
||
---|---|---|
Bukkit@d3ab9468c3 | ||
Bukkit-Patches | ||
CraftBukkit@37c7969161 | ||
CraftBukkit-Patches | ||
MinecraftRelocate | ||
MinecraftServer | ||
Spigot-API-Patches | ||
Spigot-Server-Patches | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
applyPatches.sh | ||
pom.xml | ||
README.md | ||
rebuildPatches.sh | ||
upstreamMerge.sh |
PaperSpigot
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