TheRemote / MinecraftBedrockServer

Sets up a Minecraft Bedrock dedicated server on Ubuntu with options for automatic updates and running at startup
https://jamesachambers.com/minecraft-bedrock-edition-ubuntu-dedicated-server-guide/
MIT License
812 stars 173 forks source link

Do not unzip allowlist.json #118

Closed shaman79 closed 2 years ago

shaman79 commented 2 years ago

Hello, whitelist.json was replaced by allowlist.json - now the script overwrite allowlist.json during unpack which causes users not being able to log-in.

This line should be changed: unzip -o "downloads/$DownloadFile" -x "server.properties" "permissions.json" "whitelist.json" "allowlist.json" "valid_known_packs.json"

TheRemote commented 2 years ago

Indeed, thank you for letting me know! I've fixed this issue in the latest version.