plugin

From OpenKore Wiki
(Redirected from Plugin)
Jump to navigation Jump to search
plugin [help]
Plugin information.
Command Description
plugin Display a list of currently loaded plugins.
plugin help Display plugin help.




plugin (load | reload | unload) (<plugin #> <plugin_name> | all)
<plugin_name>
- the plugin filename. Use only the file name, no need to specify the file path. You can only specify a few letters from the file name.
Load / reload / unload plugins.
Command Description
plugin load <file_name> Load a plugin file (can use regexp).
plugin load all Load all plugin files inside the plugins folder. See loadPlugins in sys.txt
plugin reload <plugin #> Reload registered plugin with specified number.
plugin reload <plugin_name> Reload a registered plugin (can use regexp).
plugin reload all Reload all registered plugin.
plugin unload <plugin #> Unload registered plugin with specified number.
plugin unload <plugin_name> Unload a registered plugin (can use regexp).
plugin unload all Unload all registered plugin.