Solved Nametags in script

  • 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.
you can use Skellet nametags, Tablist and Above player name
code_language.skript:
    on load:
        create nametag "a-owner"
        set prefix of nametag "a-owner" to "&6&lOWNER &f"

code_language.skript:
add player to nametag "a-owner"
code_language.skript:
remove player from nametag "a-owner"
If you set the tag name in this order
a-owner
b-admin
c-moderator
It will organizer according to the alphabet on the tab list
How do i add arg-1 to nametag? Is it the same? When i did it in the command, it did not change the arg-1's nametag. Do i have to remove the groups that it is in first?
 
Status
Not open for further replies.