Plugins can now be loaded at runtime. Currently plugins will be cycled through on a fixed rotation; the logic for this can be changed if necessary.
Define the plugin directory in config.yml, plugin order, priority and persistence in plugins.yml, and plugins can provide their own config files if they need them (which should be loaded using ConfigLoader).
Plugins can now be loaded at runtime. Currently plugins will be cycled through on a fixed rotation; the logic for this can be changed if necessary.
Define the plugin directory in
config.yml
, plugin order, priority and persistence inplugins.yml
, and plugins can provide their own config files if they need them (which should be loaded using ConfigLoader).