Difference between revisions of "plugin"

From OpenKore Wiki
Jump to navigation Jump to search
m (Redirected page to Console Commands#plugin)
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
#REDIRECT [[Console Commands#plugin]]
+
;plugin [help]
 +
:Plugin information.
 +
 
 +
{| class="wikitable" border="1" cellspacing="0"
 +
|-style=background-color:#F9F9F9;
 +
!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.
 +
 
 +
{| class="wikitable" border="1" cellspacing="0"
 +
|-style=background-color:#F9F9F9;
 +
!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.
 +
|}
 +
 
 +
[[Category:Console Command]]

Latest revision as of 17:15, 21 August 2022

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.