loop all players:
wipe loop-player's scoreboard:
set {_uuid} to loop-player's uuid
set title of loop-player's scoreboard to "&e&lDistopia&7&lGens &8| &bS1"
set line 14 of loop-player's scoreboard to "&7====================="
set line 13 of loop-player's scoreboard to "&7→ &6&lKills"
set line 12 of loop-player's scoreboard to " &7{playerdata::%{_uuid}%::kills}"
set line 11 of loop-player's scoreboard to "&f"
set line 10 of loop-player's scoreboard to "&7→ &6&lDeaths"
set line 9 of loop-player's scoreboard to " &7{playerdata::%{_uuid}%::deaths} "
set line 8 of loop-player's scoreboard to "&f"
set line 7 of loop-player's scoreboard to "&7→ &6&lMined Blocks"
set line 6 of loop-player's scoreboard to " &7{playerdata::%{_uuid}%::mined}"
set line 5 of loop-player's scoreboard to "&f"
set line 4 of loop-player's scoreboard to "&7→ &6Online Players"
set line 3 of loop-player's scoreboard to " &f%number of all players%&7/&f%max players%"
set line 2 of loop-player's scoreboard to "&7====================="
set line 1 of loop-player's scoreboard to "&7Distopia&7Gens.minehut.gg"
``` here is the skript
#Skbee scoreboard upsidedown?
1 messages · Page 1 of 1 (latest)
%{playerdata::%{_uuid}%::mined}%
Try with an extra 2 %
extra 2 % where
I mean like
For example the mined one
When it’s in a scoreboard or message to a player
You wanna add
%{example::%{example}%::example}%
yes thats just how skbee works
its upside down
i really don't see why you're not using TAB for this though
its so much faster than skbee scoreboards
I made skbee scoreboard a fuew years ago when I first started skripting but then I quit for 11 months so I forgot nearly everything
Never knew tab TAB was a thing
yea tab has a scoreboard feature
skbee has a config file where the lines change from one direction to the other, go change the value there if you havent already
the reason its upside down is because you chose the line oreder, if you want to fix it, just reverse the line order, its as simple as that