Advanced Zone Rotation

MrTitan

Elder
Customer
Advanced Zone Rotation EXT.JAR
Price: 40 eur (50% discount for the 1st week. Till 03.04.2026)
BUY FROM HERE DIRECTLY
If you want to pay with crypto DM me!
A complete rotating zone system for Lucera2, with timed zone switching, spawn control, player teleport flow, in-zone death handling
Features:
- Auto flag on enter (on/off)
- Zone name placeholder
- Announcements
- Zone time config
- Respawn time config
- Custom respawn points in the zone
- .exit command for players
- Direct bypass to the Gatekeeper (to add button)
- Admin commands for control everything
- Configuration via xml file + .properties file (full control)
- Build your custom zone with polygon and you are ready to go!(Cave of Trials already included as example)
- Spawn any mobs via XML (with auto spawn/despawn)
- All messages with strings


1774646577759.webp
Zone example​
HTML:
<zone name="[cot_rotation_1]" type="swamp">
        <set name="displayName" val="Cave of Trials"/>
        <set name="enabled" val="true" />
        <set name="rotationEnabled" val="true" />
        <set name="rotationOrder" val="1" />
        <set name="spawnGroup" val="[Flag_cot]" />
        <set name="pvpFlagOnEnter" val="true" />
        <set name="activeMinutes" val="1" />
        <set name="announceOnActivate" val="true" />
        <set name="teleportPoints" val="10011 -112486 -2464"/>
        <set name="respawnPoints" val="12279 -112485 -2976;12336 -112737 -2976"/>
        <set name="respawnDelaySec" val="3"/>
        <polygon>
            <coords loc="9051 -109561 -99999 99999" />
            <coords loc="18160 -101326 -99999 99999" />
            <coords loc="30100 -106237 -99999 99999" />
            <coords loc="28224 -120286 -99999 99999" />
            <coords loc="8772 -123191 -99999 99999" />
            <coords loc="5478 -114828 -99999 99999" />
        </polygon>
    </zone>
 
Last edited:
Back
Top