介绍:
本插件是使用Kotlin语言编写的反作弊安全插件。
可以抵御以下类型的作弊:
检测到玩家作弊后可以踢出玩家或执行其它自定义操作。
以下情况不会检测玩家:
使用:
将前置插件与本插件一起扔进服务端plugins文件夹里,重新启动服务器即可。
配置(汉化):
本插件是使用Kotlin语言编写的反作弊安全插件。
可以抵御以下类型的作弊:
- 飞行
- 加速
- 自瞄
- 水面轻功
- 高跳
- 不死
- 灵魂出窍
- 秒挖
- 传送
- 穿墙
- 瞬移
- 爬墙
- 快速爬梯
- 快速跳跃
检测到玩家作弊后可以踢出玩家或执行其它自定义操作。
以下情况不会检测玩家:
- 被蜘蛛网黏住
- 使用鞘翅滑翔
- 乘坐
(富强民..)交通工具 - 处于创造模式
- 允许飞行与穿墙
- 在冰上疾跑与跳跃(有时)
使用:
将前置插件与本插件一起扔进服务端plugins文件夹里,重新启动服务器即可。
配置(汉化):
代码:
#配置文件版本,不得擅自修改
version: 1 #do not modify this
#whether GAC will be active in all levels (if not changed below) or not
#是否检测所有世界(如果不,需要在下面配置排除的世界)
default_active: true
#add all worlds where AC should be in the opposite state than #default_active property
#不检测的世界
excluded_levels: [""]
#例子:
#excluded_levels: ["world1", "test", "survival world"]
#if true, plugin will kick the player if detects cheats
#是否检测到玩家作弊时踢出
kick_players: true
#if true, anticheat will checks even OP players
#是否检测OP
check_ops: false
#manage all available checks (enable/disable)
#检测项目
checks:
#加速(包括垂直移动与水平移动)
speed: true #vertical and horizontal speed
#飞行(包括无效移动)
fly: true #fly and other invalid movement checks
#秒挖
speedmine: true
#出窍(CPU占用高)
nuker: false #checks if player can see the block (this check takes a bit more CPU than other checks)
#轻功
glide: true
#传送
teleport: true
#穿墙
noclip: true
#刷屏
spam: true
#瞬移
reach: true
#自瞄
aimbot: true
settings:
#刷屏延迟
spam_delay: 8 #delay between messages #currently not implemented
#最大攻击范围
hit_range: 4 #max hit range