Enhancements:
- 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:
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."
Enhancements:
- From now admins cannot set the deadzone Y level higher than the player spawn positions.
- If there is a change in the corners or positions of the arena, and the deadzone and buildmax Y levels are out of range, they are deleted.
- Please extend the language.yml file with the following strings:
YAML:COMMAND: ARENA: ARGUMENTS: CORNER: BUILD-MAX-REMOVED: "<red>BuildMax Y level has been removed from arena %arena% because it was no longer inside the arena cube." DEAD-ZONE-REMOVED: "<red>DeadZone Y level has been removed from arena %arena% because it was no longer inside the arena cube." SETDEADZONE: LOWER-THAN-SPAWN: "<red>You have to set the <yellow>DeadZone <red>lower than the lowest spawn position's Y level."
