plugin: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 36: Line 36:
|Load all plugin files inside the plugins folder.  
|Load all plugin files inside the plugins folder.  
|-
|-
|align=center|plugin reload (<plugin>)
|align=center|plugin reload <plugin>
|Reload a registered plugin.
|Reload a registered plugin.
|-
|-
Line 42: Line 42:
|Reload all registered plugin.  
|Reload all registered plugin.  
|-
|-
|align=center|plugin unload (<plugin>)
|align=center|plugin unload <plugin>
|Unload a registered plugin.
|Unload a registered plugin.
|-
|-

Revision as of 06:08, 21 April 2010

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.