runCommands:
# Master switch for the command execution system
enabled: true
# List of commands to execute whenever any rule is triggered
# Available placeholders: %player%, %rule%, %caseId%, %count%, %threshold%, %severity%
# Note: Always use quotes around commands to ensure proper YAML parsing
commands:
- "kick %player% Possible duplication detected - Case: %caseId%"
You can add a command to run on every flag to run!
