PlayerHighlighter

Quick rating

PlayerHighlighter

No reviews yet

Highlights players with a glowing outline and a HUD target icon.

No Theme
No Genre
QoL & Tweaks
Client Utility
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
player-highlighter-1.1.3.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Languages

EN/English | ZH-CN/简体中文

Player Highlighter

A lightweight client-side Fabric mod that improves player awareness with glowing outlines, on-screen target icons, and a nearby-player information HUD.

Overview

Player Highlighter makes other players easier to locate and track without requiring any server-side installation.

The mod provides three visual features:

  • A glowing outline around other players
  • Small target icons displayed over visible players
  • A HUD list showing nearby player information

Glowing outlines and target icons appear while the configured hold key is pressed or while keep mode is enabled. The player information HUD remains available independently.

All features are handled entirely on the client.

Key Features

  • Highlights other players with a glowing outline
  • Displays target icons over players currently visible on screen
  • Shows nearby player information in a HUD
  • Shows player name, relative direction, distance, health, and coordinates
  • Supports a hold key for temporary highlighting
  • Supports toggleable keep mode for persistent highlighting
  • Supports a client command for showing or hiding the player information HUD

Highlight Controls

Highlighting is active when either of the following conditions is met:

  • The highlight hold key is pressed Default key: TAB
  • Keep mode is enabled Default toggle key: I

When highlighting is active:

  • Other players receive a glowing outline
  • Visible players receive a small target icon at their projected screen position

When neither condition is active, the glowing outlines and target icons disappear immediately.

Player Information HUD

The HUD displays nearby players in the bottom-left corner of the screen.

Example:

Player867 ↑ 11m ❤ 20.0 (123, 64, -456)

Field descriptions:

  • Player867 — Player name
  • — Direction relative to the current camera facing
  • 11m — Horizontal distance on the XZ plane
  • ❤ 20.0 — Current health
  • (123, 64, -456) — World coordinates

Multiple players are listed vertically.

The direction indicator can use the following arrows:

↑ ↗ → ↘ ↓ ↙ ← ↖

The HUD is hidden when Minecraft's GUI is hidden.

HUD visibility can also be controlled with the client command:

/playerhighlighter hud on
/playerhighlighter hud off
/playerhighlighter hud toggle
/playerhighlighter hud status

Command behavior:

  • /playerhighlighter hud on shows the Player Information HUD
  • /playerhighlighter hud off hides the Player Information HUD
  • /playerhighlighter hud toggle switches the HUD between shown and hidden
  • /playerhighlighter hud status shows the current HUD state

Target Icons

While highlighting is active, a small target icon is rendered over each visible player.

Icons are displayed only when the player:

  • Is in front of the camera
  • Can be projected onto the current screen
  • Is within the visible screen boundaries
  • Is not the current camera entity

Players behind the camera or outside the screen are not assigned an icon.

Glowing Outline

Other players are rendered using an outline similar to Minecraft's vanilla Glowing effect.

Behavior:

  • Only player entities are affected
  • The local player is excluded
  • Mobs and other entities are not affected
  • The outline follows vanilla outline rendering rules
  • Team-based outline colors may still apply where supported
  • No real status effect is added to the player

Supported Versions

  • Minecraft 26.1.2
  • Fabric Loader 0.19.2+
  • Fabric API 0.150.0+
  • Java 25

License

MIT

Languages

EN/English | ZH-CN/简体中文

Player Highlighter

A lightweight client-side Fabric mod that improves player awareness with glowing outlines, on-screen target icons, and a nearby-player information HUD.

Overview

Player Highlighter makes other players easier to locate and track without requiring any server-side installation.

The mod provides three visual features:

  • A glowing outline around other players
  • Small target icons displayed over visible players
  • A HUD list showing nearby player information

Glowing outlines and target icons appear while the configured hold key is pressed or while keep mode is enabled. The player information HUD remains available independently.

All features are handled entirely on the client.

Key Features

  • Highlights other players with a glowing outline
  • Displays target icons over players currently visible on screen
  • Shows nearby player information in a HUD
  • Shows player name, relative direction, distance, health, and coordinates
  • Supports a hold key for temporary highlighting
  • Supports toggleable keep mode for persistent highlighting
  • Supports a client command for showing or hiding the player information HUD

Highlight Controls

Highlighting is active when either of the following conditions is met:

  • The highlight hold key is pressed Default key: TAB
  • Keep mode is enabled Default toggle key: I

When highlighting is active:

  • Other players receive a glowing outline
  • Visible players receive a small target icon at their projected screen position

When neither condition is active, the glowing outlines and target icons disappear immediately.

Player Information HUD

The HUD displays nearby players in the bottom-left corner of the screen.

Example:

Player867 ↑ 11m ❤ 20.0 (123, 64, -456)

Field descriptions:

  • Player867 — Player name
  • — Direction relative to the current camera facing
  • 11m — Horizontal distance on the XZ plane
  • ❤ 20.0 — Current health
  • (123, 64, -456) — World coordinates

Multiple players are listed vertically.

The direction indicator can use the following arrows:

↑ ↗ → ↘ ↓ ↙ ← ↖

The HUD is hidden when Minecraft's GUI is hidden.

HUD visibility can also be controlled with the client command:

/playerhighlighter hud on
/playerhighlighter hud off
/playerhighlighter hud toggle
/playerhighlighter hud status

Command behavior:

  • /playerhighlighter hud on shows the Player Information HUD
  • /playerhighlighter hud off hides the Player Information HUD
  • /playerhighlighter hud toggle switches the HUD between shown and hidden
  • /playerhighlighter hud status shows the current HUD state

Target Icons

While highlighting is active, a small target icon is rendered over each visible player.

Icons are displayed only when the player:

  • Is in front of the camera
  • Can be projected onto the current screen
  • Is within the visible screen boundaries
  • Is not the current camera entity

Players behind the camera or outside the screen are not assigned an icon.

Glowing Outline

Other players are rendered using an outline similar to Minecraft's vanilla Glowing effect.

Behavior:

  • Only player entities are affected
  • The local player is excluded
  • Mobs and other entities are not affected
  • The outline follows vanilla outline rendering rules
  • Team-based outline colors may still apply where supported
  • No real status effect is added to the player

Supported Versions

  • Minecraft 26.1.2
  • Fabric Loader 0.19.2+
  • Fabric API 0.150.0+
  • Java 25

License

MIT

Screenshots

Gallery

  • Player Radar
    Player Radar
  • Highlights Players
    Highlights Players
  • Highlights Players
    Highlights Players
  • Player Radar
    Player Radar

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~8,000
Total Downloads
CurseForge
~1,000
Modrinth
~6,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works