mc: add support for BUFFET level type

mc: fix some typos in spigot download messages
This commit is contained in:
Geoff Bourne
2018-07-29 13:41:00 -05:00
parent f66e1ff103
commit 8a26e73dab
4 changed files with 13 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ function downloadSpigot {
downloadUrl="https://cdn.getbukkit.org/${getbukkitFlavor}/${getbukkitFlavor}-${downloadVersion}.jar"
fi
echo "Downloading $match ..."
echo "Downloading $match from $downloadUrl ..."
if ! curl -fsSL -o $SERVER "$downloadUrl"; then
cat <<EOF