Wraith
  • 👋🏻Welcome
  • ⚙️First install
  • 📖Plugin usage
    • 👌Permissions
    • Blocking hacks/custom clients
      • Block custom clients using brand name
      • Blocking Forge mods
      • Block custom clients using channel name
      • Block 5zig mods
      • Block Badlion mods
      • Block LunarClient mods
    • Manual killaura check
    • Disabling punishments
    • Fix Fabric/Forge kick
  • 🏁Disclaimer
Powered by GitBook
On this page

Was this helpful?

  1. 📖Plugin usage

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 3 years ago

Was this helpful?