Custom Bossbars
No reviews yet
Custom Bossbars is a lightweight Forge client/server mod that lets datapacks and commands create custom Minecraft-style bossbars with fully configurable colors, audience, direction, and render mode.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Short Description
Datapack-driven custom bossbars for Forge 1.20.1, with single and dual-sided modes, configurable colors, direction, scoreboards, and player targeting.
CurseForge Description
Configurable Bossbar HUD is a lightweight Forge client/server mod that gives datapacks and server commands a flexible custom bossbar system.
It does not add gameplay logic by itself. Instead, it lets map makers, event hosts, minigame creators, and server owners create custom HUD bars and control them entirely from commands or datapack functions.
Use it for timers, capture zones, faction control, boss phases, progress meters, contested objectives, roleplay events, or any system where a clean visual progress bar helps players understand what is happening.
Basic Commands
Create a bar:
psbossbar add mypack:timer {"text":"Event Timer"}
Set a value:
psbossbar set mypack:timer max 300
psbossbar set mypack:timer value 150
Show it to everyone:
psbossbar set mypack:timer global true
Show it only to selected players:
psbossbar set mypack:timer players @a[team=red]
Use a scoreboard as the progress source:
scoreboard objectives add event_timer dummy
scoreboard players set time event_timer 300
psbossbar set mypack:timer max 300
psbossbar set mypack:timer value_score time event_timer
Create a dual-sided capture bar:
psbossbar add mypack:zone_a {"text":"Zone A"}
psbossbar set mypack:zone_a mode dual
psbossbar set mypack:zone_a max 100
psbossbar set mypack:zone_a value_score cap_a capture
psbossbar set mypack:zone_a marks 5
Show it near a location:
execute positioned 100 ~ 200 run psbossbar set mypack:zone_a players @a[distance=..80]
Invert direction:
psbossbar set mypack:zone_a inverted true
Set colors with decimal RGB values:
psbossbar set mypack:zone_a left_color 9433087
psbossbar set mypack:zone_a right_color 16727622
psbossbar set mypack:zone_a clash_color 16777215
Also you can test the mod using this datapack:
https://www.curseforge.com/minecraft/data-packs/custom-bossbars-toolkit
Requirements
- Minecraft Forge 1.20.1
- Must be installed on both the server and each client
- A datapack, command block setup, or server command logic is needed to control the bars
This mod is best used as a visual HUD tool for creators who already have, or want to build, their own gameplay logic.
You may use this mod in modpacks, servers, videos, and datapacks. Credit is appreciated.
License: MIT
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources