So I'm trying to make A scoreboard animation with skelett scoreboard.
And i have a stylish scoreboard for each groups (and i have like 15 groups), I don't really want to copy & paste this whole code 15 times and change "test-" to "owner-" "admin-" etc... -- wouldn't that lag the server? Is there another way to do it? Like... set it for all people?
@LimeGlass ?
code_language.skript:
on join:
player has permission "scoreboarddzz.use"
wait 1 second
while player is online:
set title of stylish scoreboard "test-%player%" to "&dLol"
if player is not online:
stop
wait 7 ticks
if player is not online:
stop
set title of stylish scoreboard "test-%player%" to "&aLol"
if player is not online:
stop
wait 7 ticks
if player is not online:
stop
set title of stylish scoreboard "test-%player%" to "&bLol"
if player is not online:
stop
And i have a stylish scoreboard for each groups (and i have like 15 groups), I don't really want to copy & paste this whole code 15 times and change "test-" to "owner-" "admin-" etc... -- wouldn't that lag the server? Is there another way to do it? Like... set it for all people?
@LimeGlass ?