Update PaperSpigot to Minecraft 1.8
This commit is contained in:
@@ -8,6 +8,8 @@ function applyPatch {
|
||||
what=$1
|
||||
target=$2
|
||||
cd "$basedir/$what"
|
||||
git fetch
|
||||
git reset --hard origin/patched
|
||||
git branch -f upstream >/dev/null
|
||||
|
||||
cd "$basedir"
|
||||
@@ -33,6 +35,7 @@ function applyPatch {
|
||||
echo " Patches applied cleanly to $target"
|
||||
fi
|
||||
}
|
||||
|
||||
echo
|
||||
echo "Applying SpigotMC patches to CraftBukkit and Bukkit"
|
||||
echo
|
||||
@@ -40,4 +43,4 @@ 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
|
||||
applyPatch Spigot-API PaperSpigot-API && applyPatch Spigot-Server PaperSpigot-Server
|
||||
|
||||
Reference in New Issue
Block a user