HomeJavaMods[API] BarMessager
Description:
This plugin is a simple but effective way of queueing messages and sending them to the player via a Boss Bar! It allows you to have a static message that the boss bar will always display and then send other messages that pile up until each has had a chance to display to the player.

Usage:
Using BarMessager is quite simple all you have to do is:
Code (Text):
BarMessageAPI.givePlayerMessage(player,  message, duration);
To send a simple message!

You can also set the color and style of the Boss Bar with:
Code (Text):
BarMessageAPI.givePlayerMessage(player,  message, duration, color,  style);
or
Code (Text):
BarMessageAPI.givePlayerMessage(player, message, duration, color);
for just the color.If you want to set your own static message use:
Code (Text):
BarMessageAPI.setDefualtStaticMessage(new MessageBar(message, duration, color, style));
Alternativly, if you would like to disable the static message use:
Code (Text):
BarMessageAPI.setDefualtStaticMessage(null);

Permissions:
'barmessage.receive'

Instructions:
  1. Add 'BarMessager.jar' to your build path
  2. Add 'BarMessager.jar' to your plugins folder
  3. Build your plugin that depends 'BarMessagerAPI'
  4. Restart server
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

[API] BarMessager is a free Minecraft Java mod. Compatible with Minecraft 1.9. Downloaded 268 times (via Spigot). Download it and open it directly in the game.

Explore more