Command hooks
You can execute commands upon certain lifecycle changes of a report:
Commands listed here should be in the Staff ++ command format
Placeholders:
placeholder | description |
%reporter% | The name of the player that created the report |
%assigned% | The name of the staff member assigned to the report, if present |
%culprit% | The name of the player that has been reported, if present |
Executors:
executor value | description |
reporter | The player that created the report |
assigned | The staff member currently assigned |
culprit | The player that has been reported |
Targets:
target value | description |
reporter | The player that created the report |
assigned | The staff member currently assigned |
culprit | The player that has been reported |
Filters
filter | possible values | description |
type | comma separated list of the any type | Can specify if a command should be executed only when the report is of a certain type |
hasculprit | [true/false] | Can specify if a command should be executed only when it's a report that is targeting a player |
Example:
Last updated