top of page
/nickname
This allows you to change the name of players. 99% of areas will have the player referred to as this name. The only exception being commands to prevent server moderation issues
/nickname <targets> <name>
Syntax:
Target <Player>
This selector lets you call both players and entities.
This is the player that the name is applied to
Name
This is the name the player will have assigned
This field requires json format. You might know this more as the format tellraw commands accept. For bare minimum names just know it requires quotation marks around the name.
/nickname @s "Clouser"
/nickname @a "SUBSCRIBE"
/nickname @s {"text":"Red Name","color":"red"}
Examples:
bottom of page