Initial commit
Dieser Commit ist enthalten in:
Commit
c9bb3ddbc0
25
README.md
Normale Datei
25
README.md
Normale Datei
@ -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
6
applyPatches.sh
Ausführbare Datei
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
git apply --unsafe-paths --directory=../Spigot/Spigot-Server SteamWar-Patches/*
|
||||
|
||||
cd ../Spigot/Spigot-Server
|
||||
mvn package
|
In neuem Issue referenzieren
Einen Benutzer sperren