Tab Name

  • 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.
Apr 18, 2018
12
0
0
So I was wondering if there any way I can make it where my users have a prefix in tab and the name color, then they have the name above their head with the prefix too? I currently only figured out how to make it with the tablist not the name above their head. Could you guys show me some examples and the plugins I will need other than script ?
 
'''
command /setplatertag [<offlineplayer>] [<text>]:
permission: anything.thing
permission message: &cNo
trigger:
if arg-1 is set:
if arg-2 is set:
set arg-1 tab name to "%arg-2% %arg-1%"
else:
"&cUse: /setplayertag [Player] [Tag]"
else:
"&cUse: /setplayertag [Player] [Tag]"
'''
 
Last edited:
'''
command /setplatertag [<offlineplayer>] [<text>]:
permission: anything.thing
permission message: &cNo
trigger:
if arg-1 is set:
if arg-2 is set:
set arg-1 tab name to "%arg-2% %arg-1%"
else:
"&cUse: /setplayertag [Player] [Tag]"
else:
"&cUse: /setplayertag [Player] [Tag]"
'''
Ill make sure to test it out! Thanks

Result: I tried and it didn't work for me...
 
Status
Not open for further replies.