Disabling punishments

detections-config.yml

If you want to disable some type of punishments temporarily (maybe for testing) you can set this in detections-config.yml

handlers:
  tp-back: false
  commands: false
  spawn-killaura-bot: false

other-detections-config.yml

If you want to disable some type of punishments temporarily (maybe for testing) you can set this in other-detections-config.yml

execute-commands:
  enabled: false

Last updated