Bindings
Bind the menu to commands and/or items
Example
Note
Commands suppoprt RegEx ! For example, with
(?i)example(-)?(gui)?(s)?
:(?i)
will make the command ignore the case:/example
and/eXamPle
would work.(gui)?
and(s)?
makegui
ands
optionnal in the command:/example
,/examplegui
and/exampleguis
would work.
Binded commands support spaces and arguments, the plugin will automatically match and read the real arguments without
To understand the syntax of binded items, please see the following wiki page:
Last updated