High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.
DO NOT BUG US FOR SUPPORT FOR 1.7.10. YOU WILL NOT GET ANY.
Due to the age of this repo, you must use Java 8 and Maven 3.
Init the submodules : git submodule update --init
Apply Patches : ./applyPatches.sh
Using Java 8 and Maven 3 run : mvn clean install
To build a distributable jar, execute : ./paperclip.sh
Init the submodules : git submodule update --init
Apply Patches : ./applyPatches.sh
cd PaperSpigot-Server
Add your file for commit : git add <file>
Commit : git commit -m <msg>
cd ..
Create Patch ./rebuildPatches.sh
cd Paperspigot-API
Add your file for commit : git add <file>
Commit : git commit -m <msg>
cd ..
Create Patch ./rebuildPatches.sh
We use maven to handle our dependencies.
- Install Maven 3
- Clone this repo and:
mvn clean install