-
Notifications
You must be signed in to change notification settings - Fork 515
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
Configuration API #2871
Comments
You could use reflections to obtain the AuthMe.injector instance and then invoke injector.getSingleton(SettingsManager) to interact with our settings manager. |
How to set Property MESSAGE_INTERVAL? I should use ur ch.jalu.configme.properties.Property ? |
The properties’ values can be changed in config.yml |
BRUH |
I don't think you should override settings that a user can change in a config file. But what sgdc3 said would indeed work. |
What feature do you want to see added?
Override configuration settings through API
for example I need to override login/register message interval
Are there any alternatives?
Right now it's possible only though reflection dark magic
Anything else?
No response
The text was updated successfully, but these errors were encountered: