zHealthBar
A Live Health Tag Plugin for Minecraft 1.16+
Display real-time health tags below player and mob names with customizable formatting and performance optimization.
✨ Features
- Real-time Health Display - Shows live health above entities
- ⚙️ Fully Customizable - Configure format, colors, and display options
- Performance Optimized - Async updates with configurable limits
- Player & Mob Support - Works for both players and mobs
- Easy Commands - Simple administration with /zhealthbar
- Hot Reload - Update config without server restart
- Distance Control - Set maximum display distance
- Color Support - Full Minecraft color code support
Commands & Permissions
/zhealthbar help |
Show help menu |
zhealthbar.use |
/zhealthbar status |
View plugin status |
zhealthbar.status |
/zhealthbar toggle |
Toggle health tags on/off |
zhealthbar.toggle |
/zhealthbar reload |
Reload configuration |
zhealthbar.reload |
/zhealthbar version |
Show plugin version |
zhealthbar.use |
Aliases:
/zhb, /healthbar
Permission Nodes:
- zhealthbar.use - Default: true - View health tags
- zhealthbar.admin - Default: op - Full admin access
- zhealthbar.reload - Default: op - Reload configuration
- zhealthbar.toggle - Default: op - Toggle plugin globally
- zhealthbar.status - Default: op - View plugin status
Requirements
- Minecraft Version: 1.16+
- Java Version: 8+
- Server Software: Bukkit, Spigot, Paper
- Dependencies: None (standalone plugin)
⚙️ Configuration
Example config.yml:
Code (Text):
# zHealthBar Configuration
enabled: true
debug: false
health-display:
format: "❤ {health}"
decimal-places: 1
show-for-players: true
show-for-mobs: true
update-frequency: 5
entities:
max-distance: 50
min-health: 0.0
show-creative-players: false
performance:
async-updates: true
max-entities-per-tick: 50
messages:
reload-success: "&a[zHealthBar] Configuration reloaded successfully!"
toggle-enabled: "&a[zHealthBar] Health tags enabled!"
toggle-disabled: "&c[zHealthBar] Health tags disabled!"
Message Formatting
Use Minecraft color codes in your configuration:
- &a - Green
- &c - Red
- &e - Yellow
- &f - White
- &l - Bold
- &o - Italic
Example:
"&c❤ &f{health}"
Installation
- Download the latest zHealthBar-1.0.0.jar
- Place in your server's plugins/ folder
- Restart your server
- Configure in plugins/zHealthBar/config.yml
- Use /zhealthbar reload to apply changes
Performance Notes
- Async Processing: Updates run asynchronously to prevent lag
- Entity Limits: Configurable max entities per tick
- Distance Optimization: Only shows tags within specified range
- Memory Efficient: Cleans up unused data automatically
Author & License
Made with ❤️ by GamingHuzai
Version: 1.0.0
License: Custom License - Free for personal use
Need help? Join our Discord community for support and updates!