Difference between revisions of "plugin"

From OpenKore Wiki
Jump to navigation Jump to search
m (Redirected page to Console Commands#plugin)
 
Line 1: Line 1:
#REDIRECT [[Console Commands#plugin]]
+
;plugin [help]
 +
:Plugin information.
 +
 
 +
{| class="wikitable" border="1" cellspacing="0"
 +
|-style=background-color:#F9F9F9;
 +
!Command
 +
!Description
 +
|-
 +
|align=center|plugin
 +
|Display a list of currently loaded plugins.
 +
|-
 +
|align=center|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.
 +
 
 +
{| class="wikitable" border="1" cellspacing="0"
 +
|-style=background-color:#F9F9F9;
 +
!Command
 +
!Description
 +
|-
 +
|align=center|plugin load <filename>
 +
|Load a plugin file.
 +
|-
 +
|align=center|plugin load all
 +
|Load all plugin files inside the plugins folder.
 +
|-
 +
|align=center|plugin reload (<plugin>)
 +
|Reload a registered plugin.
 +
|-
 +
|align=center|plugin reload all
 +
|Reload all registered plugin.
 +
|-
 +
|align=center|plugin unload (<plugin>)
 +
|Unload a registered plugin.
 +
|-
 +
|align=center|plugin unload all
 +
|Unload all registered plugin.
 +
|}
 +
 
 +
[[Category:Console Command]]

Revision as of 20:51, 20 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.