-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reload config on change #114
Comments
Maybe not dynamically but with a /reload |
When we get a command api that's a possibility |
online-mode should not be able to change |
wouldn't a file watcher be convenient? |
Default config values would be overwritten by api anyways. So watcher would create conflicts |
I don't see a use for this there's not many options in the config that can actually be reloaded |
close this issue? |
I mean once ferrumc gets bigger and there's more configuration stuff perhaps this could be something. I think most would rarely change the config after they set it up how they like it the server starts up fast anyways 🤷 |
Instead of loading once at startup, make it so it automatically reloads the static variable when the file changes. Perhaps with file watcher or something?
The text was updated successfully, but these errors were encountered: