/nickname
Command to change a nickname
- To change another player's nickname, use
/nicknameother player - To reset a nickname, type
cleari.e./nickname clear

🌍 Localization
Pathlocalizations → language.yml → command.nickname
nickname:
null_player: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>This player does not exist"
null_nickname: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>This nickname cannot be used"
display: "<value><gray>~</gray>"
display_see: "(<player>) <value><gray>~</gray>"
format: "<fcolor:1>✎ Nickname was changed to <fcolor:2><nickname>"nickname:
null_player: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Игрок не найден"
null_nickname: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Этот ник нельзя использовать"
display: "<value><gray>~</gray>"
display_see: "(<player>) <value><gray>~</gray>"
format: "<fcolor:1>✎ Ник был изменён на <fcolor:2><nickname>"null_player
Message if the specified player is not found
null_nickname
Message if the specified nickname cannot be used
display
How the changed nickname will be displayed to everyone
display_see
How the changed nickname will be displayed to a player with the see permission
format
Message when changing a nickname
⚙️ Setting
Pathcommand.yml → nickname
nickname:
enable: true
allowed_input: ""
aliases:
- "nickname"
destination:
type: "CHAT"
cooldown:
enable: false
sound:
enable: falseenable
Enables or disables the functionality of the module
allowed_input
Allowed regular expression for the nickname
aliases
A list of aliases for using the command
ALIASES CAN BE ANYTHING
For example newcommand, newcommand_ru, ban, me etc.
destination
Where the message will be sent
| Type | Explanation | Requires additional configuration? |
|---|---|---|
ACTION_BAR | Message above the player's inventory | Yes |
BOSS_BAR | Message at the top of the screen | Yes |
BRAND | Message in F3 | No |
CHAT | Message in chat | No |
TEXT_SCREEN | Message anywhere on the screen | Yes |
TITLE | Full-screen message | Yes |
SUBTITLE | Full-screen message (bottom line) | Yes |
TAB_HEADER | Message in TAB (top) | No |
TAB_FOOTER | Message in TAB (bottom) | No |
TOAST | Message in the top right corner (achievement) | Yes |
cooldown
Usage delay
sound
Sound playback
🔐 Права
Путьpermission.yml → command.nickname
nickname:
name: "flectonepulse.module.command.nickname"
type: "OP"
see:
name: "flectonepulse.module.command.nickname.see"
type: "FALSE"
other:
name: "flectonepulse.module.command.nickname.other"
type: "OP"
cooldown_bypass:
name: "flectonepulse.module.command.nickname.cooldown.bypass"
type: "OP"
sound:
name: "flectonepulse.module.command.nickname.sound"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
see
Permission to see the player's real nickname
other
Permission to change another player's nickname
cooldown_bypass
Permission to ignore the cooldown between uses
sound
Permission to use the sound
Last updated on
Edit on GitHub
FlectonePulse