====== HealthTags ====== ^ HealthTags ^^ |{{ :healthtags.webp?500x265 |Looking at a player with full health while HealthTags is enabled.}}|| ^Type|[[:Hack]]| ^Category|[[Render]]| ^In-game description|"Shows the health of players in their nametags."| ^[[:keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/hacks/HealthTagsHack.java]]| HealthTags displays each player's [[mc>health]] points as a colored number at the end of their [[mc>nametag]]. The number is colored differently for each player depending on how many health points((1 health point = 0.5 hearts)) they have: ^Health points^HealthTags color^ |15 or higher|green| |10 - 14|yellow| |5 - 9|orange| |0 - 4|red| ===== Usage ===== Knowing the health of all other players can be a big advantage in PVP minigames. ===== Changes ===== ^Version^Changes^ |[[update:Wurst 1.7 Beta]]|Added HealthTags.| |[[update:Wurst 3.2]]|Fixed HealthTags not showing.| |[[update:Wurst 7.0pre1]]|Temporarily removed HealthTags.| |[[update:Wurst 7.0pre25]]|Re-added HealthTags.| |[[update:Wurst 7.6.2]]|Fixed HealthTags breaking colored nametags. (Thanks to [[gh>Mersid]]!)| {{tag>client-side}}