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
Can anyone helpf me to sort the Tab with this Code?
Full Code:
Errors on Reload:
Console Errors: (if applicable)
Troubleshooting:
Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
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
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