Language

Player Nametags

Player Nametags

Modrinth

Fabric server-side custom player nametags.

1.1k downloads 11 followers updated 30mo ago
Modrinth
Fabric Quilt 1.20.2 – 1.20.4 Decoration

Configuration

Go to config/player-nametags.json in your game directory, use /player-nametags reload to reload the config when you're done editing player-nametags.json

{
  // Controls if mod is enabled or not
  "enabled": false,
  // Player nametag format, see Placeholder API Docs (https://placeholders.pb4.eu) for more placeholders and text format 
  "format": "%player:name%",
  // Defines how often nametag should update in ticks
  "updateRate": 20,
  // Defines how nametag should be displayed when player is sneaking, can be "gray-out", "hide", or "none"
  "whenSneaking": "gray-out",
  // Player nametag format per permission, use permission manager like luckperms to grant the permission
  "formatPerPermission": {
    "example.admin": "<red>[Admin] %player:name%"
  }
}

Versions

No version history available. Use the Download button to get the latest from the source.

Comments 0

No comments yet. Be the first to share your thoughts.

Download Player Nametags

Files are served directly from the original source. Modgrid does not host or modify them.