Bossbar

Quick rating

Community listing page, reviews here may not be monitored by the author.

Bossbar

No reviews yet

Health bars for bosses or entities: easy, performance-friendly, feature-rich.

No Theme
Adventure/Exploration
QoL & Tweaks
Server Utility
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Server Only

Runs entirely on the server. Also works in singleplayer.

About

Project Details

Type
Mod
License
All Rights Reserved
Latest Version
[1.21.9] Bossbar 1.2

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Bossbar

Enhancing Minecraft's bossbar functionality by properly extending it to entities. No more complicated command block setup, lag-inducing detection logic, and cheap attempts at recreating the real deal. This is the real deal now.

✅ Features

  • Entity bossbars take the name, health and max health of its entity.
  • Range can be specified for entity bossbars, meaning it's only visible to local players.
  • Default bossbars can be configured (see Configuration)
  • Thicken fog & darken skies with the extended functionality given to entity bossbars.
  • Server-side, meaning clients don't need to download it to connect.
  • Easy to use with the /bossbar command, swap out a bossbar id with a target selector, and done!
  • Optimized to a lagless extend, compared to Minecraft's bulky command code.

⚙️ Configuration

Configuration can be found in config\bossbar.json.

  • default:
    • <entity_type>: resource_location
      • range: integer
        Set the entity bossbar's range. Defaults to 64. Any player outside of this range won't see the entity bossbar.
      • darken_sky: bool
        Set if entity bossbar darkens the sky. Defaults to false.
      • thicken_fog: bool
        Set if entity bossbar thickens the fog. Defaults to false.
      • color: (blue|green|pink|purple|red|white|yellow)
        Set the entity bossbar's bar color. Defaults to purple.
      • style: (notched_6|notched_10|notched_12|notched_20|progress)
        Set the entity bossbar's visual amount of segments. Defaults to progress.

📖 Syntax

  • bossbar set <target> (visible|range|darken_sky|thicken_fog|color|style)
    • ... visible <visible>
      Set the entity bossbar's visibility. Defaults to false for every entity, disabling their bossbar.
    • ... range <range>
      Set the entity bossbar's range. Defaults to 64. Any player outside of this range won't see the entity bossbar.
    • ... darken_sky <darken_sky>
      Set if entity bossbar darkens the sky. Defaults to false.
    • ... thicken_fog <thicken_fog>
      Set if entity bossbar thickens the fog. Defaults to false.
    • ... color (blue|green|pink|purple|red|white|yellow)
      Set the entity bossbar's bar color. Defaults to purple.
    • ... style (notched_6|notched_10|notched_12|notched_20|progress)
      Set the entity bossbar's visual amount of segments. Defaults to progress.

📦 Arguments

  • <target>: entity
    • Specifies the entity whose bossbar is to change.
      Must be a player name, a target selector or a UUID.
  • <visible>: bool
    • Specifies the bossbar's visibility.
      Must be either true or false.
  • <range>: integer
    • Specifies the bossbar's range.
      Must be a 32-bit integer number between 0 and 2147483647 (inclusive).
  • <darken_sky>: bool
    • Specifies if the bossbar darkens the sky.
      Must be either true or false.
  • <thicken_fog>: bool
    • Specifies if the bossbar thickens the fog.
      Must be either true or false.

Bossbar

Enhancing Minecraft's bossbar functionality by properly extending it to entities. No more complicated command block setup, lag-inducing detection logic, and cheap attempts at recreating the real deal. This is the real deal now.

✅ Features

  • Entity bossbars take the name, health and max health of its entity.
  • Range can be specified for entity bossbars, meaning it's only visible to local players.
  • Default bossbars can be configured (see Configuration)
  • Thicken fog & darken skies with the extended functionality given to entity bossbars.
  • Server-side, meaning clients don't need to download it to connect.
  • Easy to use with the /bossbar command, swap out a bossbar id with a target selector, and done!
  • Optimized to a lagless extend, compared to Minecraft's bulky command code.

⚙️ Configuration

Configuration can be found in config\bossbar.json.

  • default:
    • <entity_type>: resource_location
      • range: integer
        Set the entity bossbar's range. Defaults to 64. Any player outside of this range won't see the entity bossbar.
      • darken_sky: bool
        Set if entity bossbar darkens the sky. Defaults to false.
      • thicken_fog: bool
        Set if entity bossbar thickens the fog. Defaults to false.
      • color: (blue|green|pink|purple|red|white|yellow)
        Set the entity bossbar's bar color. Defaults to purple.
      • style: (notched_6|notched_10|notched_12|notched_20|progress)
        Set the entity bossbar's visual amount of segments. Defaults to progress.
    • register_before_vanilla: bool
      Register the command extension before vanilla, attempting to parse the bossbar argument as an entity before a server bossbar id. Defaults to false.

📖 Syntax

  • bossbar set <target> (visible|range|darken_sky|thicken_fog|color|style)
    • ... visible <visible>
      Set the entity bossbar's visibility. Defaults to false for every entity, disabling their bossbar.
    • ... range <range>
      Set the entity bossbar's range. Defaults to 64. Any player outside of this range won't see the entity bossbar.
    • ... darken_sky <darken_sky>
      Set if entity bossbar darkens the sky. Defaults to false.
    • ... thicken_fog <thicken_fog>
      Set if entity bossbar thickens the fog. Defaults to false.
    • ... color (blue|green|pink|purple|red|white|yellow)
      Set the entity bossbar's bar color. Defaults to purple.
    • ... style (notched_6|notched_10|notched_12|notched_20|progress)
      Set the entity bossbar's visual amount of segments. Defaults to progress.

📦 Arguments

  • <target>: entity
    • Specifies the entity whose bossbar is to change.
      Must be a player name, a target selector or a UUID.
    • <visible>: bool
      • Specifies the bossbar's visibility.
        Must be either true or false.
    • <range>: integer
      • Specifies the bossbar's range.
        Must be a 32-bit integer number between 0 and 2147483647 (inclusive).
    • <darken_sky>: bool
      • Specifies if the bossbar darkens the sky.
        Must be either true or false.
    • <thicken_fog>: bool
      • Specifies if the bossbar thickens the fog.
        Must be either true or false.

Screenshots

Gallery

  • Elder Guardian Bossbar
    Elder Guardian Bossbar

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~26,000
Total Downloads
CurseForge
~11,000
Modrinth
~14,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works