HomeJavaModsBossBarNotify
BossBarNotify

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

[​IMG]
[​IMG]

Features

Requirements

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

Command Aliases

Permissions

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

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_

Commands

Plugin details

Read from the plugin's own plugin.yml.

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.

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.

Explore more