本帖最后由 wode490390 于 2020-3-31 09:03 编辑
介绍:
本插件是使用Kotlin语言编写的反作弊安全插件。
可以抵御以下类型的作弊:
- 飞行
- 加速
- 自瞄
- 水面轻功
- 高跳
- 不死
- 灵魂出窍
- 秒挖
- 传送
- 穿墙
- 瞬移
- 爬墙
- 快速爬梯
- 快速跳跃
目前暂时不支持杀戮光环与hitbox,未来会加入的。
检测到玩家作弊后可以踢出玩家或执行其它自定义操作。
以下情况不会检测玩家:
- 被蜘蛛网黏住
- 使用鞘翅滑翔
- 乘坐 交通工具
- 处于创造模式
- 允许飞行与穿墙
- 在冰上疾跑与跳跃(有时)
过快的传送(如每秒好几次传送)可能会出现某些未知的奇怪问题,所以你要设置传送冷却时间。
使用:
将前置插件与本插件一起扔进服务端plugins文件夹里,重新启动服务器即可。
配置(汉化):
config.yml- #配置文件版本,不得擅自修改
- 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
复制代码 |
下载:
所有版本:
https://nukkitx.com/resources/gac.119/history
汉化配置:
config.yml
(1.38 KB, 下载次数: 550)
前置:
KotlinLib
源代码:
GitHub
日志:
1.0.6(2020.3.30):
修复检测
1.0.5(2020.3.13):
修复传送
1.0.4(2020.3.13):
修复编译
1.0.3(2019.4.19):
修复兼容性
1.0.2(fix)(2019.2.17):
修复依赖
1.0.2(2018.8.26):
修复部分碰撞箱
1.0.1(2018.8.22):
修复自瞄
1.0.0(2018.8.21):
首版 |
授权:
[groupid=1572]Bedrock Studio[/groupid]