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!
You can always check out our Wiki for downloads and any other information about Skript!
On join:
Loop all players:
Set loop-player's tab name to "%colored loop-player's prefix% &f%loop-player%"
No no no.code_language.skript:On join: Loop all players: Set loop-player's tab name to "%colored loop-player's prefix% &f%loop-player%"
I already got a tablist script and it doesn't set the player's name tag. Only changes the name in tablist.I think the tab list also sets the players display name.
on load:
create nametag "a-owner"
set prefix of nametag "a-owner" to "&6&lOWNER &f"
add player to nametag "a-owner"
remove player from nametag "a-owner"
Thank you!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"
If you set the tag name in this ordercode_language.skript:remove player from nametag "a-owner"
a-owner
b-admin
c-moderator
It will organizer according to the alphabet on the tab list
I doubt it. Just ignore it.Thank you!
[doublepost=1492181663,1492180767][/doublepost]It works but at the end of the name tag there is a space
is there a way to fix this
[doublepost=1492189131][/doublepost]bump
That's genius!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"
If you set the tag name in this ordercode_language.skript:remove player from nametag "a-owner"
a-owner
b-admin
c-moderator
It will organizer according to the alphabet on the tab list
%player's nametag
nametag of %player%
What i tried to do is set a player's nametag (above head) to like Owner Adrihun (but not with prefix) just normally.Adding into this, if you want to set their nametag (not nametag prefix/suffix) you can use MundoSK's nametag expression for it (settable):
And while we are talking about nametags:code_language.skript:%player's nametag nametag of %player%
My script, Nick/Skin Changer, let you change your skin, nametag, tab name, chat name with two simple commands.
#ShamelessSelfPromotion
You have to use the prefix for that, the nametag has a limit of 16 characters, same for the prefix and suffix but if you use them all you can have 48 characters free.What i tried to do is set a player's nametag (above head) to like Owner Adrihun (but not with prefix) just normally.
so like...
On join:
player has permission "owner.nametag"
(nametag thing here)
So i dont get it how do i use prefixesYou have to use the prefix for that, the nametag has a limit of 16 characters, same for the prefix and suffix but if you use them all you can have 48 characters free.
One of the above guys said how, use Skellett nametags.So i dont get it how do i use prefixes
whats the nametag codeOne of the above guys said how, use Skellett nametags.
Read up. It's already up there. No need for us to repeat it.whats the nametag code
[23:07:31 ERROR]: [skellett] [get] prefix [of] [the] [name][ ]tag [with] [id] %string% can't be set to anything (player tags.sk, line 49: set prefix of nametag "a-owner" to "%colored player's prefix% &f%player%"')
[23:07:31 INFO]: [Skript] Encountered 1 error while reloading player tags.sk!
on join:
create nametag "a-owner"
set prefix of nametag "a-owner" to "%colored player's prefix% &f%player%"
on join:
create nametag "a-owner"
set prefix of nametag "a-owner" to "&5<est &f"
add player to nametag "a-owner"
on join:
create nametag "a-owner"
set prefix of nametag "a-owner" to "&5<est "
add player to nametag "a-owner"
That's because you used bold. Try using "&r" instead of "&f"doesn't work?
code_language.skript:[23:07:31 ERROR]: [skellett] [get] prefix [of] [the] [name][ ]tag [with] [id] %string% can't be set to anything (player tags.sk, line 49: set prefix of nametag "a-owner" to "%colored player's prefix% &f%player%"') [23:07:31 INFO]: [Skript] Encountered 1 error while reloading player tags.sk!
[doublepost=1492640146,1492639668][/doublepost]update:code_language.skript:on join: create nametag "a-owner" set prefix of nametag "a-owner" to "%colored player's prefix% &f%player%"
code_language.skript:on join: create nametag "a-owner" set prefix of nametag "a-owner" to "&5<est &f" add player to nametag "a-owner"
![]()
code_language.skript:on join: create nametag "a-owner" set prefix of nametag "a-owner" to "&5<est " add player to nametag "a-owner"
![]()
Thank youThat's because you used bold. Try using "&r" instead of "&f"