diff options
Diffstat (limited to 'applyPatches.sh')
-rwxr-xr-x | applyPatches.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/applyPatches.sh b/applyPatches.sh index 32585f94b4..df1518c3fc 100755 --- a/applyPatches.sh +++ b/applyPatches.sh @@ -33,5 +33,11 @@ function applyPatch { echo " Patches applied cleanly to $target" fi } - +echo +echo "Applying SpigotMC patches to CraftBukkit and Bukkit" +echo applyPatch Bukkit Spigot-API && applyPatch CraftBukkit Spigot-Server +echo +echo "Applying PaperSpigot patches to Spigot-Server and Spigot-API" +echo +applyPatch Spigot-API PaperSpigot-API && applyPatch Spigot-Server PaperSpigot-Server
\ No newline at end of file |