BossBarNotify
A lightweight Minecraft Spigot plugin that displays configurable boss bars with custom messages to all online players.
Features
Requirements
Installation
Usage
After installation, the plugin will automatically display the configured boss bars to all online players. The default configuration includes an example boss bar message.
Commands
Command Aliases
Permissions
Configuration
Main Settings
# The language for messages (en, es)
Language: en
BossBarMessages:
# Enable or disable the boss bar messages
Enabled: true
# If enabled, boss bars will only show in the worlds listed below
World_Whitelist_Enabled: false
# Show messages in random order
Random_Order: false
# Hide the progress bar
No_Progress: false
# List of worlds where boss bars will show (if World_Whitelist_Enabled is true)
World_Whitelist:
- world
Message Format
Messages:
UniqueID:
Message: '&e&l(!) &fYour message with &ecolor &fcodes'
Color: YELLOW # BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
Style: SOLID # SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20
Time: 10 # Display time in seconds
Creating Boss Bars
In-Game
Use the command:
Example:
/bbnotify create welcome BLUE SOLID 15 &b&lWelcome! &fThanks for joining the server!
Through Config
Add a new entry to the BossBarMessages.Messages section in config.yml:
Messages:
welcome:
Message: '&b&lWelcome! &fThanks for joining the server!'
Color: BLUE
Style: SOLID
Time: 15
Valid Colors
Valid Styles
Support
If you encounter any issues or have questions, please create an issue on GitHub.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
- MrPastelitoo_
A lightweight Minecraft Spigot plugin that displays configurable boss bars with custom messages to all online players.
Features
- Create multiple boss bar messages with different colors and styles
- Configure how long each message should be displayed
- Randomize the display order of messages
- World whitelist option to only show boss bars in specific worlds
- Multi-language support (English and Spanish)
- Full in-game command support for configuration
- Progress bar that shows the remaining time
Requirements
- Minecraft Server with Spigot/Paper 1.13 or higher
- Java 8 or higher
Installation
- Download the latest release from here
- Place the JAR file in your server's plugins folder
- Start/restart your server
- Configure the plugin via the generated config.yml file or in-game commands
Usage
After installation, the plugin will automatically display the configured boss bars to all online players. The default configuration includes an example boss bar message.
Commands
-
- Displays help informationCode (Text):/bbnotify help
-
- Reloads the plugin configurationCode (Text):/bbnotify reload
-
- Creates a new boss barCode (Text):/bbnotify create <id> <color> <style> <time> <message>
-
- Edits an existing boss barCode (Text):/bbnotify edit <id> <property> <value>
-
- Deletes a boss barCode (Text):/bbnotify delete <id>
-
- Lists all configured boss barsCode (Text):/bbnotify list
Command Aliases
-
- Short alias forCode (Text):/bbnCode (Text):/bbnotify
Permissions
-
- Access to BossBarNotify commandsCode (Text):bossbarnotify.command
-
- Allows reloading the plugin configurationCode (Text):bossbarnotify.reload
-
- Allows creating new boss barsCode (Text):bossbarnotify.create
-
- Allows editing existing boss barsCode (Text):bossbarnotify.edit
-
- Allows deleting boss barsCode (Text):bossbarnotify.delete
-
- Allows listing all boss barsCode (Text):bossbarnotify.list
Configuration
Main Settings
Code (Text):
# The language for messages (en, es)
Language: en
BossBarMessages:
# Enable or disable the boss bar messages
Enabled: true
# If enabled, boss bars will only show in the worlds listed below
World_Whitelist_Enabled: false
# Show messages in random order
Random_Order: false
# Hide the progress bar
No_Progress: false
# List of worlds where boss bars will show (if World_Whitelist_Enabled is true)
World_Whitelist:
- world
Code (Text):
Messages:
UniqueID:
Message: '&e&l(!) &fYour message with &ecolor &fcodes'
Color: YELLOW # BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
Style: SOLID # SOLID, SEGMENTED_6, SEGMENTED_10, SEGMENTED_12, SEGMENTED_20
Time: 10 # Display time in seconds
In-Game
Use the command:
Code (Text):
/bbnotify create <id> <color> <style> <time> <message>
Code (Text):
/bbnotify create welcome BLUE SOLID 15 &b&lWelcome! &fThanks for joining the server!
Add a new entry to the BossBarMessages.Messages section in config.yml:
Code (Text):
Messages:
welcome:
Message: '&b&lWelcome! &fThanks for joining the server!'
Color: BLUE
Style: SOLID
Time: 15
- BLUE
- GREEN
- PINK
- PURPLE
- RED
- WHITE
- YELLOW
Valid Styles
- SOLID (or 0 or 6)
- SEGMENTED_6 (or 1)
- SEGMENTED_10 (or 2)
- SEGMENTED_12 (or 3)
- SEGMENTED_20 (or 4)
Support
If you encounter any issues or have questions, please create an issue on GitHub.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
- MrPastelitoo_
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21
- 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.
BossBarNotify is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 69 times (via Spigot). Download it and open it directly in the game.