Scoreboard Not showing up.

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

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

computerchild

Member
Apr 18, 2021
1
0
1
24
Alright so the code has no errors but when i loaded it up for the 1st time it worked, 10 minutes later, it dissapeared.


every 5 seconds:
loop all players:
set title of scoreboard of loop-player to "&cBaconBox"
set line 15 of loop-player's scoreboard to ""
set line 14 of loop-player's scoreboard to "&c&lSTATS"
set line 13 of loop-player's scoreboard to " &c| &7Kills: &b%{kill::%loop-player%}%"
set line 12 of loop-player's scoreboard to " &c| &7Deaths: &b%{death::%loop-player%}%"
set line 11 of loop-player's scoreboard to " &c| &7K/D: &b%{kill::%loop-player%} / {death::%loop-player%}%"
set line 10 of loop-player's scoreboard to ""
set line 9 of loop-player's scoreboard to "&c&lPLAYERS"
set line 8 of loop-player's scoreboard to " &c| &7Online: &b%number of online players%/10"
set line 7 of loop-player's scoreboard to " &c| &7Joins: &b##%{joins} ? 0%"
set line 6 of loop-player's scoreboard to ""
set line 5 of loop-player's scoreboard to "&cBaconBoxs&7.minehut.gg"​
 
You need to add scores like this:
set score "hi" of loop-player's sidebar to 1

Edit: Use SkRayFall
 
Status
Not open for further replies.