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!
You can always check out skUnity Downloads for downloads and any other information about Skript!
Im trying to do the same but I dont understant this yet https://forums.skunity.com/resources/perworldtablistapi.118/Hello how i can add custom text to the tab like this: http://imgur.com/a/GULFo
Thanks for helping
Sorry I confuse the link I edit the messageIm trying to do the same but I dont understant this yet https://forums.skunity.com/resources/perworldtablistapi.118/
I hope you can understand thath
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?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
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
on world change:
ok I goin to try and I let you knoworcode_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 surecode_language.skript:on world change:
set tab header to "(header here)" and footer to "(you need make a text for footer)" for player
thankscode_language.skript:set tab header to "(header here)" and footer to "(you need make a text for footer)" for player
no problemthanks
Make quotes " "
hey can you help me with a problem https://forums.skunity.com/threads/i-need-help-to-upgrate-my-skript.3721/no problem
[doublepost=1495234999,1495234960][/doublepost]Oh, you needcode_language.skript:Make quotes " "
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
And you, you can enter this:Hello how i can add custom text to the tab like this: http://imgur.com/a/GULFo
Thanks for helping
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
i dont knowit's doesn't work on 1.12. there is way to create this on 1.12?