Archiviert
12
0
Dieser Commit ist enthalten in:
Lixfel 2020-12-26 23:47:23 +01:00
Commit c9bb3ddbc0
2 geänderte Dateien mit 31 neuen und 0 gelöschten Zeilen

25
README.md Normale Datei
Datei anzeigen

@ -0,0 +1,25 @@
SteamSpigot
===========
The SteamWar-Spigot-Patches
How to patch Spigot
-------------------
Clone this repository into your BuildTools.jar directory.
Run BuildTools.jar with --rev \[Your Version\]
Run ./applyPatches.sh
Enjoy your patched server in \[BuildTools directory\]/Spigot/Spigot-Server/target.
How to create a Patch
---------------------
Run BuildTools.jar with --rev \[Your Version\]
Edit the \[BuildTools directory\]/Spigot/Spigot-Server/src as you wish.
Create a patch with the changes in Spigot-Server and save this patch file in SteamWar-Patches.

6
applyPatches.sh Ausführbare Datei
Datei anzeigen

@ -0,0 +1,6 @@
#!/bin/sh
git apply --unsafe-paths --directory=../Spigot/Spigot-Server SteamWar-Patches/*
cd ../Spigot/Spigot-Server
mvn package