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:
To send a simple message!
You can also set the color and style of the Boss Bar with:
or
for just the color.If you want to set your own static message use:
Alternativly, if you would like to disable the static message use:
Permissions:
'barmessage.receive'
Instructions:
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);
You can also set the color and style of the Boss Bar with:
Code (Text):
BarMessageAPI.givePlayerMessage(player, message, duration, color, style);
Code (Text):
BarMessageAPI.givePlayerMessage(player, message, duration, color);
Code (Text):
BarMessageAPI.setDefualtStaticMessage(new MessageBar(message, duration, color, style));
Code (Text):
BarMessageAPI.setDefualtStaticMessage(null);
Permissions:
'barmessage.receive'
- Receive the Boss Bar messages.
Instructions:
- Add 'BarMessager.jar' to your build path
- Add 'BarMessager.jar' to your plugins folder
- Build your plugin that depends 'BarMessagerAPI'
- Restart server
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.