Changed the ladder settings GUI loading structure to a faster one.
Added a new ladder setting called "MultiRoundStartCountdown". With this you can disable start countdown on ladders that have multiple rounds. You cannot disable this for sumo, bedwars and skywars ladder types. The countdown before the first round will work in the same way.
Please extend the guis.yml file with the following strings:
Code (YAML):
GUIS:
SETUP:
LADDER:
SETTINGS:
ICONS:
MULTI-ROUND-START-COUNTDOWN:
ENABLED:
NAME: "&7Multi Round Start Countdown: &aEnabled" MATERIAL: QUARTZ
LORE: -
"" -
"&7If a ladder has several rounds," -
"&7you have the option to turn off" -
"&7the start counter before the" -
"&7round with this setting." -
"" - "&c&lNote: &7At the start of the match,
" - "&7the counter will work the same way.
" - "" - "&e&lClick here &7to &cdisable&7.
" DISABLED: NAME: "&7Multi Round Start Countdown
: &cDisabled" MATERIAL: QUARTZ
LORE: -
"" -
"&7If a ladder has several rounds," -
"&7you have the option to turn off" -
"&7the start counter before the" -
"&7round with this setting." -
"" - "&c&lNote: &7At the start of the match,
" - "&7the counter will work the same way.
" - "" - "&e&lClick here &7to &aenable&7.
"