h31ix

Untitled

Sep 28th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. # AntiCheat configuration file
  2. # Please report any bugs: http://dev.bukkit.org/server-mods/anticheat/
  3. XRay:
  4. Log xray stats: true
  5. Alert when xray is found: false
  6. # Events occur when a player's hack level changes. You may configure reactions to these events here.
  7. # Valid events = NONE,WARN,KICK,BAN,COMMAND[command]
  8. # Use commands like so: COMMAND[ban &player 30] or COMMAND[kick &player hacking] or COMMAND[jail &player 10]
  9. # &player will be replaced with player's name, and any command on your server can be used.
  10. Events:
  11. Level Medium: WARN
  12. Level High: KICK
  13. # How many warnings should the player get before entering medium?
  14. Medium threshold: 20
  15. # How many warnings should the player get before entering high?
  16. High threshold: 50
  17. System:
  18. # Turning auto-update off is a _BAD_ idea. You will no longer be protected by the latest hacks/cheats if you do so.
  19. # AntiCheat will never bother you about updates if this is on, but if you turn it off you will have to manually update.
  20. Auto update: true
  21. # Should AntiCheat log ALL failed checks to console?
  22. Log to console: false
  23. # Should AntiCheat log to files?
  24. # 0 = off, 1 = log only when an event takes place, 2 = more detailed logs, 3 = most detailed logs
  25. File log level: 1
  26. # Should AntiCheat display extra debug information when starting?
  27. Verbose startup: true
  28. # Should AntiCheat block players spamming messages in chat?
  29. Block chat spam: true
  30. # Should AntiCheat block players spamming commands in chat?
  31. Block command spam: true
  32. # If silent mode is on, players will not be stopped when they try to hack,
  33. # and AntiCheat will do everything possible to keep them unaware of their rising hack level.
  34. # However, alerts will still be sent to console and to admins online, and events will still take place.
  35. Silent mode: false
  36. # Should ops be exempt from all checks?
  37. Exempt op: false
  38. Enable in:
  39. - world
  40. - world_nether
  41. - world_the_end
  42. - world_test
Advertisement
Add Comment
Please, Sign In to add comment