BossBarNotify icon

BossBarNotify -----

A simple Minecraft Spigot plugin that displays customizable boss bar messages to all online players.



BossBarNotify

A lightweight Minecraft Spigot plugin that displays configurable boss bars with custom messages to all online players.

[​IMG]
[​IMG]

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
  1. Download the latest release from here
  2. Place the JAR file in your server's plugins folder
  3. Start/restart your server
  4. 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
  • Code (Text):
    /bbnotify help
    - Displays help information
  • Code (Text):
    /bbnotify reload
    - Reloads the plugin configuration
  • Code (Text):
    /bbnotify create <id> <color> <style> <time> <message>
    - Creates a new boss bar
  • Code (Text):
    /bbnotify edit <id> <property> <value>
    - Edits an existing boss bar
  • Code (Text):
    /bbnotify delete <id>
    - Deletes a boss bar
  • Code (Text):
    /bbnotify list
    - Lists all configured boss bars

Command Aliases
  • Code (Text):
    /bbn
    - Short alias for
    Code (Text):
    /bbnotify

Permissions
  • Code (Text):
    bossbarnotify.command
    - Access to BossBarNotify commands
  • Code (Text):
    bossbarnotify.reload
    - Allows reloading the plugin configuration
  • Code (Text):
    bossbarnotify.create
    - Allows creating new boss bars
  • Code (Text):
    bossbarnotify.edit
    - Allows editing existing boss bars
  • Code (Text):
    bossbarnotify.delete
    - Allows deleting boss bars
  • Code (Text):
    bossbarnotify.list
    - Allows listing all boss bars

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
 
Message Format
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
 
Creating Boss Bars

In-Game
Use the command:
Code (Text):
/bbnotify create <id> <color> <style> <time> <message>
Example:
Code (Text):

/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:
Code (Text):

Messages:
  welcome:
    Message: '&b&lWelcome! &fThanks for joining the server!'
    Color: BLUE
    Style: SOLID
    Time: 15
 
Valid Colors
  • 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_
Resource Information
Author:
----------
Total Downloads: 13
First Release: Mar 30, 2025
Last Update: Mar 30, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings