Command hooks

You can execute commands upon certain lifecycle changes of an investigation:

freeze-module:
    # command hooks for freeze/unfreeze
    freeze-commands: []
    unfreeze-commands: []

Commands listed here should be in the Staff ++ command format

Placeholders:

placeholder

description

%issuer%

The name of the player executing the freeze

%target%

The name of the player that is getting frozen

Last updated