13
0
geforkt von Mirrors/Paper
By: ralmn <contact@ralmn.me>
Dieser Commit ist enthalten in:
Spigot 2013-06-16 21:48:08 +02:00
Ursprung 428a2718bb
Commit 2c30845f8e

Datei anzeigen

@ -14,21 +14,30 @@ 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
-----------