HealthBar - Entity Health Tracker
Main Features
This plugin provides a customizable health display for game creatures. You can monitor mobs' health status in real time through a special BossBar interface.
Key capabilities:
- Flexible display customization: ability to change the indicator's color, style, and title according to your preferences
- Dynamic updates: the panel automatically shows damage dealt to mobs with each attack
- Different texts for living and dead entities: separate title settings depending on the creature's state
- Blacklist feature: possibility to exclude specific entity types from display
- Individual settings: each player can enable or disable indicator display using the
/healthbar togglecommand - Customizable duration: the display time of indicators can be adjusted to fit your needs
IMPORTANT NOTE
This plugin was developed for version 1.19.2 and has not been tested on older game versions.
Video Overview
Example config.yml Configuration
bar:
#Placeholders:
#<entity> = entity's translated name
#<name> = entity's name
# <name> will show <entity> if the entity doesn't have name.
#<health> = entity's current health
#<max> = entity's maximum health
#<damage> = dealt damage
title:
living: "<gray><health>/<max> <reset><name> -<damage><red>♥"
dead: "<gray><health>/<max> <dark_gray>☠ <name> ☠ <reset>-<damage><red>♥"
#https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/bossbar/BossBar.Overlay.html
overlay: PROGRESS
#https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/bossbar/BossBar.Color.html
color: RED
#in ticks, 20 = 1 second and 100 = 5 seconds.
time: 100
blacklist:
- ENDER_DRAGON
- WITHER
- PLAYER
- ARMOR_STAND
messages:
toggle:
on: "<green>Healthbar enabled."
off: "<red>Healthbar disabled."
reload: "<green>Configuration reloaded successfully."