This is the primary repository for the IPVP PaperSpigot 1.7.10 software. PaperSpigot is a high performance Spigot fork that aims to fix gameplay and mechanics inconsistencies. PaperSpigot 1.7.10 is no longer a supported software by their development team; please do not bug them to fix any issues for you. You are free to submit issues via the Issue tracker on GitHub, we will aim to fix or add any issues you come across.
Install our customized version of PaperSpigot via 3 easy steps:
- Clone this repository to your computer via
git clone
or GitHub's download feature - Initialize git submodules:
git submodule update --init
- Apply code patches to update submodules:
./applyPatches.sh
- Compile the code via Maven 3:
mvn clean install
The PaperSpigot server file will appear in the PaperSpigot-Server/target/
directory as paperspigot-1.7.10-R0.1-SNAPSHOT.jar
New to this?
Installation requires Git and Maven 3, if you do not have these please view the following links:
- Maven 3 Download and Installation Instructions
- For Windows: Git Download
Creation of a patch is simple and easy:
- Follow the Installation Instructions and install our current patches
- Navigate to
PaperSpigot-Server
orPaperSpigot-API
and modify the code you need - Commit your changes to the
PaperSpigot-Server
orPaperSpigot-API
subdirectories - Return to the parent directory and execute the
./rebuildPatches.sh
script- This will automatically generate your new patch files for your code