Discord Thread SCOREBOARD

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

This thread came from the skUnity Discord. You can't reply to it here but if you join the skUnity Discord, you'll be able to post a reply there. The thread link is part of the thread's message.
Status
Not open for further replies.
code_language.skript:
on join:
    while player is online:
        wipe player's sidebar
        set name of sidebar of player to "<##fb0000>&lM<##fb0d0d>&lI<##fc1a1a>&lN<##fc2727>&lE<##fc3535>&lF<##fc4242>&lL<##fd4f4f>&lO<##fd5c5c>&lA<##fd6969>&lT"
        set score "<##13A7FB>:hourglass: &fKeyall <##13A7FB>%{minutes}%m %{seconds}%s" in sidebar of player to 2
        set {death} to placeholder "statistic_deaths" from player
        set score "<##FB9013>☠ &fDeaths <##FB9013>%{death}%" in sidebar of player to 1
        wait 1 second
on join:
while player is online:
wipe player's sidebar
set name of sidebar of player to "<##fb0000>&lM<##fb0d0d>&lI<##fc1a1a>&lN<##fc2727>&lE<##fc3535>&lF<##fc4242>&lL<##fd4f4f>&lO<##fd5c5c>&lA<##fd6969>&lT"
set score "<##13A7FB>⌛ &fKeyall <##13A7FB>%{minutes}%m %{seconds}%s" in sidebar of player to 2
set {death} to placeholder "statistic_deaths" from player
set score "<##FB9013>☠ &fDeaths <##FB9013>%{death}%" in sidebar of player to 1
wait 1 second

Posted by: .dpool. from the skUnity Discord.
 
Status
Not open for further replies.