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 射线的使用。当玩家在一定时间内挖掘了特定数量的指定矿物后,所有具有相应权限的在线玩家将会收到警报,以便进一步调查。
🎉/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>
时显示的消息,都可以自定义。如果您在设置或使用过程中遇到任何问题或错误,请在留下评论前与我讨论。我将尽力尽快解决问题。