1 409
收录服务器
2 048
注册
35 839
玩家
X-Ray Detector X射线探测器 (适用于HCF服务器)
X光插件,当它认为有人正在进行X光检查时,它会提醒所有工作人员!
作 者 Signatured
发布时间 2016年6月17日
支持核心 Spigot
原生版本
支持版本 1.7,1.8,1.9,1.10
点此下载

X-Ray Detector 是一款反作弊插件,专为 Hardcore Faction 服务器设计。它通过监控玩家的采矿活动来检测 X 射线作弊行为,而不是简单地阻止 X 射线的使用。当玩家在一定时间内挖掘了特定数量的指定矿物后,所有具有相应权限的在线玩家将会收到警报,以便进一步调查。

🎉

X-Ray Detector

📌插件特性

  • 精确到毫秒级的 X 射线检测
  • 可自定义的警报矿物/方块列表
  • 可配置的挖掘数量和时间周期
  • 所有消息均可自定义
  • 安装简便
  • 低延迟

💻命令

  • /xraydetector <player> - 立即检查玩家的采矿数据,无需等待警报触发。该命令显示玩家在配置的时间范围内挖掘的所有矿物/方块。

🔑权限

  • xraydetector.admin - 允许玩家接收警报并执行 /xraydetector 命令。

⚙️配置


ores:
  IRON_ORE:
    amount: 30
    time: 5m
  GOLD_ORE:
    amount: 30
    time: 5m
  DIAMOND_ORE:
    amount: 15
    time: 5m
  EMERALD_ORE:
    amount: 10
    time: 5m

# Prefix of alert message
prefix: "&b[&9X-Ray Detector&b] "

# This is the permission all players online with the permission node
xraydetector.admin will receive
alert-message: "&6%player% &ehas found &6%amount% %ore% &ein
under &6%time%&e! He might be xraying..."

# Header of the info message
info-message-header: "&7-== &8%player% &7==-"

# Displayed when a player types /xraydetector . This will display
all ores in
# the config, showing the amount of blocks they've broken in the specified
amount of time
info-message: "&a%ore%: &7%amount% blocks in %time%"

# Play a sound when you receive an alert of someone x-raying
play-sound: false

📝配置说明

  • 需要跟踪的所有矿物/方块必须使用其材质名称,例如 REDSTONE_ORE
  • 每个矿物都需要配置 amount(数量)和 time(时间)。如果玩家在指定时间内挖掘了指定数量的矿物,所有具有相应权限的玩家都将收到警报。
  • 时间可以使用分钟、秒或小时,并在数字后添加相应的后缀(s = 秒,m = 分钟,h = 小时)。
  • 所有消息,包括执行 /xraydetector <player> 时显示的消息,都可以自定义。

🤝联系方式

如果您在设置或使用过程中遇到任何问题或错误,请在留下评论前与我讨论。我将尽力尽快解决问题。