Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
RU
Важно!
- Для работы Tab Player Highlighter необходима библиотека oωo.
- Рекомендуется использовать Notepad++ для редактирования JSON5 конфигурации.
- UUID игрока можно узнать на NameMC.
Что делает мод?
Spoiler
TPH — модификация, позволяющая закрепить в табе игры определенных игроков по UUID.
Выглядит это следующим образом:
Настройка конфига
Spoiler
Файл конфигурации находится по пути:
.minecraft\config\tabplayerhighlighter.json5
И выглядит следующим образом:
{
"players": [
"UUID"
]
}
На место UUID в конфигурационном файле мода Tab Player Highlighter вы должны указать необходимые вам идентификаторы игроков. Вы можете указать несколько UUID, чтобы выделить нескольких пользователей в игре. Приведу пример, как это должно выглядеть в вашем файле конфигурации:
{
"players": [
"613aff0a-909a-422c-9e81-4ff60671b55d",
"9547165d-6601-4ab6-98c8-a4e026d1a4d8",
"36dfd0bd-7b3d-4b35-8a16-0239b6ef3a37",
"83174e19-8c75-4fff-bb75-0c8f407e6de8",
"d7070bc5-fb79-49f2-b177-cefbbf5afeee",
"318be6b4-a1bb-4b99-b422-004aad4c22c3",
"148005f9-4cfe-46d8-bbe2-0edabfcb8c0a",
"6a34aa61-ac3b-4252-a33e-b124b08bb3d1",
"28a9431c-097d-46a1-b393-fde3802fba22",
"6a640b67-87f0-456a-8f4d-a65aeb55f4f4",
"5c5bc23d-a481-42e2-8fb2-f15f859fb394",
"69da5b59-a80a-4fb3-a500-6cadcc38bc3b",
"2c3193e6-e977-4c93-af1f-fd7463878c81"
]
}
Соблюдайте правильную структуру текстового файла, чтобы модификация работала корректно.
EN
Important!
- The oωo library is required for Tab Player Highlighter to work.
- It is recommended to use Notepad++ to edit the JSON5 configuration.
- The player's UUID can be found on NameMC.
What does the mod do?
Spoiler
TPH is a modification that allows you to fix in the game tab certain players by UUID.
It looks like this:
Configuring the config
Spoiler
The configuration file is located at the path:
.minecraft\config\tabplayerhighlighter.json5
And looks like this:
{
"players": [
"UUID"
]
}
In place of the UUID in the configuration file of the Tab Player Highlighter mod, you must specify the player IDs you need. You can specify multiple UUIDs to highlight multiple users in the game. Here is an example of how it should look in your configuration file:
{
"players": [
"613aff0a-909a-422c-9e81-4ff60671b55d",
"9547165d-6601-4ab6-98c8-a4e026d1a4d8",
"36dfd0bd-7b3d-4b35-8a16-0239b6ef3a37",
"83174e19-8c75-4fff-bb75-0c8f407e6de8",
"d7070bc5-fb79-49f2-b177-cefbbf5afeee",
"318be6b4-a1bb-4b99-b422-004aad4c22c3",
"148005f9-4cfe-46d8-bbe2-0edabfcb8c0a",
"6a34aa61-ac3b-4252-a33e-b124b08bb3d1",
"28a9431c-097d-46a1-b393-fde3802fba22",
"6a640b67-87f0-456a-8f4d-a65aeb55f4f4",
"5c5bc23d-a481-42e2-8fb2-f15f859fb394",
"69da5b59-a80a-4fb3-a500-6cadcc38bc3b",
"2c3193e6-e977-4c93-af1f-fd7463878c81"
]
}
Follow the correct structure of the text file so that the modification works correctly.