- 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:
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.
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.
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