940
收录服务器
1212
注册
48 068
玩家
Actionbar
带有Announcer和Joinmessage的动画提示栏/动作栏
作 者 theTrixxter
发布时间 2015年3月10日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10,1.11,1.12
点此下载

Actionbar 插件允许你通过游戏中的新 Actionbar 发布消息,消息会显示在你的血条和护甲条上方。Actionbar 的一个实用之处在于,它会在几秒钟后消失(时间可以在配置或命令中调整),不会一直停留在屏幕中央打扰你。你还可以设置自定义的加入和首次加入消息(基本上是“欢迎来到服务器”的消息),可以根据你的喜好进行编辑和动画处理。要启用 %money%, %prefix%, %group% 和 %suffix% 变量,你需要安装 Vault 和任何你想要的经济或权限组插件。要启用 PlaceholderAPI 变量,你需要在服务器上安装 PlaceholderAPI,并使用 Actionbar v1.3.2.5+。

该插件的另一个功能是 Actionbar-Announcer,它允许你定时发送加入消息等。例如,你可以创建一个欢迎消息的动画,并使其每 5 分钟出现一次。时间单位是“tick”,20 ticks 等于 1 秒。插件支持动画 Actionbar(无论是在加入/首次加入消息中还是在自动广播中)。

🛠️ 命令和权限

Commands:

  • /actionbar <message> [time] - Sends an actionbar message.
  • /ab <message> [time] - Alias for /actionbar.
  • /actionbarreload - Reloads the config.yml.

Permissions:

  • actionbar.use - Allows the use of /actionbar.
  • actionbar.reload - Allows the use of /actionbarreload.
  • actionbar.color - Allows the use of color codes in the message.

Variables:

  • %player% - Player's name.
  • %online% - Number of online players.
  • %maxplayers% - Maximum number of players.
  • %world% - Player's world.
  • %money% - Player's money (requires Vault).
  • %prefix% - Player's prefix (requires Vault).
  • %suffix% - Player's suffix (requires Vault).
  • %group% - Player's group (requires Vault).
  • PlaceholderAPI variables (requires PlaceholderAPI).

⚙️ 配置示例


Settings:
  Join:
    FirstJoin:
      Enabled: true
      Messages:
        - '&eWelcome %player% to the Server!'
        - '&6Have a great time!'
    Join:
      Enabled: true
      Messages:
        - '&e%player% joined the Server!'
        - '&6Enjoy your stay!'
  Leave:
    Enabled: true
    Messages:
      - '&e%player% left the Server!'
      - '&cSee you next time!'
  ActionBar:
    AutoBroadCast:
      Enabled: true
      Time: 200
      Random: true
      Messages:
        - '&eWelcome to the Server!'
        - '&6Have a great time!'

🚀 安装

  1. 需要 Minecraft 1.8.x+ 版本 (较新版本也兼容 1.8.x)。
  2. 新!: 也支持 v1.11.2。
  3. 下载 Actionbar.jar
  4. 将 Actionbar.jar 放入你的 Plugins 文件夹
  5. 运行 Minecraft,插件应该可以完美运行!
  6. 要启用 %money%, %prefix%, %group% 和 %suffix% 变量,你需要安装 Vault 和任何你想要的经济或权限组插件。
  7. 要启用 PlaceholderAPI 变量,你需要在服务器上安装 PlaceholderAPI,并使用 Actionbar v1.3.2.5+。

💖 捐赠 & Credits

这个插件由一个开发团队在业余时间维护。

欢迎捐赠以支持我们的项目。

我们还要感谢以下为插件提供帮助的人:

  • PhantomX, Designer
  • AgreSith, Translator