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

CorruptedVeit

Member
Jan 26, 2017
5
0
1
3 meters behind the wall
Skript Version:2-2 Fixes V9
Skript Author:Njol
Minecraft Version: 1.8.8

---
How i can sort the Tab I know I can make it with teams but i don't know how i can made it :emoji_grinning:
Can anyone helpf me to sort the Tab with this Code?
Full Code:
code_language.skript:
on Join:
    if player's prefix contains "Admin":
        set player tab name to "&4Admin &8❘ &7%player%"
        set player's tag to "&4Admin &8❘ &7"
        stop
    if player's prefix contains "Dev":
        set player tab name to "&bDev &8❘ &7%player%"
        set player's tag to "&bDev &8❘ &7"
        stop
    if player's prefix contains "Mod":
        set player tab name to "&9Mod &8❘ &7%player%"
        set player's tag to "&9Mod &8❘ &7"
        stop
    if player's prefix contains "Supp":
        set player tab name to "&aSupp &8❘ &7%player%"
        set player's tag to "&aSupp &8❘ &7"
        stop
    if player's prefix contains "Builder":
        set player tab name to "&eBuilder &8❘ &7%player%"
        set player's tag to "&eBuilder &8❘ &7"
        stop
    if player's prefix contains "YouTuber":
        set player tab name to "&5%player%"
        set player's tag to "&5"
        stop
    if player's prefix contains "+":
        set player tab name to "&6%player% &8[&2+&8]"
        set player's tag to "&6"
        stop
    if player's prefix contains "Premium":
        set player tab name to "&6%player%"
        set player's tag to "&6"
        stop
    if player's prefix contains "Team":
        set player tab name to "&cTeam-L &8❘ &7%player%"
        set player's tag to "&cTeam-L &8❘ &7"
        stop
    if player's prefix contains "Spieler":
        set player tab name to "&7%player%"
        set player's tag to "&7"

Errors on Reload:

code_language.skript:
Non Error

Console Errors: (if applicable)

code_language.skript:
Non Errors seen

Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
 
Status
Not open for further replies.