Custom Bossbars

Quick rating

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.

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
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

About

Project Details

Type
Mod
Latest Version
CustomBossbars-ProyectSolo-1.0.0.jar
Authors

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

Resources

External Links

Source Issues Wiki Discord

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

This project has no gallery images yet.

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

<1,000
Downloads
Last Updated
Created
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