Scoreboard not making gaps between lines

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

RunaYoutube

Member
Nov 10, 2019
34
1
8
28
2019-11-10_17.36.21.png
My scoreboard isn't making gaps when its supposed to this is the code I am using


on join:
while player is online:
wait 1 ticks
wipe player's sidebar
set name of sidebar of player to " &b&lVaporMines "
set score " " in sidebar of player to 14
set score "&fWelcome, &b%player%" in sidebar of player to 13
set score " " in sidebar of player to 12
set score "&7Online: &a%number of all players%/10" in sidebar of player to 11
set score " " in sidebar of player to 10
set score "&7Balance: &a%player's balance%" in sidebar of player to 9
set score " " in sidebar of player to 8
set score "&7Votes: &a5/500" in sidebar of player to 7
set score " " in sidebar of player to 6
set score "&7Next event:" in sidebar of player to 5
set score "&6&lKOTH" in sidebar of player to 4
set score "&7at &a7:00PM NZDT" in sidebar of player to 3
set score " " in sidebar of player to 2
set score "&b&lVaporMines.minehut.gg" in sidebar of player to 1
Wait 5 seconds
 
View attachment 3945 My scoreboard isn't making gaps when its supposed to this is the code I am using


on join:
while player is online:
wait 1 ticks
wipe player's sidebar
set name of sidebar of player to " &b&lVaporMines "
set score " " in sidebar of player to 14
set score "&fWelcome, &b%player%" in sidebar of player to 13
set score " " in sidebar of player to 12
set score "&7Online: &a%number of all players%/10" in sidebar of player to 11
set score " " in sidebar of player to 10
set score "&7Balance: &a%player's balance%" in sidebar of player to 9
set score " " in sidebar of player to 8
set score "&7Votes: &a5/500" in sidebar of player to 7
set score " " in sidebar of player to 6
set score "&7Next event:" in sidebar of player to 5
set score "&6&lKOTH" in sidebar of player to 4
set score "&7at &a7:00PM NZDT" in sidebar of player to 3
set score " " in sidebar of player to 2
set score "&b&lVaporMines.minehut.gg" in sidebar of player to 1
Wait 5 seconds
I believe that each line in the scoreboard has to be unique. Try making the first one "&7" and the next one "&7&7" etc. That is what I did for my scoreboards. Each line just needs to be different.
 
Okay, thanks will try now.
[doublepost=1573444960,1573444900][/doublepost]Do the ones with text need it too?
 
I think you can also do like "", " ", " " ect. Just add a space between each ""

I think thats the problem. But doing &7, &7&7 will work also :emoji_slight_smile:
 
Status
Not open for further replies.