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

@@ -4,10 +4,9 @@
if [[ "$WORLD" ]]; then
case "X$WORLD" in
X[Hh][Tt][Tt][Pp]*)
echo "Downloading world via HTTP"
echo "$WORLD"
echo "Downloading world from $WORLD"
curl -sSL -o - "$WORLD" > /data/world.zip
echo "Unzipping word"
echo "Unzipping world"
unzip -q /data/world.zip
rm -f /data/world.zip
if [ ! -d /data/world ]; then