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-:
  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

team

WARNING

If there are issues with TAB (e.g., sorting in TAB) or another plugin that uses the scoreboard, this parameter needs to be turned off

WARNING

If the parameter is turned off, player names will be visible, and the mark module will not work correctly

Enables or disables the use of scoreboard commands

disable-team-on-other-scoreboard

Automatically disables the team feature if another Scoreboard plugin (e.g., TAB) is installed on the server

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 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