promotional bannermobile promotional banner

Locator Display

Locator Display is a client-side Minecraft mod that adds a customizable symbol next to player names in the tab list, colored exactly like their locator bar color.
mod-game.png

mod-game.png

tab-menu.png

tab-menu.png

inventory.png

inventory.png

config.png

config.png

Description

Locator Display Banner

Locator Display

Just a Client-Side Locator Bar Color Display Mod

Locator Display is a client-side Minecraft mod that adds a customizable symbol next to player names in the tab list, colored exactly like their locator bar color.


Features

  • Displays a customizable colored symbol before each player's name in the tab list.
  • Customize the symbol by choosing one of the characters in the preset or by specifying a custom one.
  • Characters in the Preset: ⬤, ▌, ⬛, ★, ◆, ▶, ✚, ✖
  • Uses the official Mojang UUID for accurate colors.
  • Falls back to a deterministic offline UUID for players not registered with Mojang.
  • Fully client-side; works on any SMP.
  • Turns off in servers with thousands of players in the tab list(minigames, PvP servers)

in-game

tab

locator

Requirements

  • Minecraft 1.21.6+
  • Fabric Loader 0.19.3+
  • Java 21+
  • ModMenu (recommended)

Installation

  1. Download the appropriate .jar
  2. Place the file into your .minecraft/mods folder
  3. Launch Minecraft with Fabric Loader

How It Works

  1. The mod fetches the player's Mojang UUID from the public Mojang API (asynchronously).
  2. It computes a color from the UUID using Java's hash code algorithm (same as the locator bar).
  3. The specified symbol is prepended to the player's name in the tab list.

NOTE: If the player name does not exist in Mojang's database (e.g., offline/cracked server), the mod uses the standard offline UUID (UUID.nameUUIDFromBytes("OfflinePlayer:<name>")) so the color remains stable.

Configuration

The mod is configurable with ModMenu:

config

Options:

  • Enabled → to turn the mod on and off
  • Symbol → Select desired character to be displayed
  • > Custom Character(max length 3) → If Custom was specified in the previous selection, put your custom symbol here
  • Done → Saves the configuration and exits

Disclaimer

This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

License

Code: GPL-3.0-only
Assets (logo/icon): CC BY-NC-ND 4.0 (see LICENSE-ASSETS)

Contributing

Open an issue if you find a bug or have a feature request. If you want to contribute code-wise, make sure to check the TODO file and opened issues. By contributing to this repository you agree that all additions/modifications will be licensed under GPLv3-only and you agree to allow distribution in compiled form.

Credits

Based on the Fabric example mod template (CC0).

The Locator Display Team

profile avatar
  • 1
    Projects
  • 93
    Downloads

hiiii