Changes to scoreboards' and animations' configs were made. From now lines don't need to be labeled. (Thanks Andre_601 for the suggestion)
New configs look like this:
Code (YAML):
title: "Your Server Network" lines: -
"a%default%a"#Animations have the placeholder a%animation_name%a -
"Hello &b%player%&f," -
" " - "Online Players: %online%" -
" " -
"&byourserver.gg" -
"a%default%a "
Code (YAML):
delay: 5
#number of ticks until the next line lines: -
"&a=========================" -
"&b=========================" -
"&c========================="
Added a new setting in config.yml for the scoreboard update rate. By default it is set to 1 (as in every tick, 2 being once every two ticks).
Code (YAML):
scoreboard_update_rate: 1
The delay in animations is still based on ticks and not affected by the update rate value. (Thanks Conclure for the suggestion)