1 447
收录服务器
2 147
注册
27 271
玩家
AntiCheatReloaded AntiCheatReloaded
2016年以来的免费反作弊解决方案
作 者 Rammelkast
发布时间 2016年5月26日
支持核心 Spigot
原生版本
支持版本 1.12,1.13,1.14,1.15,1.16,1.17,1.18
点此下载

AntiCheatReloaded 是一款反作弊插件,旨在阻止各种游戏作弊行为,保护服务器的公平性。目前插件已停止维护,但最后发布的版本(1.10.3)仍然支持 Minecraft 1.12.2 - 1.18.1。

🎉

功能特性

  • 能够阻止多种作弊行为,包括飞行、滑翔、水上行走、自动爬墙等。
  • 支持 ProtocolLib 插件,提供更强大的数据包处理能力。
  • 如果安装了 Geyser 和 Floodgate 插件,可以自动豁免基岩版玩家。
🛡️

支持的作弊类型

  • Flight(飞行)
  • Glide(滑翔)
  • Jesus(水上行走)
  • Step(自动爬墙)
  • Criticals(致命一击)
  • Anti-Knockback(反击退)
  • FastBow(快速射箭)
  • FastDrop(快速掉落)
  • Reach(攻击范围修改)
  • Spider(蜘蛛侠)
  • Speed(速度修改)
  • NoFall(防摔)
  • Sneak(潜行)
  • vClip(穿墙)
  • Timer(计时器加速)
  • FastBreak(快速破坏)
  • FastPlace(快速放置)
  • Chat spam(聊天刷屏)
  • FastEat(快速进食)
  • ElytraFly(鞘翅飞行)
  • Unicode chat(Unicode 聊天)
  • GhostHand(幽灵手)
  • KillAura(杀戮光环)
  • Scaffold(脚手架)
  • MorePackets(更多数据包)
  • BadPackets(恶意数据包)
🔗

依赖

AntiCheatReloaded 依赖 ProtocolLib 插件。请确保您的服务器上已安装 ProtocolLib

如果您的服务器同时安装了 Geyser 和 Floodgate 插件,AntiCheatReloaded 可以自动豁免基岩版玩家。

🔑

权限节点

以下是 AntiCheatReloaded 插件的权限节点:


anticheatreloaded.admin

⚙️

配置示例

以下是 AntiCheatReloaded 插件的配置示例:


config-version: 9
settings:
  prefix: '&7[&cACR&7] '
  kickMessage: '&cYou have been kicked by AntiCheatReloaded.'
  alerts:
    enabled: true
    console: true
    staffchat: false
    permission: anticheatreloaded.admin
    format: '&7[&cACR&7] &e%player% &cfailed &e%check% &c(VL: %vl%)'
    staffChatFormat: '&7[&cACR&7] &e%player% &cfailed &e%check% &c(VL: %vl%)'
  debug: false
  bStats: true
  updateChecker: true
  resetVlOnJoin: false
  exemptions:
    geyser: true
    floodgate: true
    permissions: []
  punishments:
    kick: true
    ban: false
    banDuration: 3600
    commands: []
  ping:
    maxPing: 1000
    checkInterval: 20
checks:
  flight:
    enabled: true
    maxVl: 20
    minMove: 0.2
    maxMove: 1.1
    checkFrequency: 10
  speed:
    enabled: true
    maxVl: 20
    minMove: 0.2
    maxMove: 1.1
    checkFrequency: 10
  jesus:
    enabled: true
    maxVl: 20
    maxDifference: 0.2
    checkFrequency: 10
  antiknockback:
    enabled: true
    maxVl: 20
    maxHorizontal: 0.8
    maxVertical: 0.8
    checkFrequency: 10
  nofall:
    enabled: true
    maxVl: 20
    maxDistance: 3.0
    checkFrequency: 10
  reach:
    enabled: true
    maxVl: 20
    maxReach: 4.5
    checkFrequency: 10
  timer:
    enabled: true
    maxVl: 20
    maxTps: 25.0
    checkFrequency: 10
  fastbow:
    enabled: true
    maxVl: 20
    minDelay: 20
    checkFrequency: 10
  fastbreak:
    enabled: true
    maxVl: 20
    minDelay: 20
    checkFrequency: 10
  fastplace:
    enabled: true
    maxVl: 20
    minDelay: 20
    checkFrequency: 10
  ciriticals:
    enabled: true
    maxVl: 20
    maxDifference: 0.2
    checkFrequency: 10
  spider:
    enabled: true
    maxVl: 20
    maxAngle: 45.0
    checkFrequency: 10
  vclip:
    enabled: true
    maxVl: 20
    maxDistance: 1.0
    checkFrequency: 10
  glide:
    enabled: true
    maxVl: 20
    maxDifference: 0.2
    checkFrequency: 10
  sneak:
    enabled: true
    maxVl: 20
    maxDifference: 0.2
    checkFrequency: 10
  chatspam:
    enabled: true
    maxVl: 20
    maxMessages: 5
    checkFrequency: 10
  fasteat:
    enabled: true
    maxVl: 20
    minDelay: 20
    checkFrequency: 10
  elytrafly:
    enabled: true
    maxVl: 20
    maxDifference: 0.2
    checkFrequency: 10
  unicodechat:
    enabled: true
    maxVl: 20
    maxUnicode: 0.5
    checkFrequency: 10
  ghosthand:
    enabled: true
    maxVl: 20
    maxDistance: 5.0
    checkFrequency: 10
  killaura:
    enabled: true
    maxVl: 20
    maxAngle: 45.0
    checkFrequency: 10
  scaffold:
    enabled: true
    maxVl: 20
    maxDistance: 5.0
    checkFrequency: 10
  morepackets:
    enabled: true
    maxVl: 20
    maxPackets: 100
    checkFrequency: 10
  badpackets:
    enabled: true
    maxVl: 20
    maxPackets: 100
    checkFrequency: 10