[Bug]: Minecraft Bedrock Monitor defaults to invalid querytype with gamedig #4466
Labels
command: monitor
distro: Ubuntu
game: Minecraft Bedrock
info: docker
info: query
type: bug
Something isn't working
User story
As a admin I want the default setup for Minecraft Bedrock to not constrantly restart the server due to an invalid default config
Game
Minecraft Bedrock
Linux distro
Ubuntu 22.04
Command
command: monitor
Further information
The default config for Minecraft Bedrock (https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/config-default/config-lgsm/mcbserver/_default.cfg#L128)
The querytype is set to "minecraftbe", this works for gsquery but is invalid for gamedig. For gamedig the correct valuye is "mbe"
What is worse is it does not appear to fallback to gsquery with querymode="2" (probably a different bug).
Work around is edit
lgsm/config-lgsm/mcbserver/common.cfg
and add the following to override the _default.cfg:Relevant log output
Steps to reproduce
Run the official docker image (example docker-compose.yaml)
Then wait a few minutes for monitor to kick in (then either tail the logs or connect with a minecraft client and you will get kicked after a few minutes.
The text was updated successfully, but these errors were encountered: