Skip to content

Name ​

Module responsible for the player's name name tab
name display

🌍 Localization ​

πŸ“‚ Path localizations β†’ язык.yml β†’ message.format.name_

βš–οΈ Default ​

yml
name-:
  display: "<click:suggest_command:\"/msg <player> \"><hover:show_text:\"<fcolor:2>ΠΠ°ΠΏΠΈΡΠ°Ρ‚ΡŒ <player>\"><vault_prefix><stream_prefix><fcolor:2><player></fcolor><afk_suffix><vault_suffix></hover></click>"
  entity: "<fcolor:2><hover:show_text:\"<fcolor:2><lang:<name>> <br><fcolor:1>Вип <fcolor:2><lang:<type>> <br><fcolor:1>Айди <fcolor:2><uuid>\"><lang:<name>></hover></fcolor:2>"
  unknown: "<fcolor:2><name></fcolor:2>"
  prefix: "<vault_prefix><stream_prefix>"
  suffix: "<afk_suffix><vault_suffix>"
yml
name-:
  display: "<click:suggest_command:\"/msg <player> \"><hover:show_text:\"<fcolor:2>Write to <player>\"><vault_prefix><stream_prefix><fcolor:2><player></fcolor><afk_suffix><vault_suffix></hover></click>"
  entity: "<fcolor:2><hover:show_text:\"<fcolor:2><lang:<name>> <br><fcolor:1>Type <fcolor:2><lang:<type>> <br><fcolor:1>ID <fcolor:2><uuid>\"><lang:<name>></hover></fcolor:2>"
  unknown: "<fcolor:2><name></fcolor:2>"
  prefix: "<vault_prefix><stream_prefix>"
  suffix: "<afk_suffix><vault_suffix>"

display ​

Responsible for the player's name name display

entity ​

Responsible for the entity's name

unknown ​

Responsible for unknown name

prefix ​

Prefix displayed with the name if the nickname is enabled

suffix ​

Suffix displayed with the name if the nickname is enabled

βš™οΈ Setting ​

πŸ“‚ Path message.yml β†’ format.name_

βš–οΈ Default ​

yml
name-:
  enable: true
  team: true
  visible: false
  color: "<white>"

enable ​

Enables or disables the functionality of the module

team ​

Enables or disables the use of scoreboard commands

visible ​

Enables or disables the name tag above the player

color ​

Player's team color from the available options

Color
AQUA
BLACK
BLUE
DARK_AQUA
DARK_BLUE
DARK_GRAY
DARK_GREEN
DARK_PURPLE
DARK_RED
GOLD
GRAY
GREEN
RED
LIGHT_PURPLE
WHITE
YELLOW

πŸ” Permissions ​

πŸ“‚ Path permission.yml β†’ message.format.name_

βš–οΈ Default ​

yml
name-:
  name: "flectonepulse.module.format.name"
  type: TRUE

name ​

Permission name

type ​

Permission type

TypeExplanation
TRUEAvailable for any player
FALSEAvailable if granted separately (e.g., via LuckPerms)
OPAvailable for server operators
NOT_OPAvailable if granted separately (e.g., via LuckPerms)