From the wonderful RedGuides Wiki
This command is added by MacroQuest
Syntax Key
Notation |
Description
|
Text without brackets or braces |
Required items
|
<Text inside angle brackets> |
Placeholder for which you must supply a value
|
[Text inside square brackets] |
Optional items
|
Vertical bar (|) |
Separator for mutually exclusive items; choose one
|
{Text | inside | braces} |
Set of required items; choose one
|
Ellipsis (…) |
Items that can be repeated
|
Syntax
|
/plugin <name> [ load | unload | toggle ] [noauto] | [list]
|
Description
|
The plugin command primarily controls the loading and unloading of plugins. By default Loading a plugin will add an entry to the [Plugins] section of the MacroQuest.ini file so it will automatically load next session, and unloading the plugin will remove that entry.
|
|
Options
Option |
Description |
load | unload |
Load or unload the named plugin |
{load|unload} noauto |
Will not change the plugin's load status next session. |
toggle |
Toggle the named plugin between load and unload |
list |
list available plugins |
Examples
/plugin list
/plugin mq2melee load
/plugin mq2moveutils unload noauto
See also