Personnal NameTag Color

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

zqrklegrand

Member
Feb 5, 2017
1
0
0
25
Hey!
Im actually coding a practice core, so I really need players can have a personnal nametag color:
- Player see his nametag (in tab) as green
- Player sees enemy's nametag as red (in tab and above his head)

I looked alot upon the forum and didn't find anything about that... I know I can use 'NameTagEdit' plugin with Skelett's syntaxes, but I want to do that in other ways if its possible, like a "lighter" way.. :/

Thanks,
zqrk.
 
Hey!
Im actually coding a practice core, so I really need players can have a personnal nametag color:
- Player see his nametag (in tab) as green
- Player sees enemy's nametag as red (in tab and above his head)

I looked alot upon the forum and didn't find anything about that... I know I can use 'NameTagEdit' plugin with Skelett's syntaxes, but I want to do that in other ways if its possible, like a "lighter" way.. :/

Thanks,
zqrk.
I have a very very cheap practice core and I can help you
add me on discord: ggdude#9485
 
i havent tested it but it might work
Code:
command /dueltest [<player>]:
    trigger:
        set {enemy.%player%} to arg 1
        set player's display name to "&a%player%" to player
        set player's tablist name to "&a%player%" to player
        set player's display name to "&c%player%" to {enemy.%player%}
        set player's tablist name to "&c%player%" to {enemy.%player%}
 
Status
Not open for further replies.