遊戲模組:LLAntiCheat

出自Minecraft基岩版开发Wiki
LLAntiCheat
外掛
名  稱
LLAntiCheat
作  者
玩法型別
?
最新版本
pr23-fix2
遊戲版本
1.18.x
更新日期
2022年2月12日
基  於
編寫語言
授權協議
專有 - 免費
開源情況
相關連結

LLAntiCheat是一款基於LiteLoaderBDS的免費反作弊外掛,由社群驅動,並處於持續更新中。

意見回饋或功能建議請傳送郵件至[[1]]或加入專用意見回饋群931871701。[1]

功能[編輯]

  • 反礦物透視
  • 礦物混淆
  • 反刷經驗球與經驗
  • 修復漏斗刷物品BUG
  • 防止非法修改指令方塊(礦車)和結構方塊
  • 防殺戮光環(有點小問題,新組態預設停用)
  • 防非法附魔
  • 反非法give
  • 修復推儲物箱崩服
  • 修復切石機修改物品(bds已修復)
  • 加入鐵砧花費校驗(反假經驗)
  • 反虛假名字
  • 修復尖刺複製物品和崩服bug(bds已修復)
  • 修復熔爐刷物
  • 修復漏斗礦車刷物
  • 新熔爐刷經驗

為了確保效果,請保證LiteLoader內建的反刷物功能正常開啟。如有需要可以配合llhelper隱藏種子。

BDS內建了移動檢測和方塊操作校驗功能,如有需要請在server.properties中將correct-player-movementserver-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]

參考[編輯]