Closed TigerWalts closed 2 years ago
Removing the <world>/serverconfig/serverconfigupdater-server.toml
will lead to the server being un joinable on the next server start.
Disabling Server Config Updater and all the configs in <world>/serverconfig
allows players to join on the next start.
This means that Server Config Updater is not working as intended when there isn't a <world>/serverconfig/serverconfigupdater-server.toml
file created yet.
As a workaround I tried adding a defaultconfigs/serverconfigupdater-server.toml
with the content:
#Version this world is on. This value gets updated automatically!
#Range: > 0
version = 0
This didn't work. I also tried setting the version to 1
in case the config wasn't validating.
This is clearly a bug with Server Config Updater. I can't see any other workarounds.
Weird, not sure why you're running into this. Haven't seen it yet. Best to report it to the mod author if you haven't already.
Technical Specs (please complete the following information):
Describe the bug When starting a server with a new world the server is not joinable until you restart the server. Players get the message:
Restarting the server stops the error happening.
I have tracked the problem down to it being caused by a Server Config Updater when its server config file
<world>/serverconfig/serverconfigupdater-server.toml
has not yet been created.To Reproduce Steps to reproduce the behavior:
<world>/serverconfig/serverconfigupdater-server.toml
Expected behavior Being able to join the server on the first start
Additional Information (screen shots, etc.) Related Issue:
Edits Server Config Updater identified as the cause