Archiviert
13
0
Dieses Repository wurde am 2021-12-14 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
SteamSpigot/README.md

42 Zeilen
940 B
Markdown

2020-12-26 23:47:23 +01:00
SteamSpigot
===========
The SteamWar-Spigot-Patches
How to patch Spigot
-------------------
Clone this repository into your BuildTools.jar directory.
Run BuildTools.jar with --rev \[Your Version\]
2021-04-12 19:54:42 +02:00
Run Spigot/applyPatches.sh
2020-12-26 23:47:23 +01:00
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.
2021-04-12 19:54:42 +02:00
How to patch Paper
-------------------
Clone this repository into your Paper directory.
checkout to the desired branch
2021-04-14 17:34:29 +02:00
take the patches in the Paper/SteamWar-Patches folder and put them into Paper's Spigot-Server-Patches folder
2021-04-12 19:54:42 +02:00
2021-04-14 17:34:29 +02:00
Run ./paper jar in the root directory of your Paper repo
2021-04-12 19:54:42 +02:00
Enjoy your patched server in \[Paper directory\]/Paper-Server/target.