[Suggestion] Move config file to config folder and allow world specific overrides
MichelJonkman opened this issue ยท 1 comments
I understand the idea of world based configurations but I think it'd be a better idea configure the default in the config folder and allow overrides in the world folder. This would give us the best of both worlds and both config files could indicate this in a comment at the top!
Copy one of the world configs into the defaultconfigs
folder, and you have a default and world specific configs. The common config has this in the comments:
IMPORTANT NOTICE:
THIS IS ONLY THE COMMON CONFIG. It does not contain all the values adjustable for Tom's Simple Storage
The settings have been moved to toms_storage-server.toml
That file is PER WORLD, meaning you have to go into 'saves/<world name>/serverconfig' to adjust it. Those changes will then only apply for THAT WORLD.
You can then take that config file and put it in the 'defaultconfigs' folder to make it apply automatically to all NEW worlds you generate FROM THERE ON.
This may appear confusing to many of you, but it is a new sensible way to handle configuration, because the server configuration is synced when playing multiplayer.