Skip to content

Name

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

🌍 Localization

📂 Path localizations → locale.yml → message.format.name_

⚖️ Default

yml
name-:
  constant: ""
  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>"
yml
name-:
  constant: ""
  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>"

constant

A message that will be formatted from the sender on the server where it was sent. It can be used in any message via <constant>

NOTE

If you're experiencing issues with messages on Velocity or BungeeCord, this is the solution to your problem:

yaml
constant: "%player_name%"
display: "<constant>"

display

Responsible for the player's name name display

entity

Responsible for the entity's name

unknown

Responsible for unknown entity name

⚙️ Setting

📂 Path message.yml → format.name_

⚖️ Default

yml
name-:
  enable: true

enable

Enables or disables the functionality of the module

🔐 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 to any player
FALSENot available to anyone, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to not server operators