Custom tab

  • 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 community!

    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.
Hello how i can add custom text to the tab like this: http://imgur.com/a/GULFo
Thanks for helping
Im trying to do the same but I dont understant this yet https://forums.skunity.com/resources/perworldtablistapi.118/
I hope you can understand thath
[doublepost=1495048168,1495048026][/doublepost]
Im trying to do the same but I dont understant this yet https://forums.skunity.com/resources/perworldtablistapi.118/
I hope you can understand thath
Sorry I confuse the link I edit the message
 
If you don't has a idea, try this:
code_language.skript:
on join:
    set tab header to "&5&lServer Name%new line% &fRank: %coloured player's prefix%" and footer to "&9server.ip" for player
 
If you don't has a idea, try this:
code_language.skript:
on join:
    set tab header to "&5&lServer Name%new line% &fRank: %coloured player's prefix%" and footer to "&9server.ip" for player
how do I set a tab list for each world?
 
code_language.skript:
on change world:
    if world is "testcode":
        set tab header to "&6World%new line%&9Named and footer to "&9new.world.ip" for player
    if world is "testcode2":
        set tab header...
# and code
#I'm not sure
or
code_language.skript:
on world change:
 
code_language.skript:
on change world:
    if world is "testcode":
        set tab header to "&6World%new line%&9Named and footer to "&9new.world.ip" for player
    if world is "testcode2":
        set tab header...
# and code
#I'm not sure
or
code_language.skript:
on world change:
ok I goin to try and I let you know
 
2017-05-19_18.59.28.png
errors..
 
code_language.skript:
set tab header to "(header here)" and footer to "(you need make a text for footer)" for player
 
Need MundoSK latest.
code_language.skript:
command /tab:
    trigger:
        create tab id "1" for player with name " " latency 5 skull skin texture of player
        create tab id "2" for player with name "Online Player: %amount of player%" latency 5 skull skin texture of player
        create tab id "3" for player with name " " latency 5 skull skin texture of player
        create tab id "4" for player with name "World: %world of player%" latency 5 skull skin texture of player
 
Need MundoSK latest.
code_language.skript:
command /tab:
    trigger:
        create tab id "1" for player with name " " latency 5 skull skin texture of player
        create tab id "2" for player with name "Online Player: %amount of player%" latency 5 skull skin texture of player
        create tab id "3" for player with name " " latency 5 skull skin texture of player
        create tab id "4" for player with name "World: %world of player%" latency 5 skull skin texture of player
?
[doublepost=1495296376,1495296256][/doublepost]
Hello how i can add custom text to the tab like this: http://imgur.com/a/GULFo
Thanks for helping
And you, you can enter this:
code_language.skript:
on join:
    set tab header to "&c&lHeader Here%new line% And other line in tab" and footer to "&3Twit&bter: @OfServer%new line%&f%new line%&eserver.ip" for player
 
it's doesn't work on 1.12. there is way to create this on 1.12?
 
Status
Not open for further replies.