Actions (punishments)
warnings-module:
actions:
- command: 'eco take %player% 2000'
rollback-command: 'eco give %player% 2000'
run-strategy: ALWAYS
filters: 'severity=MINOR,MAJOR'
- command: 'eco take %player% 5000'
rollback-command: 'eco give %player% 5000'
run-strategy: ALWAYS
filters: 'severity=CRITICAL'
- command: 'freeze enabled %player%'
rollback-command: 'freeze disabled %player%'
run-strategy: DELAY
filters: 'severity=CRITICAL'Run strategy
Last updated