Skip to content
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

[Feature Request] Runtime plugin settings updating through command: '!pluginsettings' #348

Open
DuckBoss opened this issue Jan 30, 2022 · 0 comments
Assignees
Labels
Feature Request A feature request Medium Priority A medium priority feature/issue

Comments

@DuckBoss
Copy link
Owner

DuckBoss commented Jan 30, 2022

Adding a command to allow changing plugin settings for a plugin, so that settings in the plugin metadata file can be changed at runtime. For example:
!pluginsettings<plugin_name> <setting_to_change> <new_setting_value>

This would probably require an admin-level command such as:
!pluginsettingslist <plugin_name>
which will display a list of all the modifiable settings in a plugin's metadata file.
The usage is expected to be as shown below:

> !pluginsettingslist <server_tools>`
> Server Tools Plugin - Settings List:
    - UseWelcomeMessage: True
    - WelcomeMessage: ' ... '
    - ...
    - ...

> !pluginsettings server_tools UseWelcomeMessage False
> The Server Tools Plugin settings have been updated!
@DuckBoss DuckBoss self-assigned this Jan 30, 2022
@DuckBoss DuckBoss added Medium Priority A medium priority feature/issue Feature Request A feature request labels Jan 30, 2022
@DuckBoss DuckBoss changed the title Runtime plugin settings updating through command: '!pluginsettings' [Feature Request] Runtime plugin settings updating through command: '!pluginsettings' Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request A feature request Medium Priority A medium priority feature/issue
Projects
Development

No branches or pull requests

1 participant