Update PaperSpigot to Minecraft 1.8

This commit is contained in:
Zach Brown
2014-11-27 17:17:45 -08:00
parent 0dc6acba77
commit a52eb21fd8
256 changed files with 5529 additions and 15301 deletions

View File

@@ -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