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

-[ Update b2 New friendly syntax and custom tablist header/footer ]-
[+] Tablist Header and Footer
[+] New syntax for scoreboards
[+] New examples
[-] Old syntax for scoreboards

Example:

Code:
on join:
    set player's header to "&b&lHEADER" and footer to "&c&lFOOTER"
    make scoreboard for player
    set title of scoreboard player to "YOUR SERVER"
    while player is online:
        set line 1 of scoreboard player to "Money:&a %player's balance%"
        set line 2 of scoreboard player to "Health:&c %player's health%"
        set line 3 of scoreboard player to "Online:&a %amount of all players%"
        wait 5 ticks