Difference between revisions of "plugin"

From OpenKore Wiki
Jump to navigation Jump to search
m
m (Conversion script moved page Plugin to plugin: Converting page titles to lowercase)
(No difference)

Revision as of 22:34, 26 April 2021

plugin [help]
Plugin information.
Command Description
plugin Display a list of currently loaded plugins.
plugin help Display plugin help.




plugin (load | reload | unload) (<filename> | all)
<filename>
- the plugin filename (the path may be relative to your main bot folder).
Load/reload/unload plugins.
Command Description
plugin load <filename> Load a plugin file.
plugin load all Load all plugin files inside the plugins folder.
plugin reload <plugin> Reload a registered plugin.
plugin reload all Reload all registered plugin.
plugin unload <plugin> Unload a registered plugin.
plugin unload all Unload all registered plugin.