mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-15 10:08:53 +00:00
mc: add support for BUFFET level type
mc: fix some typos in spigot download messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user