About Danger Zones
DangerZones is a plugin that creates a bombing zone event, just like in Battle Royale games!
Demonstration video:
- Auto spawn Danger Zones;
- Custom map marker;
- Custom zone radius;
- Can modify rockets damage;
- Can modify rockets ground distance;
- Can modify rockets speed;
- Chat command to spawn danger zones;
- Multiple danger zones at the same time;
- Can modify the interval between rockets;
- You can modify the number of rockets that will be launched at the same time;
- Custom status label with the SimpleStatus plugin;
- Fully customizable UI toast notifications;
- Enable/disable damage to structures;
- Enable/disable damage to NPC's & Animals;
The default configuration file:
Quote{ "Danger Zone Options": { "Radius": 80.0, "Duration (seconds)": 75.0, "Duration to escape (seconds)": 15.0, "Auto spawn cooldown (seconds) (0 = disabled)": 1800.0, "Skip autospawn if a danger zone already exists": true, "Broadcast chat?": true }, "Rocket Options": { "Cause damage to structures?": true, "Cause damage to NPC's and animals": false, "Damage modifier": 1.0, "Distance from the ground": 50.0, "Speed": 40.0, "Rocket amount spawning at the same time": 1, "Interval between rockets (seconds)": 0.5 }, "Map Marker Options": { "Color": "#ff0000", "Alpha": 0.5 }, "Command Options": { "Command name": "dangerzone", "Permission name": "dangerzones.admin", "Allow spawning a new danger zone if one already exists?": true }, "UI Options": { "Warn Toast": { "Anchor": "0.5 1 0.5 1", "Offset": "-180 -120 180 -60", "Background URL": "https://i.ibb.co/FH7L36z/warn-bg.png", "Background color": "0 0 0 0", "Background blur": false, "Icon Url": "https://i.ibb.co/SrdXHjf/warn-icon.png", "Icon size": 30.0, "Text color": "1 1 0.8 1", "Text center": true }, "Info Toast": { "Anchor": "0.5 1 0.5 1", "Offset": "-180 -120 180 -60", "Background URL": "https://i.ibb.co/p1nX0JK/info-bg.png", "Background color": "0 0 0 0", "Background blur": false, "Icon Url": "https://i.ibb.co/5hBbJfF/info-icon.png", "Icon size": 30.0, "Text color": "0.8 0.8 1 1", "Text center": false }, "Danger Toast": { "Anchor": "0.5 1 0.5 1", "Offset": "-180 -120 180 -60", "Background URL": "https://i.ibb.co/ZGPCJ8R/danger-bg.png", "Background color": "0 0 0 0", "Background blur": false, "Icon Url": "https://i.ibb.co/3vK3M0V/danger-icon.png", "Icon size": 30.0, "Text color": "1 0.8 0.8 1", "Text center": false } } }