1 262
收录服务器
1 725
注册
35 698
玩家
SuperStaffTools 超级员工工具
为您的员工提供完美的解决方案!(以前为StaffGUI+)
作 者 Mariozgr8
发布时间 2017年7月10日
支持核心 Spigot
原生版本
支持版本 1.9,1.10,1.11,1.12
点此下载

SuperStaffTools 是一款为 Minecraft 服务器管理人员提供的实用工具插件。它提供了一个简单易用的图形界面,方便管理人员快速访问和启用/禁用各种管理功能,同时还具备 StaffMode 功能,方便管理人员更好地管理服务器。

🛠️ SuperStaffTools

💡 插件简介

SuperStaffTools 旨在为 Minecraft 服务器的管理人员提供便捷的管理工具。通过交互式的菜单,管理人员可以快速访问和使用各种必要的功能,提升管理效率。

⚙️ 功能特性

  • 简单易用的菜单,方便管理人员启用/禁用各种功能。
  • StaffMode 功能,方便管理人员更好地管理玩家。
  • 易于使用,GUI 界面仅需一个命令即可打开。
  • Staffchat 频道(/sc 命令)。
  • 所有消息均可在 config.yml 文件中配置。
  • 每个功能都有对应的权限控制。

✨ GUI 功能

  • 飞行模式开关
  • 上帝模式开关
  • 隐身模式开关
  • StaffMode 开关
  • 治疗/喂食玩家
  • 清空聊天
  • 锁定聊天
  • 更改游戏模式
  • 更改服务器难度
  • 更改服务器时间和天气
  • 管理服务器白名单
  • 应用所有状态效果
  • 刷怪

🕵️ StaffMode 功能

StaffMode 允许管理人员通过右键点击玩家来与其互动。启用 StaffMode 后,管理人员的物品栏会被保存,并替换为 StaffMode 专用的物品。关闭 StaffMode 后,管理人员的物品栏会恢复。

  • 发射罗盘:将玩家朝着他们所看的方向发射出去。
  • 传送棒:随机传送到一个玩家身边。
  • 冰冻物品:冰冻/解冻玩家(即使玩家退出游戏,冰冻状态仍然保持)。
  • 物品栏查看器:打开/修改玩家的物品栏。
  • 末影箱查看器:打开/修改玩家的末影箱。
  • 信息物品:返回关于玩家的有用信息,如 IP、飞行状态、上帝模式状态、StaffMode 状态等。
  • CPS 测试:测试玩家的点击速度,测试时长可在配置文件中设置。

⌨️ 命令 & 权限

以下是 SuperStaffTools 的命令和权限列表:

  • /sstafftools:打开 GUI 主菜单。(别名:st, sst, sg
  • /staffchat (message):向 staffchat 发送消息。(别名:sc

权限列表

  • staffgui.*: 授予所有插件功能的访问权限
  • staffgui.open: 允许用户使用 /staffgui 命令
  • staffgui.fly: 允许用户切换飞行模式
  • staffgui.god: 允许用户切换上帝模式
  • staffgui.vanish: 允许用户切换隐身模式
  • staffgui.staffmode: 允许用户切换 StaffMode
  • staffgui.heal: 允许用户治疗
  • staffgui.feed: 允许用户喂食
  • staffgui.clearchat: 允许用户清空聊天
  • staffgui.mutechat: 允许用户锁定聊天
  • staffgui.mutechat.bypass: 允许用户绕过聊天锁定
  • staffgui.gamemode: 允许用户更改游戏模式
  • staffgui.difficulty: 允许用户更改服务器难度
  • staffgui.time: 允许用户更改服务器时间
  • staffgui.weather: 允许用户更改服务器天气
  • staffgui.whitelist: 允许用户管理服务器白名单
  • staffgui.effects: 允许用户应用药水效果
  • staffgui.spawn: 允许用户刷怪
  • staffgui.staffchat: 允许用户使用 /sc 命令并接收来自其他 staff 的消息

📝 配置文件 (config.yml) 示例


# Config.yml
# Here you can configure every aspect of the plugin from the items in the GUI to every messages sent by the plugin

#Main GUI settings
gui:
  name: "&cStaff Tools"
  size: 54 #GUI slots amount

#StaffMode Items config
staffmode:
  compass:
    name: "&aLaunch Compass"
    material: COMPASS
    slot: 0
  teleport:
    name: "&aTeleport Stick"
    material: STICK
    slot: 1
  freeze:
    name: "&cFreeze Item"
    material: ICE
    slot: 2
  inventory:
    name: "&aInventory Checker"
    material: CHEST
    slot: 3
  enderchest:
    name: "&aEnderchest Checker"
    material: ENDER_CHEST
    slot: 4
  informations:
    name: "&aInformations"
    material: PAPER
    slot: 5
  cpstest:
    name: "&cCps Test"
    material: BLAZE_POWDER
    slot: 6
  vanish:
    name: "&aVanish"
    material: INK_SACK
    data: 1
    slot: 7
  leave:
    name: "&cLeave StaffMode"
    material: BARRIER
    slot: 8

#StaffChat settings
staffchat:
  format: "&7[&cStaffChat&7] &b%player%&f: %message%"
  no_permission: "&cYou don't have the permission to use this command !"

#Messages Settings
messages:
  no_permission: "&cYou don't have the permission to do that !"
  st_toggled_on: "&aStaffMode Toggled &2ON"
  st_toggled_off: "&cStaffMode Toggled &4OFF"
  freeze:
    frozen: "&cYou have been frozen by &b%staff%&c!"
    unfrozen: "&aYou have been unfrozen by &b%staff%&a!"
    target_is_staff: "&cYou can't freeze a staff member !"
    already_frozen: "&cThis player is already frozen !"
    not_frozen: "&cThis player isn't frozen !"
  whitelist:
    added: "&a&l%player% &ahas been &2&lADDED &ato the whitelist !"
    removed: "&c&l%player% &chas been &4&lREMOVED &cfrom the whitelist !"
    already_whitelisted: "&cThis player is already whitelisted !"
    not_whitelisted: "&cThis player isn't whitelisted !"
  chat:
    cleared: "&aChat has been cleared by &b%staff%&a!"
    locked: "&cChat has been locked by &b%staff%&c!"
    unlocked: "&aChat has been unlocked by &b%staff%&a!"
  cpstest:
    test_started: "&aCps Test started on &b%player%&a!"
    cps: "&b%player%&f's cps is &c%cps%&f!"
    no_damage: "&cThe player didn't hit anything during the test !"

#GUI Items
items:
  vanish:
    name: "&aVanish"
    lore:
      - "&7Click to toggle Vanish Mode &cOFF/ON"
      - "&7Current State: %state%"
    material: INK_SACK
    data: 1
    slot: 10
  fly:
    name: "&aFly"
    lore:
      - "&7Click to toggle Fly Mode &cOFF/ON"
      - "&7Current State: %state%"
    material: FEATHER
    slot: 11
  god:
    name: "&aGod"
    lore:
      - "&7Click to toggle God Mode &cOFF/ON"
      - "&7Current State: %state%"
    material: GOLDEN_APPLE
    slot: 12
  staffmode:
    name: "&aStaffMode"
    lore:
      - "&7Click to toggle StaffMode &cOFF/ON"
      - "&7Current State: %state%"
    material: DIAMOND_CHESTPLATE
    slot: 13
  heal:
    name: "&aHeal"
    lore:
      - "&7Click to heal yourself !"
    material: POTION
    data: 8229
    slot: 14
  feed:
    name: "&aFeed"
    lore:
      - "&7Click to feed yourself !"
    material: COOKED_BEEF
    slot: 15
  clearchat:
    name: "&aClear Chat"
    lore:
      - "&7Click to clear the chat !"
    material: SPONGE
    slot: 20
  mutechat:
    name: "&aLock Chat"
    lore:
      - "&7Click to lock the chat !"
      - "&7Current State: %state%"
    material: IRON_FENCE
    slot: 21
  gamemode:
    name: "&aGamemode"
    lore:
      - "&7Click to change your gamemode !"
    material: WATCH
    slot: 22
  difficulty:
    name: "&aDifficulty"
    lore:
      - "&7Click to change the server difficulty !"
    material: GRASS
    slot: 23
  time:
    name: "&aTime"
    lore:
      - "&7Click to change the server time !"
    material: WATCH
    slot: 24
  weather:
    name: "&aWeather"
    lore:
      - "&7Click to change the server weather !"
    material: WATER_BUCKET
    slot: 25
  whitelist:
    name: "&aWhitelist"
    lore:
      - "&7Click to manage the server whitelist !"
    material: PAPER
    slot: 29
  effects:
    name: "&aEffects"
    lore:
      - "&7Click to apply all status effects !"
    material: POTION
    data: 8258
    slot: 30
  spawn:
    name: "&aSpawn Mobs"
    lore:
      - "&7Click to spawn a mob !"
    material: SKULL_ITEM
    data: 2
    slot: 31

#Cps Test Settings
cps_test:
  duration: 5 #Test duration in seconds