
Player Nametags
Configuration Settings
To configure the mod, open the config/player-nametags.json
file in your game directory. After making changes to the configuration file, use the /player-nametags reload
command to apply the updates.
{
// Enable or disable the mod
"enabled": false,
// Player name display format, see Placeholder API documentation for more available placeholders
"format": "%player:name%",
// Tag update frequency in ticks
"updateRate": 20,
// Tag behavior when player is sneaking: "gray-out", "hide", or "none"
"whenSneaking": "gray-out",
// Individual tag formats based on permissions (requires permission system like LuckPerms)
"formatPerPermission": {
"example.admin": "<red>[Admin] %player:name%"
}
}