Added new zone: Empty Stomach.
3 examples to zones.yml:
YAML:zone60: name: "Hungry Pit" type: EMPTY_STOMACH status: true intervalTicks: 20 particles: "SOUL" duration: 100 diameter: 30 zone61: name: "Starvation Corridor" type: EMPTY_STOMACH status: true intervalTicks: 40 particles: "SOUL" duration: 80 diameter: 25 zone62: name: "Desert Hunger" type: EMPTY_STOMACH status: true intervalTicks: 60 particles: "SOUL" duration: 120 diameter: 50
Added new zone: Mirror Control.
3 examples to zones.yml:
YAML:zone57: name: "Fun House Mirror" type: MIRROR_CONTROL status: true mirrorDuration: 5 particles: "FIREFLY" duration: 50 diameter: 50 zone58: name: "Haunted Hall" type: MIRROR_CONTROL status: true mirrorDuration: 30 particles: "FIREFLY" duration: 60 diameter: 20 zone59: name: "Exit Maze" type: MIRROR_CONTROL status: true mirrorDuration: 120 particles: "FIREFLY" duration: 200 diameter: 80
- Added new zone: Anti-gravity.
3 examples to zones.yml
YAML:zone54: name: "Sky Elevator" type: ANTI_GRAVITY status: true antiGravityDuration: 5 particles: "WITCH" duration: 250 diameter: 10 zone55: name: "Ceiling Bounce" type: ANTI_GRAVITY status: true antiGravityDuration: 300 particles: "WITCH" duration: 30 diameter: 120 zone56: name: "Gravity Well" type: ANTI_GRAVITY status: true antiGravityDuration: 25 particles: "WITCH" duration: 60 diameter: 40
- Added the ability to generate a zone on demand using the command: /mzm generatezone <zone_name>.
- Added a Save and Reload Config button to the Global Settings GUI, allowing changes to be applied without restarting the server.
- Added the ability to change the zone generation frequency and the option to enable activation on multiple zone entries in the Global Settings GUI.
