
Zaiib Symbol
make a minecraft mod for client side for fabric 1.21 in which we can open a client-side menu by pressing "J" and it opens a menu we can add players in a list...
00—fabricClient1.21mod
Zaiib Symbol is a client-only Fabric 1.21.x mod that lets you tag players with a red "+" next to their nametag.
Usage
- Press J to open the Zaiib Symbol list screen.
- Type a player name and click Add (or Remove) to toggle whether that player is tracked.
- Tracked players render a red plus beside their nametag when visible in the world.
Implementation notes
- Tracking is client-side only and resets when you restart the game.
- The overlay appears near the existing nametag and respects sneaking height and distance culling.
- The list screen shows current tracked names and a short status message after each add/remove.
Limitations / ideas for later
- No persistence across sessions; saving the list to disk would keep selections between launches.
- Only a simple list UI is provided; adding per-player customization or quick in-world toggles could help larger lists.