Tag/Color in nametag of player

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

iStopcontact

Member
Feb 18, 2017
113
2
18
23
Hello guys, i have a question i hope someone can anwser.

I am working on a network server, and want to display players rank in tablist but also above name of player.
I have it working in the tablist but cant find a good way to make in work for the nametag of player.

The server is 1.12.2 and i hope someone can help me!
 
You can use Nametagedit
just add the command with your rank system like

execute console command "nte player %player% prefix [%{rank.%player%}%] &a"
execute console command "nte player %player% priority 1" #Sort on the tab
 
im not sure if it works in 1.12 but i tried it and for me in 1.8 this works:

Code:
set player's display name to "&7%player%"
set player's tablist name to "&7%player%
 
Status
Not open for further replies.