> For the complete documentation index, see [llms.txt](https://daikirai.gitbook.io/scripting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daikirai.gitbook.io/scripting/render/nametags.md).

# Nametags

It keeps that information near the player instead of in another screen.

## Size and backdrop

`Scale` changes the size of the nametag from `0.1x` to `4x`. `Auto-scale` makes distant nametags smaller.

`Background` controls the backdrop opacity from `0%` to `100%`. Set it to `0%` to remove the backdrop.

## Visibility

`Only render name` hides the extra information and leaves the player's name. `Show invis` includes invisible players. `Sneak suffix` adds an indicator while a player is sneaking.

Use `Render self` to show your own enhanced nametag. `Disable in lobby` hides enhanced nametags outside an active game. `Remove tags` removes clan or guild tags, so `[GUILD] PlayerName` becomes `PlayerName`.

## Player details

`Show distance` adds the distance to the player. `Show health` adds their current health. `Show hits to kill` adds an estimate based on the player's health and your damage.

## Equipment details

`Show armor` displays the player's armor. `Show enchants` displays enchantments on their held weapon. `Show durability` displays the remaining durability of the held item, and `Show stack size` displays its stack count.
