1 129
收录服务器
1496
注册
51 302
玩家
NESS Anti-Cheat Reloaded
一个从1.8到1.17.1兼容的简单防聊天系统
作 者 herobrine99dan
发布时间 2020年3月9日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17
点此下载

🛡️ NESS Anti-Cheat Reloaded 是对旧版 NESS 的重构版本,旨在通过简单而强大的方法阻止大量的移动和战斗作弊行为。虽然在 Spigot 上进行了测试,但 NESS 应该可以与大多数分支一起使用。请从可靠来源下载插件,例如官方 Discord 服务器或此页面。

🛡️ NESS Anti-Cheat Reloaded

📌 权限

  • ness.bypass.[check]: 允许绕过特定的检测项 (例如:ness.bypass.killauraness.bypass.fly)。
  • ness.bypass.*: 允许绕过所有检测项 (绕过权限在玩家加入时计算)。
  • ness.notify: 允许接收反作弊通知。
  • ness.notify.hacks: 允许接收关于作弊的反作弊通知。
  • ness.notify.developer: 允许接收一些开发者通知。
  • ness.command.[command]: 允许执行该命令。
  • ness.command.*: 允许执行所有 NESS-Reloaded 命令。

📌 命令

  • /ness vl <player> (ness.command.vl): 查看玩家的违规记录。
  • /ness clear <player> (ness.command.clear): 清除玩家的违规记录。
  • /ness version (ness.command.version): 查看插件版本。
  • /ness reload (ness.command.reload): 重新加载配置文件。
  • /ness report <player> <reason> (ness.command.report): 举报玩家作弊。
  • /ness debug (ness.command.debug): 启用/禁用调试模式。

⚙️ API

🚩 Flag Event


public void onViolation(PlayerFlagEvent e) {
    AnticheatPlayer player = e.getPlayer();
    AnticheatCheck check = e.getCheck();
    e.setCancelled(true);
}

💡 General API

通用 API 的用法可以在 Wiki 中找到!

你可以在 Github 仓库 中找到 API 用法的示例!