Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # AntiCheat configuration file
- # Please report any bugs: http://dev.bukkit.org/server-mods/anticheat/
- XRay:
- Log xray stats: true
- Alert when xray is found: false
- # Events occur when a player's hack level changes. You may configure reactions to these events here.
- # Valid events = NONE,WARN,KICK,BAN,COMMAND[command]
- # Use commands like so: COMMAND[ban &player 30] or COMMAND[kick &player hacking] or COMMAND[jail &player 10]
- # &player will be replaced with player's name, and any command on your server can be used.
- Events:
- Level Medium: WARN
- Level High: KICK
- # How many warnings should the player get before entering medium?
- Medium threshold: 20
- # How many warnings should the player get before entering high?
- High threshold: 50
- System:
- # Turning auto-update off is a _BAD_ idea. You will no longer be protected by the latest hacks/cheats if you do so.
- # AntiCheat will never bother you about updates if this is on, but if you turn it off you will have to manually update.
- Auto update: true
- # Should AntiCheat log ALL failed checks to console?
- Log to console: false
- # Should AntiCheat log to files?
- # 0 = off, 1 = log only when an event takes place, 2 = more detailed logs, 3 = most detailed logs
- File log level: 1
- # Should AntiCheat display extra debug information when starting?
- Verbose startup: true
- # Should AntiCheat block players spamming messages in chat?
- Block chat spam: true
- # Should AntiCheat block players spamming commands in chat?
- Block command spam: true
- # 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.
- # However, alerts will still be sent to console and to admins online, and events will still take place.
- Silent mode: false
- # Should ops be exempt from all checks?
- Exempt op: false
- Enable in:
- - world
- - world_nether
- - world_the_end
- - world_test
Advertisement
Add Comment
Please, Sign In to add comment