Advertisement
Guest User

AntiCheat config.yml

a guest
Mar 2nd, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. # AntiCheat configuration file
  2. # Please report any bugs: http://dev.bukkit.org/server-mods/anticheat/
  3. XRay:
  4. # Should AntiCheat use calculations to try and find xrayers?
  5. Log xray stats: true
  6. # Should a warning be sent to admins when a person is found that could be xraying?
  7. Alert when xray is found: true
  8. # Should players in creative mode be tracked for possible xray usage?
  9. Track creative: true
  10. Chat:
  11. # Should AntiCheat block players spamming messages in chat?
  12. Block chat spam: true
  13. # Should AntiCheat block players spamming commands in chat?
  14. Block command spam: true
  15. # Valid actions = NONE,KICK,BAN,COMMAND[command]
  16. Kick Action: KICK
  17. Ban Action: BAN
  18. Events:
  19. Level Medium: WARN
  20. Level High: KICK
  21. Medium threshold: 20
  22. High threshold: 50
  23. System:
  24. # Turning auto-update off is a _BAD_ idea. You will no longer be protected by the latest hacks/cheats if you do so, and will have to update manually.
  25. Auto update: true
  26. Log to console: false
  27. # Should AntiCheat log to files?
  28. File log level: 1
  29. # Should AntiCheat display extra debug information when starting?
  30. Verbose startup: false
  31. # If silent mode is on, players will not be stopped when they try to hack, and AntiCheat will do everything possible to keep them unaware of their rising hack level.
  32. Silent mode: false
  33. # Should ops be exempt from all checks?
  34. Exempt op: false
  35. # Should AntiCheat track plugins in it's own registered events?
  36. Event Chains: true
  37. Disable in:
  38. - example-world
  39. - example-world-2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement