HytaleKit
HealthBar

HealthBar

by Ender_Griefeur99

utility

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.

HealthBar Display

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 / max HP 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

OptionTypeDefaultDescription
enablebooleantrueMaster toggle for health bars
y-offsetfloat0.3Extra height above entity eyes

How to Use

  1. Install the plugin on your server
  2. Health bars appear automatically above mobs
  3. Adjust y-offset if bars clip into entity models
  4. 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.