Command hooks
You can execute commands whenever a staff member exits or enters a mode
modes:
default:
enable-commands: []
disable-commands: []
placeholder | description |
%staff% | The name of the staff member entering/exiting the mode |
executor value | description |
staff | The staff member entering/exiting the mode |
target value | description |
staff | The staff member entering/exiting the mode |
modes:
default:
enable-commands: []
disable-commands:
- command: "tell %staff% Taking a break uh?"
target: "staff"
target-run-strategy: ONLINE
Last modified 1yr ago