====== NameTags ====== ^ NameTags ^^ |{{ hack:n:nametags.webp?500x280 |Example of a player using NameTags with the "Force nametags" option to see their own nametag.}}|| ^Type|[[:Hack]]| ^Category|[[:Render]]| ^In-game description|"Changes the scale of the nametags so you can always read them. Also allows you to see the nametags of sneaking players."| ^[[:keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/hacks/NameTagsHack.java]]| NameTags is a Minecraft hack that makes it easier for the user to read nametags. It does this mainly by increasing the size of the nametags and un-hiding nametags of sneaking players. Optionally, NameTags can also remove the 64 block distance limit, render nametags on the see-through text layer, and force all players' nametags to be visible. ===== Settings ===== ==== Unlimited range ==== ^ Unlimited range ^^ ^Type|Checkbox| ^In-game description|"Removes the 64 block distance limit for nametags."| ^Default value|checked| The "Unlimited range" setting allows nametags to be seen from any distance, even if the player is more than 64 blocks away. ==== See-through mode ==== ^ See-through mode ^^ ^Type|Checkbox| ^In-game description|"Renders nametags on the see-through text layer. This makes them easier to read behind walls, but harder to read behind water and other transparent things."| ^Default value|not checked| The "See-through mode" setting changes the nametag rendering by using the see-through text layer. This makes nametags easier to read behind walls, but also causes them to be obstructed by water and other transparent things. ==== Force nametags ==== ^ Force nametags ^^ ^Type|Checkbox| ^In-game description|"Forces nametags of all players to be visible, even your own."| ^Default value|not checked| The "Force nametags" setting allows the user to see nametags that would normally be hidden. This is useful for cheating in minigames where the name tags of other teams are supposed to be hidden. ===== Changes ===== ^Version^Changes^ |[[update:Wurst 1.7 Beta]]|Added NameTags.| |[[update:Wurst 3.0pre1]]|Broke NameTags.| |[[update:Wurst 3.0pre3]]|Fixed NameTags.| |:::|NameTags now allows you to see the nametags of sneaking players.| |unknown version|Broke NameTags again.| |[[update:Wurst 6.6]]|Fixed NameTags. (MC 1.11, 1.11 OF, 1.10 & 1.8)| |[[update:Wurst 7.0pre1]]|Temporarily removed NameTags.| |[[update:Wurst 7.0pre26]]|Re-added NameTags.| |[[update:Wurst 7.32]]|Added more settings to NameTags: "Unlimited range" (enabled by default), "See-through mode", and "Force nametags". ([[pr>Wurst7:770]] - Thanks to [[gh>ThisTestUser]]!)| {{tag>client-side}}