A lightweight plugin that renders floating health bars above mobs and NPCs, showing current and max HP with real-time updates as damage is dealt.
See exactly how much health your enemies have with HealthBar, a lightweight plugin that adds floating health displays above mobs and NPCs. Watch HP values update in real-time as you deal damage or enemies heal.

What Does This Mod Do?
HealthBar renders floating health bars above every mob and NPC in Hytale, displaying their current and maximum HP. The bars update instantly as entities take damage or heal, giving you precise combat information.
The plugin is designed to be lightweight and handles cleanup automatically - health bars are removed when mobs die, and orphaned displays are cleaned up when entities disappear.
Key Features
Real-Time HP Display
- Shows
current / maxHP above entities - Updates instantly as damage is dealt or healing occurs
- Clear visual feedback during combat
Smart Positioning
- Uses entity’s eye height for accurate placement
- Works correctly with different mob sizes
- Configurable vertical offset to prevent clipping
Automatic Cleanup
- Health bars removed when mobs die
- Orphaned holograms cleaned when entities unload
- Old holograms from previous runs removed on startup
Respects Game Logic
- Entities with Invulnerable component are ignored
- No health bars on entities that shouldn’t show HP
Global Toggle
- Enable/disable the entire system via config
- Disabling removes all existing holograms
Configuration
Config file location: <plugin-data-directory>/healthbar.properties
# Enable or disable the whole HealthBar system
enable=true
# Vertical offset added on top of the entity's eye height
y-offset=0.3
Configuration Options
| Option | Type | Default | Description |
|---|---|---|---|
| enable | boolean | true | Master toggle for health bars |
| y-offset | float | 0.3 | Extra height above entity eyes |
How to Use
- Install the plugin on your server
- Health bars appear automatically above mobs
- Adjust y-offset if bars clip into entity models
- Set enable=false to disable completely
Who Is This Mod For?
This mod is ideal for:
- Players who want combat feedback
- Servers focused on PvE content
- Those who like knowing exact enemy HP
- Anyone who wants cleaner combat UI
You might not need this if:
- You prefer mysterious combat without HP info
- You want minimal UI elements
Compatibility
- Hytale Version: Early Access and above
- License: All Rights Reserved
- Conflicts: None known
About the Author
Ender_Griefeur99 created this lightweight utility plugin focused on clean implementation and automatic resource management.
Frequently Asked Questions
Do health bars affect performance?
HealthBar is designed to be lightweight with efficient cleanup. Health bars only render for entities in view.
Can players have health bars?
The current version focuses on mobs and NPCs. Player health bars may be added in future updates.
Why don’t some entities show health bars?
Entities marked as Invulnerable in the game’s component system are intentionally ignored.