mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-05 22:36:24 +00:00
@@ -557,10 +557,10 @@ fi
|
||||
|
||||
# Make sure files exist to avoid errors
|
||||
if [ ! -e banned-players.json ]; then
|
||||
echo '' > banned-players.json
|
||||
echo '[]' > banned-players.json
|
||||
fi
|
||||
if [ ! -e banned-ips.json ]; then
|
||||
echo '' > banned-ips.json
|
||||
echo '[]' > banned-ips.json
|
||||
fi
|
||||
|
||||
# If any modules have been provided, copy them over
|
||||
|
||||
Reference in New Issue
Block a user