Thresholds
severity-levels:
- name: STEALING
score: 1
expiresAfter: 1 WEEK
- name: GRIEFING
score: 3
- name: BULLYING
score: 6
thresholds:
- score: 3
actions:
- command: "tempban %player% 4 days"
run-strategy: DELAY
- score: 6
actions:
- command: "ban %player%"
rollback-command: "unban %player%"
run-strategy: ALWAYSScore Calculation Example
Last updated