Archiviert
13
0
Dieses Repository wurde am 2024-12-25 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
Paper-Old/README.md
2014-07-04 15:34:50 -05:00

925 B

PaperSpigot Build 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 Spigot-Server

Add your file for commit : git add <file>

Commit : git commit -m <msg>

cd ..

Create Patch ./rebuildPatches.sh

Create patch for API

cd Spigot-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