Tab Names Not Working

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

Deavil

Member
Jun 4, 2019
36
0
6
23
anyone knows why this is trying to set the last player's online name in tab to the one im trying to set? and not the player that has joined
code_language.skript:
on join:
   wait 1 seconds
   Set player's tablist name to "%{prefix::%player%}%{@CC}%player%"
i get an error on console its trying to set the last player online name in tab
and then it wont set the one that is joining
https://gyazo.com/aa461c9bdc81b2c493f912e747abda58
 
I had tablist names setup too and then they suddenly stopped working for me too, so I can't help you there. Sorry!
 
Hey i use this
Code:
on join:
    if player's group is "default":
        set player's display name to "&7%player%"
        set player's tablist name to "&7%player%"
    else if player's group is "owner":
        #Do something
 
Hey i use this
Code:
on join:
    if player's group is "default":
        set player's display name to "&7%player%"
        set player's tablist name to "&7%player%"
    else if player's group is "owner":
        #Do something

wdm with the player's group, im not setting the players in any groups yet
 
Status
Not open for further replies.