How can i sort the tablist?

  • 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.
Mar 1, 2017
109
1
18
Hello, how can I sort my tablist? Here is my code:
code_language.skript:
on join:
    if player has the permission "namemanager.group.Owner":
        set player's tab name to "&4O &8❘ &4%player%"
        set player's nametag to "&4%player%"
        stop
    if player has the permission "namemanager.group.Mod":
        set player's tab name to "&bM &8❘ &b%player%"
        set player's nametag to "&b%player%"
        stop
    if player has the permission "namemanager.group.Player":
        set player tab name to "&8S ❘ &7%player%"
        set player's nametag to "&7%player%"
        stop


I thank you for every answer. =)
 
Last edited:
Status
Not open for further replies.