1 126
收录服务器
1489
注册
39 110
玩家
ControlHacker
控制作弊者!粒子、声音、自定义配置。
作 者 Niketion
发布时间 2016年10月20日
支持核心 Spigot
原生版本
支持版本 1.7,1.8,1.9,1.10,1.11,1.12
点此下载

ControlHacker 是一款用于管理作弊玩家的插件,它允许管理员设置监控区域,并在玩家进入该区域时进行控制。插件配置简单,功能强大,支持自定义消息、音效以及监控区域,同时提供统计和排行榜功能。

🛡️ ControlHacker

✨ 特性

  • 高度可配置的 config.yml 文件
  • 警报音效
  • 自定义监控区域
  • 自定义标题(适用于 Minecraft 1.8+)
  • 支持 Minecraft 1.7+
  • 新增统计和排行榜功能

🎮 命令

  • /ch reload - 重载 config.yml 配置文件
  • /ch setzone (cheater/checker/end) - 设置监控区域
  • /ch stats <checker> - 查看监控员的统计信息
  • /ch reset <checker> - 重置监控员的统计信息
  • /ch top - 查看最佳监控员排行榜
  • /control - 控制玩家
  • /finish - 结束控制

🔑 权限

  • controlhacker.admin - 使用 top, stats, reloadsetzone 命令
  • 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: ""

🛠️ 安装

  • 需要 Java 8+
  • 服务器版本 1.7+

📍 如何设置监控区域?

使用 /ch setzone (cheater/checker/end) 命令。

🐛 问题反馈

如果在插件使用过程中遇到问题,请在 讨论区 提出,我会尽力提供帮助。

🔗 链接

GitHub (点击我)

📜 许可

MIT 许可证