CONDITIONS: HAS_PERMISSION -
check if the player has a permission IN_REGION -
check if the player is in a WorldGuard region Every condition can be negated by adding a '!' in front of it.
Pattern: (!)CONDITION:text
MATCHING MODES: REGEX -
does the regex match with the command STARTS_WITH -
does the command start with it (without /) EQUALS -
does the command equal it (arguments separated by ' ') CONTAINS -
does the command contain it
Note: Regex mode will have a slight impact on performance, as it has to compile the pattern. (Very little)