Free tool · Java Edition

Minecraft Locator Bar Color Finder, Checker & Generator

Find your default Minecraft Locator Bar color, compare player colors, and generate the correct waypoint command in seconds.

FreeNo sign-inFastBrowser-firstVerifiedJava Edition

Results show the default automatic Java Edition color. Team colors and custom server commands can override it.

01 · Ready to use

Find a default player color

Enter a Minecraft Java username or UUID. UUID calculations stay in your browser.

Open the dedicated finder page

Find a default player color

The complete workflow

Find → compare → fix → copy

Locator Bar Color combines the three tasks that usually send players to separate tools. Start with a stable automatic color, check whether a group is readable, and turn a better choice into a validated command.

01

What is the Minecraft Locator Bar?

The Locator Bar is a Java Edition multiplayer HUD that replaces the experience bar when waypoints are visible. It shows other transmitting players and supported entities as colored directional markers.

Java Edition 1.21.6 brought the feature into normal gameplay. Markers appear when a target is within the viewing range, while crouching, spectator rules, invisibility, wearable items, world settings, and transmit or receive ranges can affect visibility.

02

How is the default Locator Bar color calculated?

For a UUID waypoint, Java Edition hashes the normalized UUID, uses the lower RGB bytes, then shades each channel to 90%. The result is deterministic: the same UUID produces the same default color.

This site reimplements Java UUID.hashCode() with 64-bit integer operations in the browser. The final 0.9 channel multiplier matches the 1.21.6 client renderer. Inputs with or without hyphens and mixed letter case normalize to the same 128-bit value.

03

Why can the in-game color differ from this result?

A default UUID color is only the fallback. A team color or a server-set waypoint color can take priority, so this tool cannot promise what a particular server currently displays.

Use the result as the automatic Java color. If a server assigns teams, runs commands, uses plugins, or changes waypoint behavior, ask the administrator which override is active.

04

How do I change a Locator Bar color with /waypoint?

Run /waypoint modify with one transmitting target and either a named color, a six-digit Hex value, reset, or a style action. The generator above produces and validates the full command.

For example, /waypoint modify @s color red uses a named color, while /waypoint modify Steve color hex 00E5B8 uses an exact RGB value. Selectors such as @a or @e must resolve to one entity, normally by adding limit=1.

05

Named colors vs custom Hex colors

Named colors are the 16 familiar Minecraft chat and team colors. Hex colors provide precise RGB control and use six digits without a leading # in the command.

For Java 26.2+, named values use lowercase words joined by underscores, such as dark_purple. This site normalizes custom #RGB shorthand to uppercase RRGGBB before generating a command.

06

Java Edition vs Bedrock Edition

This finder and /waypoint generator are verified for Java Edition. Bedrock uses different Locator Bar systems, so this site does not generate an unverified Java command for Bedrock.

Choose Bedrock in the generator to see the limitation rather than a misleading command. A separate Bedrock workflow should only ship after its color assignment and command behavior are independently verified.

Command reference

Common /waypoint errors and fixes

Start with the server's exact error message. Most failures come from the target count, the color format, the active version, or permissions—not from the Hex value itself.

Message or symptomWhat to check
Unknown colorUse one of the 16 supported names. In Java 26.2+, type lowercase with underscores, such as dark_purple.
Invalid hex colorUse exactly six hexadecimal digits in the command and omit #. The generator expands three-digit input for you.
Too many entitiesMake the selector resolve to one target. Add limit=1 to @a or @e selectors.
Waypoint is not trackedThe target must be transmitting a waypoint. Players transmit by default; other living entities may need waypoint_transmit_range.
Permission deniedEnable cheats or use operator, command block, or data pack function permissions appropriate to the server.

FAQ

Short answers for Locator Bar colors

These answers describe vanilla Java Edition behavior unless a server override is mentioned.

Is my default Locator Bar color random?

It looks arbitrary, but Java Edition deterministically derives the automatic color from the waypoint UUID. The same UUID produces the same fallback color.

Can this site read my server's current color?

No. The site does not connect to your client or server. It calculates the automatic UUID color and cannot see team or command overrides.

Does entering a UUID send it to the server?

No. Valid UUID input is normalized and calculated locally in your browser. Only username lookup calls this site's proxy to resolve a public Minecraft profile UUID.

Why are two colors marked hard to distinguish?

The checker measures distance in a perceptual Lab color space. Its threshold is a practical usability suggestion, not a Minecraft rule or medical accessibility assessment.

Does /waypoint work in Bedrock Edition?

This generator targets the Java Edition command. It deliberately blocks Bedrock output instead of claiming cross-edition compatibility.

What happens when I reset a color?

Reset removes the explicit waypoint color. Java can then use an applicable team color or the default automatic UUID-derived color.