MobHealthTag

MobHealthTag 1.0.1

Compatible API Versions
1.0.0, 2.0.0
Sourcecode
https://github.com/Rakilem?tab=repositories
MobHealthTag – NukkitX Plugin

Description:

The MobHealthTag plugin adds dynamic floating name tags above all hostile and passive mobs in NukkitX.
It allows configuration for specific worlds where the tags will appear and supports fully customizable names, colors, and symbols.

Features:

  • Displays each mob’s custom name and current health / max health above its head.
  • Heart color changes based on remaining health:
    • Green when healthy (>66%)
    • Yellow when mid health (33–66%)
    • Red when low health (<33%)
  • Tags automatically update when the entity takes damage or regenerates health (with 2-tick delay for accuracy).
  • Supports custom mob names defined in the config.
  • Configurable enabled worlds where the plugin is active (enabled-worlds).
  • Prevents duplicate name tags after server restarts or world changes.
  • Cleans up tags properly when the entity dies or the world unloads.
  • Removes all added tags when the plugin is disabled.
  • Available command: /mobtag reload — reloads the config and applies changes to all mobs.
  • Fully configurable: colors, heart symbols, and names.

Summary:
This plugin provides clear, dynamic, color-coded health indicators above mobs, always synchronized, with optional world-specific activation, fully customizable names and symbols, and no duplication.

tga mob.png


YAML:
# =========================================================
# MobHealthTag - Configuration
#
# This plugin shows the name and health of mobs above them.
#
# Use Minecraft color codes (e.g. §a, §b, §c, §e, §f)
# to customize the text color.
# =========================================================

colors:
  high: §a
  medium: §e
  low: §c

symbols:
  heart: " §4❤"

mobs:
  Zombie: §fZombie
  Husk: §fHusk
  Drowned: §fDrowned
  Skeleton: §fSkeleton
  Stray: §fStray
  Wither Skeleton: §fWither Skeleton
  Spider: §fSpider
  Cave Spider: §fCave Spider
  Creeper: §fCreeper
  Enderman: §fEnderman
  Witch: §fWitch
  Slime: §fSlime
  Magma Cube: §fMagma Cube
  Phantom: §fPhantom
  Pillager: §fPillager
  Vindicator: §fVindicator
  Evoker: §fEvoker
  Ravager: §fRavager
  Guardian: §fGuardian
  Elder Guardian: §fElder Guardian
  Blaze: §fBlaze
  Ghast: §fGhast
  Wither: §fWither
  Endermite: §fEndermite
  Silverfish: §fSilverfish
  Shulker: §fShulker
  Hoglin: §fHoglin
  Piglin: §fPiglin
  Piglin Brute: §fPiglin Brute
  Zoglin: §fZoglin
  Cow: §fCow
  Sheep: §fSheep
  Pig: §fPig
  Chicken: §fChicken
  Horse: §fHorse
  Donkey: §fDonkey
  Mule: §fMule
  Llama: §fLlama
  Trader Llama: §fTrader Llama
  Cat: §fCat
  Ocelot: §fOcelot
  Wolf: §fWolf
  Rabbit: §fRabbit
  Parrot: §fParrot
  Turtle: §fTurtle
  Fox: §fFox
  Bee: §fBee
  Polar Bear: §fPolar Bear
  Mooshroom: §fMooshroom
  Villager: §fVillager
  Wandering Trader: §fWandering Trader

# =========================================================
# Enabled Worlds - List the worlds where MobHealthTag works
# =========================================================
enabled-worlds:
  - world
  - world_nether
  - world_the_end
  • Like
Reactions: indra87g
Author
Rakilem
Downloads
55
Views
146
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from Rakilem

  • TeleportPads
    TeleportPads
    TeleportPads: Use pressure plates for instant travel between locations in Minecraft effortlessly.
  • BloodParticles
    BloodParticles
    BloodParticles: Adds red particle visual effects upon taking damage in Minecraft.
  • LobbySpawn
    LobbySpawn
    This plugin teleports players to a fixed lobby location every time they join the server.
  • BlockCommands
    BlockCommands
    Configure blocked commands per world
  • LobbyProtection
    LobbyProtection
    The LobbyProtection plugin secures areas on Nukkit servers, blocking actions like block breaking, Pv

Latest updates

  1. MobHealthTag – NukkitX Plugin

    MobHealthTag – NukkitX Plugin Description: The MobHealthTag plugin adds dynamic floating name...

Latest reviews

This works awesome! A config to adjust some of the colors and the would be nice.
Rakilem
Rakilem
Tonight I will try to add it. I want to make it possible to modify each entity, such as its name and colors.
Top