Perspective Nametag
Shows the player's nametag in second/third person perspective.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Perspective Nametag
Perspective Nametag
GitHub Actions Workflow Status
A mod to show the player's nametag in second/third person perspective.
FAQ
Forge/NeoForge?
For the NeoForge/NeoForge versions, this mod updates lazily.
How to toggle nametag (since `1.2.0`)
Some servers may provide their own server-side implementation, which can cause rendering conflicts with this mod.
To mitigate this, you can add server addresses to a blacklist by listing them line-by-line in `config/perspectivenametag.server-blacklist.txt`.
```txt mc.example.com localhost:12345 127.0.0.1 ... ```
For developers, `perspectivenametag-core` exposes an API that allows you to control when nametags are rendered.
See `icu.suc.kkw557.perspectivenametag.PerspectiveNametag` for details.
License
This project is licensed under the MIT License © 2025 557.