Hey, so i have made this TabList script. But it shows up in all my worlds are there anyway to only show it in one?
function tabUpdate(p
layer):
set {_header} to "&&lPinaCraft [HUB 1]%new line%"
set {_footer} to "%new line%&6&lParkour kommer snart!%new line%"
set tab header to {_header} and footer to {_footer} for {_p}
on join:
tabUpdate(player)
command /tabUpdate:
trigger:
tabUpdate(player)
Thanks :3
function tabUpdate(p
set {_header} to "&&lPinaCraft [HUB 1]%new line%"
set {_footer} to "%new line%&6&lParkour kommer snart!%new line%"
set tab header to {_header} and footer to {_footer} for {_p}
on join:
tabUpdate(player)
command /tabUpdate:
trigger:
tabUpdate(player)
Thanks :3
Last edited: