-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Assume General
category in settings
command
#316
Comments
I'd rather we drop namespaces completely (so far we only have two values for the Misc namespace) or add a mandatory delimiter with auto-completion, like |
We need them for later plugin settings support. Autocomplete should be trivial to add, lets do that |
@lionkor I feel like putting every plugin in the main config file would be a bad idea. Putting every plugin in the main would have issues when removing a plugin from the server and if plugins have big configs (My next plugin has like 30+ config settings, would be a mess if there are multiple like that) |
Either way I'd like to be able to query and change settings via the server cli |
Yeah, I agree, would be a good idea, but just the fact of having every plugin's config in the same file would be a bad idea for me, Idk if you understand my opinion but yeah a cli command to change settings would be good! |
Typing
settings set General MaxPlayers 34
is more common than settingMisc
or other settings, and thus we should provide overloads forsettings set
which only take a setting name, and either:General
and roll with it.Related to #295
The text was updated successfully, but these errors were encountered: