Skript version: 2.5-alpha3
Server version: 1.15.2
Error:
There's no loop that matches 'loop-player's scoreboard' (kingdom.sk, line 155: set line 3 of loop-player's scoreboard to "&e%{kingdom::%uuid of player%}%"')
I've tried almost everything I could but I can't find whats wrong with this, can anyone help?
Server version: 1.15.2
Code:
every {@scoretime} in "world":
loop all players:
set title of loop-player's scoreboard to "&c&lDoodDoodles"
set line 6 of loop-player's scoreboard to "&3Server Time:"
set line 5 of loop-player's scoreboard to "&e%{WORLDTIME12}%"
set line 4 of loop-player's scoreboard to "&3Kingdom:"
set line 3 of loop-player's scoreboard to "&e%{kingdom::%uuid of player%}%"
set line 2 of loop-player's scoreboard to "&eOnline:"
set line 1 of loop-player's scoreboard to "&3%number of all players%&8/&3100"
There's no loop that matches 'loop-player's scoreboard' (kingdom.sk, line 155: set line 3 of loop-player's scoreboard to "&e%{kingdom::%uuid of player%}%"')
I've tried almost everything I could but I can't find whats wrong with this, can anyone help?