
Tab Player Highlighter
Модификация для выделения определённых игроков в табе по UUID. Modification to highlight certain players in the table by UUID.
About this Mod
RU
Важно!
- Для работы Tab Player Highlighter необходима библиотека Cloth Config API.
- Рекомендуется использовать Notepad++ для редактирования JSON конфигурации.
- UUID игрока можно узнать на NameMC.
Что делает мод?
Spoiler
TPH — модификация, позволяющая выделить в табе игры определенных игроков по UUID.
Выглядит это следующим образом:

Настройка конфига
Spoiler
Файл конфигурации находится по пути:
.minecraft\config\tab_player_highlighter.json
И выглядит следующим образом:
{
"onlineMod": false,
"API_URL": "localhost:3000/get_roles",
"playersPrefixes": {
}
}
На место UUID в конфиге мода Tab Player Highlighter вы должны указать необходимые вам идентификаторы игроков и задать им роли. Вы можете указать несколько UUID, чтобы выделить нескольких пользователей в игре. Приведу пример, как это должно выглядеть в вашем файле конфигурации:
{
"onlineMod": false,
"API_URL": "localhost:3000/get_roles",
"playersPrefixes": {
"uuid1": "§a[Admin]",
"uuid2": "§a[Moderator]",
"uuid3": "§a[Helper]",
...
"uuid100": "§a[Cheater]"
}
}
Также, если включить onlineMod, то при заходе на сервер, префиксы игроков будут браться с API_URL, а playersPrefixes будет игнорироваться.
Чтобы онлайн-режим работал правильно ответ от API_URL должен быть в JSON и иметь такой вид:
{
"players": {
"6a640b67-87f0-456a-8f4d-a65aeb55f4f4": "[Moderator]",
"53e45cf5-c017-427a-9e67-7b6f00d47219": "§a[Admin]"
}
}
Соблюдайте правильную структуру текстового файла и ответа от API, чтобы модификация работала корректно.
EN
Important!
- To use Tab Player Highlighter, you need the Cloth Config API.
- We recommend using Notepad++ for editing JSON configuration files.
- You can find player UUIDs on NameMC.
What does the mod do?
Spoiler
TPH is a modification that allows highlighting specific players by UUID in the game's tab list.
Here's how it looks:

Config Setup
Spoiler
The configuration file is located at:
.minecraft\config\tab_player_highlighter.json
And looks like this:
{
"onlineMod": false,
"API_URL": "localhost:3000/get_roles",
"playersPrefixes": {
}
}
In the Tab Player Highlighter mod config, you need to replace the UUIDs with the player IDs you want to highlight and assign them roles. You can specify multiple UUIDs to highlight multiple players in the game. Here's an example of how your configuration file should look:
{
"onlineMod": false,
"API_URL": "localhost:3000/get_roles",
"playersPrefixes": {
"uuid1": "§a[Admin]",
"uuid2": "§a[Moderator]",
"uuid3": "§a[Helper]",
...
"uuid100": "§a[Cheater]"
}
}
Also, if you enable onlineMod, when joining a server, player prefixes will be fetched from API_URL, and playersPrefixes will be ignored.
For online mode to work correctly, the response from API_URL must be in JSON format and look like this:
text
{
"players": {
"6a640b67-87f0-456a-8f4d-a65aeb55f4f4": "[Moderator]",
"53e45cf5-c017-427a-9e67-7b6f00d47219": "§a[Admin]"
}
}
Make sure to maintain the correct file structure and API response format for the modification to work properly.
Available Versions
How to Install Tab Player Highlighter on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "Tab Player Highlighter". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 1.21.11, 1.21.8 (+4 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Tab Player Highlighter server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is Tab Player Highlighter compatible with fabric?
Tab Player Highlighter officially supports fabric for Minecraft 26.1.2, 1.21.11, 1.21.8. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Tab Player Highlighter – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Tab Player Highlighter consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Tab Player Highlighter with just one click on your server.