[1.21.x] ⭕️ MysteryZones ⭕️ - ✅ Ultimate Zones ✅ icon

[1.21.x] ⭕️ MysteryZones ⭕️ - ✅ Ultimate Zones ✅ -----

17 types & +150 pre-configured zones, GUI manager and MORE!




  1. Added the ability to configure zone collision with other zones and zone generation in areas with players from the Global Settings GUI.
----------, May 16, 2025

  1. Added a new GUI with global settings such as Permission Required and Send New Zone Message.
----------, May 9, 2025

  1. Added the ability to block specific zones from generating in selected worlds.
----------, May 6, 2025

  1. Added Zone Settings GUI.
  2. Added the ability to set WorldGuard regions where zones can be generated or to block zone generation in specific regions.
----------, Apr 26, 2025

  1. Updated SpigotAPI to version 1.21.5.
  2. Ended support for version 1.20.x.
----------, Apr 9, 2025

  1. Updated fetching of Potion Effect Type names for the latest version of Spigot API.
----------, Mar 16, 2025

  1. Added a new system for sorting loaded Zones by Type / Loaded.
----------, Mar 5, 2025

  1. Added new FreezeTrapZone zone.
----------, Feb 21, 2025

  1. Added new EquipmentRepairZone zone.
----------, Feb 9, 2025

  1. Added new ItemsRain zone.
----------, Feb 8, 2025

  1. Fixed an issue with page navigation in ActiveZonesGUI.
  2. Fixed a rare issue with refreshing the ActiveZonesGUI.
----------, Jan 31, 2025

  1. Reduced the number of attempts to find a location for a zone, preventing server overload.
----------, Jan 25, 2025

  1. Added the ability to block zone generation in specific WorldGuard regions.
  2. Fixed a bug causing zones to extend beyond the boundaries of a WorldGuard region.
----------, Jan 19, 2025

  1. Updated the permission system for administrators and players.
  2. Added the ability to globally configure the requirement for permissions for all zones.
----------, Jan 18, 2025

  1. Added the ability to configure parameters related to the distance of zones from players and other zones, collisions with players and other zones, and the particle density outlining the zone. These improvements have enhanced the plugin's performance.
----------, Jan 17, 2025

  1. Refactored the code for better support and optimization on low-performance servers.
  2. Changed the appearance of zones to improve optimization.
  3. Fixed a rare bug where players were not detected upon entering a zone.
----------, Jan 11, 2025

  1. Added support for WorldGuard. Now you can set regions where zones can be generated.
    Code (YAML):
    zones:
      zone1
    :
        name
    : Speed Boost Zone
        type
    : POTION_EFFECT
        status
    : true
        effect
    : speed
        effect_duration
    : 600
        particles
    : VILLAGER_HAPPY
        duration
    : 20
        diameter
    : 50
        WorldGuardRegion
    :
          RegionName
    : test
          World
    : custom_world3
     
      zone2
    :
        name
    : Poison Trap Zone
        type
    : POTION_EFFECT
        status
    : true
        effect
    : poison
        effect_duration
    : 400
        particles
    : SMOKE_LARGE
        duration
    : 15
        diameter
    : 50
        WorldGuardRegion
    :
          RegionName
    : test2
          World
    : custom_world3
     
----------, Jan 10, 2025

  1. Added a new Command Zone:
    Code (YAML):
     zone151:
        name
    : "Command Execution Zone"
        type
    : COMMAND
        status
    : true
        command
    : "give %PLAYER% obsidian 1"
        particles
    : "ENCHANTMENT_TABLE"
        duration
    : 30
        diameter
    : 10
  2. Added fully support for 1.21.4.
  3. Fixed bug with active zones icons.
----------, Jan 7, 2025

  1. Added a new Explosion Zone
----------, Dec 28, 2024

  1. Added info about dimeter in ActiveZonesGUI.
  2. Fixed bug with manual refreshing.
----------, Dec 27, 2024

  1. Added a new Lightning Strike Zone
----------, Dec 22, 2024

  1. Added a new Launch Zone
----------, Dec 20, 2024

  1. Added a new Experience Zone
----------, Dec 16, 2024

  1. Added a new Slippery Zone:
    Code (YAML):
     zone101:
        name
    : "Icy Speed Zone"
        type
    : SLIPPERY
        status
    : true
        speed_multiplier
    : 2
        effect_duration
    : 200
        particles
    : "SNOWBALL"
        duration
    : 45
        diameter
    : 20

      zone102
    :
        name
    : "Oil Spill Zone"
        type
    : SLIPPERY
        status
    : true
        speed_multiplier
    : 3
        effect_duration
    : 150
        particles
    : "SLIME"
        duration
    : 30
        diameter
    : 15

      zone103
    :
        name
    : "Wet Grass Zone"
        type
    : SLIPPERY
        status
    : true
        speed_multiplier
    : 1
        effect_duration
    : 300
        particles
    : "WATER_SPLASH"
        duration
    : 60
        diameter
    : 25

      zone104
    :
        name
    : "Frozen Steps Zone"
        type
    : SLIPPERY
        status
    : true
        speed_multiplier
    : 4
        effect_duration
    : 100
        particles
    : "SNOW_SHOVEL"
        duration
    : 40
        diameter
    : 10

      zone105
    :
        name
    : "Slippery Rock Zone"
        type
    : SLIPPERY
        status
    : true
        speed_multiplier
    : 2
        effect_duration
    : 250
        particles
    : "DRIPPING_WATER"
        duration
    : 35
        diameter
    : 18

      zone106
    :
        name
    : "Mossy Zone"
        type
    : SLIPPERY
        status
    : true
        speed_multiplier
    : 3
        effect_duration
    : 200
        particles
    : "FALLING_WATER"
        duration
    : 50
        diameter
    : 22

      zone107
    :
        name
    : "Ice Path Zone"
        type
    : SLIPPERY
        status
    : true
        speed_multiplier
    : 5
        effect_duration
    : 120
        particles
    : "WHITE_ASH"
        duration
    : 25
        diameter
    : 12

      zone108
    :
        name
    : "Slick Sand Zone"
        type
    : SLIPPERY
        status
    : true
        speed_multiplier
    : 2
        effect_duration
    : 300
        particles
    : "CLOUD"
        duration
    : 60
        diameter
    : 20

      zone109
    :
        name
    : "Greasy Surface Zone"
        type
    : SLIPPERY
        status
    : true
        speed_multiplier
    : 4
        effect_duration
    : 180
        particles
    : "END_ROD"
        duration
    : 30
        diameter
    : 15

      zone110
    :
        name
    : "Fast Fog Zone"
        type
    : SLIPPERY
        status
    : true
        speed_multiplier
    : 3
        effect_duration
    : 250
        particles
    : "FALLING_DUST"
        duration
    : 45
        diameter
    : 25
----------, Dec 13, 2024

  1. Added a new Teleport Zone:
    10 examples:
Code (YAML):
 zone91:
    name
: Random Teleport Zone
    type
: TELEPORT
    status
: true
    teleport_radius
: 50
    particles
: END_ROD
    duration
: 45
    diameter
: 20
 
  zone92
:
    name
: Quick Escape Zone
    type
: TELEPORT
    status
: true
    teleport_radius
: 100
    particles
: CLOUD
    duration
: 30
    diameter
: 15
 
  zone93
:
    name
: Mysterious Warp Zone
    type
: TELEPORT
    status
: true
    teleport_radius
: 75
    particles
: SPELL_WITCH
    duration
: 60
    diameter
: 25
 
  zone94
:
    name
: Teleportation Trap
    type
: TELEPORT
    status
: true
    teleport_radius
: 30
    particles
: PORTAL
    duration
: 20
    diameter
: 10
 
  zone95
:
    name
: Warp Zone
    type
: TELEPORT
    status
: true
    teleport_radius
: 150
    particles
: ENCHANTMENT_TABLE
    duration
: 90
    diameter
: 40
 
  zone96
:
    name
: Portal Zone
    type
: TELEPORT
    status
: true
    teleport_radius
: 50
    particles
: DRAGON_BREATH
    duration
: 40
    diameter
: 18
 
  zone97
:
    name
: Emergency Exit Zone
    type
: TELEPORT
    status
: true
    teleport_radius
: 80
    particles
: FIREWORKS_SPARK
    duration
: 50
    diameter
: 22
 
  zone98
:
    name
: Chaos Zone
    type
: TELEPORT
    status
: true
    teleport_radius
: 120
    particles
: FLAME
    duration
: 35
    diameter
: 16
 
  zone99
:
    name
: Safe Haven Zone
    type
: TELEPORT
    status
: true
    teleport_radius
: 20
    particles
: HEART
    duration
: 25
    diameter
: 12
 
  zone100
:
    name
: Void Walker Zone
    type
: TELEPORT
    status
: true
    teleport_radius
: 60
    particles
: SPORE_BLOSSOM_AIR
    duration
: 55
    diameter
: 18
----------, Dec 8, 2024

  1. Added the ability to stop a zone.
  2. Added arguments for the command with tab completer to /mzm
----------, Dec 6, 2024

  1. Fixed a critical issue with stopping tasks during the start and stop of zone generation.
  2. Removed unwanted attributes from icons in the GUI.
  3. Added visual elements to the ManagerGUI.
  4. Improved the styling of icons.
----------, Dec 1, 2024

  1. Added the ability to generate a zone "on demand" from the Loaded Zones GUI.
----------, Nov 30, 2024

  1. Removed bug with start generating zones when all zones are OFF.
----------, Nov 24, 2024

  1. An option to enable and disable Zones has been added to the Loaded Zones GUI.
----------, Nov 23, 2024

  1. From now on, items drop at the center of the zone upon entering.
  2. From now on, mobs spawn at the center of the zone.
  3. Fixed teleportation to the zone under a block.
----------, Nov 20, 2024

  1. Added the ability to turn off / on zones in Zones.yml
----------, Nov 18, 2024

  1. Fixed teleporting to the zone when the icon is a chest
  2. Added automatic refreshing of the Active Zones GUI every 2 seconds
  3. Added metrics
  4. From now on, the plugin supports versions 1.20 - 1.21.3
  5. Support for Java from version 17
----------, Nov 17, 2024

  1. Added the ability to teleport to active zone from GUI
  2. Fixed bug with open Loaded Zones GUI
----------, Nov 10, 2024

Resource Information
Author:
----------
Total Downloads: 12
First Release: Nov 9, 2024
Last Update: May 16, 2025
Category: ---------------
All-Time Rating:
0 ratings
Find more info at otrek2002s.gitbook.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings