Name
Module responsible for the player's name
🌍 Localization
📂 Path localizations → язык.yml → message.format.name_
⚖️ Default
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>"
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:
constant: "%player_name%"
display: "<constant>"
display
Responsible for the player's name
entity
Responsible for the entity's name
unknown
Responsible for unknown entity name
⚙️ Setting
📂 Path message.yml → format.name_
⚖️ Default
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
name-:
name: "flectonepulse.module.format.name"
type: TRUE
name
Permission name
type
Permission type
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |