- 致编者:请牢记我们的域名wiki.mcbe-dev.net!
- 致编者:欢迎加入本Wiki的官方交流QQ群或Discord服务器!
- 基岩版1.19.31现已发布!(了解更多)
- Inner Core现已支持Xbox模组联机!(了解更多)
- 如果您是第一次来到本Wiki,欢迎注册一个账户
- 点击顶部的“编辑”或“编辑源代码”按钮即可编辑当前页面
- 请知悉:在不登录时也可以编辑和新建页面,但是您当前的IP地址会记录在编辑历史中
模组:LLAntiCheat
来自Minecraft基岩版开发Wiki
本条目仍需完善。 |
LLAntiCheat
插件
名 称
LLAntiCheat
作 者
玩法类型
?
最新版本
pr23-fix2
游戏版本
1.18.x
更新日期
2022年2月12日
基 于
LiteLoader 2.x
授权协议
专有 - 免费
开源情况
否
相关链接
LLAntiCheat是一款基于LiteLoaderBDS的免费反作弊插件,由社区驱动,并处于持续更新中。
反馈或功能建议请发送邮件至[[1]]或加入专用反馈群931871701。[1]
功能[编辑]
- 反矿物透视
- 矿物混淆
- 反刷经验球与经验
- 修复漏斗刷物品BUG
- 防止非法修改命令方块(矿车)和结构方块
- 防杀戮光环(有点小问题,新配置默认禁用)
- 防非法附魔
- 反非法give
- 修复推箱子崩服
- 修复切石机修改物品(bds已修复)
- 添加铁砧花费校验(反假经验)
- 反虚假名字
- 修复荆棘复制物品和崩服bug(bds已修复)
- 修复熔炉刷物
- 修复漏斗矿车刷物
- 新熔炉刷经验
为了确保效果,请保证LiteLoader内置的反刷物功能正常开启。如有需要可以配合llhelper隐藏种子。
BDS内置了移动检测和方块操作校验功能,如有需要请在server.properties
中将correct-player-movement
和server-authoritative-block-breaking
改为true
,并保证server-authoritative-movement
的类型为server-auth
或者server-auth-with-rewind
。[1]
配置文件[编辑]
以下内容适用于PreRelease 22 fix 11,翻译不保证100%准确。
{
//附魔相关内容
//Enchant related information
"Enchant": {
//最大等级,超过该等级的附魔将被清除
//Max Level for Enchantments, Enchantments that exceed this level will be removed
"MaxLevel": 10
},
//原版漏洞相关修复
//Fixes for bugs that existed in the original BDS
"FixOriginalBugSwitch": {
//箱子崩服
//Fix Illegal Chest that cause Server Crash
"ChestCrash": true,
//修复熔炉复制物品
//Fix CopyItem Bug in Furance
"FuranceReplicate ": true,
//修复经验熔炉
//Fix Experience Spawn Bug in Furance
"InfiniteXpFurnace": false,
//修复活塞推箱子复制物品
//Fix CopyItem Bug when the Container is pushed by the piston
"HopperReplicate": true,
//修复异常堆叠
//fix illegal itemStack Stacking which may be used for Copy Items
"IllegalStack": true,
//修复分解台复制物品
//fix CopyItem Bug material reducer
"ReducerReplicate": true,
//修复递归死亡造成的异常掉落(荆棘)
//Fix abnormal drops caused by recursive death (with thorns Armor)
"ThornsRecursion": true
},
//踢出消息
//Message When Player has been kicked from server
"KickMessage": {
//大多数情况下的消息
//Kick Message in most cases
"CommonCheat": "[AntiCheat] You have been kicked for cheating",
//异常附魔,超出配置文件规定的附魔物品被使用/放入背包
//Abnormal enchantments, items that exceed the enchantment level specified in Enchant.MaxLevel
"IllegalEnchant": "[AntiCheat] You have been detected for using <Cheat:IllegalEnchant>",
//无效的玩家名,即NameTag和XBox玩家名不一致
//Invalid Player Name(NameTag!=XBoxPlayerName)
"InvalidName": "[AntiChest] You have been detected for using <Cheat:InvalidName>",
//杀戮 短时间内杀人太多
//Killing too many people in a short period of time
"KillAura": "[AntiCheat] You have been detected for using <Cheat:KillAura>",
//刷经验
//Illegal Experience or Level Request
"XpHack": "[AntiCheat] You have been detected for using <Cheat:XpHack>"
},
//踢出开关
"KickSwitch": {
//无效的玩家名,即NameTag和XBox玩家名不一致
//Invalid Player Name(NameTag!=XBoxPlayerName)
"AntiInvalidName": true,
//刷物
//spawn Items
"GiveItem": true,
//杀戮 短时间内杀人太多
//Killing too many people in a short period of time
"KillAura": true,
//到达最大作弊次数
//Reach the maximum number of cheats
"MaxCheatReach": true,
//刷经验
//Illegal Experience or Level Request
"XpHack": true
},
//功能开关
"Switch": {
//刷经验
//Illegal Experience or Level Request
"AntiXpHack": true,
//反矿透
//Prevent Player from Using Xray Mods to fine Ores
"AntiXray": true,
//反矿透混淆模式,依赖“反矿透”功能开启,不建议关闭
//Obfuscation mode, depending on the "AntiXray" function
"AntiXrayObfs": true,
//作弊次数到达CheatCountBan执行的命令
//Command executed when the number of cheats reaches CheatCountBan
"BanCommand": "ban {player}",
"CheatCountBan": 8,
"CheatCountKick": 8,
//校验铁砧经验需求
//Check anvil experience requirements
"CheckAnvilCost": true,
//检查附魔
//Check Item's Enchantment
"CheckEnchant": true,
//检查杀戮
//Check for Killaura
"CheckKillaura": true,
//最大每秒击杀数,依赖“检查杀戮”功能开启
//Maximum number of kills per second, depending on the "CheckKillaura" function
"KillPerSecond": 8,
//检查切石机(防止客户端修改切石机输出)
//Check StoneCutter (prevent client from modifying StoneCutter output)
"CheckStoneCutter": true,
//禁用命令方块矿车
//Disable Minecart with CommandBlock
"DisableCommandBlockMinecart": true,
//禁用NPC
//Disable NPC
"DisableNPC": true,
//阻止游戏期间更皮肤
//Prevent Player Change Skin During the Game
"PreventChangeSkin": true
}
}
参考[编辑]
- ↑ 1.0 1.1 1.2 LLAntiCheat - 社区驱动的强大反作弊插件 — MineBBS