RR Health Bar Addon for Minecraft Bedrock | See Mob Health
photo_library Screenshots
.jpg)
.jpg)
.jpg)
.jpg)
.jpg)
.jpg)
.jpg)
What Is RR Health Bar?
RR Health Bar is a lightweight quality-of-life addon that adds a health bar above the head of every mob in Minecraft Bedrock. You see the mob's name, a visual bar showing how much HP remains, and the exact health numbers — all in real time.
It's useful for combat, mob farming, boss fights, and any situation where knowing how close a mob is to dying actually matters. The bar color shifts from green down to dark red as the mob takes damage, so you can read the situation at a glance without needing to see the exact numbers.
What The Bar Looks Like
Each mob gets a 3-line nameTag display that looks like this above its head:
The bar segments fill from left to right. Filled segments use the current HP color. Empty segments show as grey dots. The heart icon and HP numbers share the same color as the bar.
5 Health Color States
The bar color changes automatically based on what percentage of the mob's max HP remains:
How It Works
The addon uses the Bedrock scripting API to read every entity's health component every 10 ticks (0.5 seconds). It then writes a formatted 3-line string to that entity's nameTag, which Minecraft renders as floating text above the mob's head. No resource pack changes, no particles, no custom entities — just the vanilla nameTag system repurposed for live health display.
When a mob has a custom name (set with a name tag item), the addon preserves that name and uses it in the bar instead of the auto-formatted typeId name. When a mob dies, its original nameTag is fully restored before the entity is removed — so named mobs in your world are not permanently modified.
The addon processes entities in all three dimensions — Overworld, Nether, and The End — in a single interval loop every 0.5 seconds. There is no performance overhead from entities in other dimensions you are not currently in, since entity processing is dimension-local.
Compatibility
| Scenario | Compatible |
|---|---|
| All vanilla mobs (hostile, neutral, passive) | Yes |
| Custom mobs from other addons | Yes (if they have a health component) |
| Players | Skipped — players never affected |
| Named mobs (custom nameTags) | Yes — original name preserved in bar |
| Overworld mobs | Yes |
| Nether mobs | Yes |
| The End mobs | Yes |
| Multiplayer / Realms | Yes |
| Existing worlds | Yes |
| Addons that modify nameTag | May conflict — last write wins |
How To Install
- Download RR_HealthBar_v1.mcaddon using the button below.
- Tap it (mobile) or double-click it (PC) — Minecraft imports both packs automatically.
- Open your world settings → Experiments → enable Beta APIs.
- Activate RR Health Bar BP under Behavior Packs and RR Health Bar RP under Resource Packs.
- Enter the world. Every mob nearby will immediately show its health bar above its head. No setup needed.
Beta APIs must be enabled in Experiments for the script to run. Both the Behavior Pack and Resource Pack need to be activated — the RP is included in the .mcaddon bundle and activates automatically when you import it.
Download RR Health Bar
Click the button. Your download link appears in 15 seconds.
Frequently Asked Questions
More Addons by Racing Raftaar
- Tool Ping — Real-time tool durability HUD with 32 tool types and break warnings.
- Bounty Hunter — Hunt mobs, earn coins, climb 8 hunter ranks.
- RR Sanity System — Mental health mechanic with hallucinations and horror effects.
- Camera Master — 32 cinematic camera modes and effects.
- Shop System — Buy & sell 150+ items with coins.
- And 30+ more at racingraftaar.blogspot.com!
Version History
v1.0.0 — Initial Release
- Health bar displayed above every mob's head using nameTag
- 3-line format — mob name, 14-segment bar, HP values
- 5 color states — Green (75%+), Yellow (51–75%), Orange (26–50%), Red (11–25%), Dark Red (0–10%)
- Auto-formatted mob names from typeId
- Custom nameTag preservation — original names cached and used in display
- Original nameTag restored on mob death
- Players completely excluded from processing
- Updates every 10 ticks (0.5 seconds)
- Works in all 3 dimensions
- Memory-efficient cache with automatic cleanup at 500+ entries
- Requires Minecraft Bedrock 1.21.50+ and Beta APIs
.jpg)
