xray:
Should AntiCheat use calculations to try and find xrayers?//是否通过计算找到透视的玩家?
check-xray: true
Should a warning be sent to admins when a person is found that could be xraying?//是否发送作弊通知给管理员
alert: false
How often (in seconds) should AntiCheat check for xrayers if alert is true?//多少秒检查一次(alert需为true)
alert-interval: 60
Should players in creative mode be tracked for possible xray usage?//是否检查创造模式中玩家的透视
check-creative: true
spam:
chat:
Should AntiCheat block players spamming messages in chat?//是否在聊天框中提示作弊
block-speed: true
block-repetition: true
Valid actions = NONE,KICK,BAN,COMMAND[command]//作弊一次/两次将使用什么命令NONE-不做任何事 KICK-踢出 BAN-封号 其他命令,需用[]括起来)
action-one: KICK
action-two: BAN
//暂时没空翻译下面的了,先放着
command:
Should AntiCheat block players spamming commands in chat?
block-speed: true
block-repetition: true
Valid actions = NONE,KICK,BAN,COMMAND[command]
action-one: KICK
action-two: BAN
system:
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.
auto-update: true
Should AntiCheat log ALL failed checks to console?
log-to-console: true
Should AntiCheat log to file?
log-to-file: true
Should AntiCheat display extra debug information when starting?
verbose-startup: false
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
Should AntiCheat track plugins in its own registered events?
event-chains: true
Should Enterprise options be enabled? Only set this to true if you're an advanced user.
enterprise: false
Use /anticheat check for a list of valid checks
disabled-checks: - EXAMPLE_CHECK disable-in: - example-world - example-world-2 |