ControlHacker | |
---|---|
![]() |
控制作弊者!粒子、声音、自定义配置。 |
作 者 | Niketion |
发布时间 | 2016年10月20日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.7,1.8,1.9,1.10,1.11,1.12 |
插件详细介绍
ControlHacker 是一款用于管理作弊玩家的插件,它允许管理员设置监控区域,并在玩家进入该区域时进行控制。插件配置简单,功能强大,支持自定义消息、音效以及监控区域,同时提供统计和排行榜功能。
config.yml
文件/ch reload
- 重载 config.yml
配置文件/ch setzone (cheater/checker/end)
- 设置监控区域/ch stats <checker>
- 查看监控员的统计信息/ch reset <checker>
- 重置监控员的统计信息/ch top
- 查看最佳监控员排行榜/control
- 控制玩家/finish
- 结束控制controlhacker.admin
- 使用 top
, stats
, reload
和 setzone
命令controlhacker.control
- 使用 /control
命令controlhacker.finish
- 使用 /finish
命令以下是一个示例 config.yml
配置文件:
#General Setting
settings:
# Alarm sound when a cheater join in control zone.
sound: ENTITY_EXPERIENCE_ORB_PICKUP
# Title message for 1.8+ servers
title: "&cControlHacker"
# Subtitle message for 1.8+ servers
subtitle: "&7Control Zone"
# Fade in time for title (in ticks)
fadein: 20
# Stay time for title (in ticks)
stay: 60
# Fade out time for title (in ticks)
fadeout: 20
# Message when a player enter in control zone.
message-enter: "&c%player% &7is in control zone!"
# Message when a player exit from control zone.
message-exit: "&a%player% &7is out of control zone!"
# Message when a player is controlled.
message-controlled: "&a%player% &7is controlled by &a%checker%&7!"
# Message when a player is finished.
message-finished: "&c%player% &7is not controlled by &a%checker%&7!"
# You want disable the title message?
disable-title: false
# You want disable the normal message?
disable-message: false
# Message when you reload the plugin.
message-reload: "&aControlHacker &7reloaded!"
# Message when you set a zone.
message-setzone: "&aZone &7setted!"
# Message when you check the stats of a checker.
message-stats: "&aStats of &7%checker%&a: &7%stats%"
# Message when you reset the stats of a checker.
message-reset: "&aStats of &7%checker% &aresetted!"
# Message when you see the top checkers.
message-top: "&aTop Checkers:"
# Message when you are not a player.
message-notplayer: "&cYou are not a player!"
# Control Zone
zones:
# Cheater Zone
cheater:
world: "world"
x: 0
y: 0
z: 0
radius: 10
# Checker Zone
checker:
world: "world"
x: 0
y: 0
z: 0
radius: 5
# End Zone
end:
world: "world"
x: 0
y: 0
z: 0
radius: 5
# MySQL Settings
mysql:
# Enable MySQL?
enabled: false
# MySQL Host
host: "localhost"
# MySQL Port
port: 3306
# MySQL Database
database: "controlhacker"
# MySQL Username
username: "root"
# MySQL Password
password: ""
使用 /ch setzone (cheater/checker/end)
命令。
如果在插件使用过程中遇到问题,请在 讨论区 提出,我会尽力提供帮助。
MIT 许可证