Player Nametags — Minecraft Mods — MetaMods

Player Nametags

Active

Downloads

0

Last update

1 year ago

Versions

1.20.2 — 1.20.4
Server
Fabric
Quilt
Decor

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%"
  }
}
Project members
PinkGoosik

PinkGoosik

Developer

Created: 11 Oct 2023

ID: 12990