📚 Help & Documentation

Everything you need to know about the cloud editor

🚀 Quick Start

1. Install the Plugin

Download CustomDisasters v3.5+ and place it in your Paper server's plugins/ folder. The plugin requires:

2. No Configuration Required!

NEW in v3.5: Cloud editor is automatically enabled! No config changes needed.

The editor is ready to use immediately after plugin installation.

3. Create a Session

In-game, run:

/disasters editor

You'll receive a unique URL like: https://customdisasters.online/editor/ABC123

4. Edit in Your Browser

Open the URL in any browser. Changes save automatically every 30 seconds!

5. Save & Apply

Click "Save Changes" and the server applies your edits instantly. No reload required!

📝 Commands Reference

Command Description Permission
/disasters editor Open cloud disaster management interface customdisasters.admin
/disaster start <name> Start a disaster customdisasters.start
/disaster stop Stop active disaster customdisasters.stop
/disaster list List all disasters customdisasters.list
/disaster reload Reload configurations customdisasters.reload
/disaster difficulty <level> Set difficulty (easy/normal/hard/expert) customdisasters.admin

✨ Cloud Editor Features

🎮 Management Mode

View, create, edit, and delete ALL disasters from one interface.

💾 Auto-Save

Enabled by default! Your work is saved locally every 30 seconds automatically.

🔒 Session Security

⚡ Instant Apply

Changes apply to the server immediately when you save. No restart required!

📄 YAML Configuration Format

Basic Structure

DisasterName: "Zombie Siege"
Description: "Waves of zombies attack the world"
Announcement: "§c⚠ A zombie siege has begun!"
DurationDays: 2

# Mob spawn rules
Mobs:
  - "ZOMBIE"
  - "ZOMBIE_VILLAGER"
  - "/CREEPER"  # Deny creepers

# Wave configuration
Waves:
  - Day: 0
    Time: 0
    Mobs:
      ZOMBIE: 10
      HUSK: 5
  - Day: 0
    Time: 12000
    Mobs:
      ZOMBIE: 20

# Difficulty scaling
Difficulty:
  easy:
    mob_multiplier: 0.5
  hard:
    mob_multiplier: 2.0
  expert:
    mob_multiplier: 3.0

Mob Rules Syntax

Color Codes

Use Minecraft color codes in announcements:

🔧 Advanced Features (v3.5)

Smart Difficulty System

Automatic scaling based on player count, equipment, and progression.

Custom Mob System

Define custom mobs with special attributes, AI, and equipment.

Multi-Stage Disasters

Create disasters with multiple phases that evolve over time.

Player Objectives

Assign tasks players must complete during disasters.

Visual Effects System

Add particle effects, custom skies, weather, and fog.

Discord Integration

Send notifications to Discord when disasters start/end.

🔧 Troubleshooting

Session Creation Fails

"Session Not Found" Error

Changes Not Applying

Connection Timeout

📁 File Locations

Plugin Files

Manual Editing

You can also edit disasters manually by creating/editing YAML files in:

plugins/CustomDisasters/custom/

Then reload with: /disaster reload

❓ Frequently Asked Questions

Is the cloud editor free?

Yes! The cloud editor is completely free and open-source.

Does it store my data?

Sessions are stored in-memory for 1 hour max, then deleted. No persistent storage.

Can I use it offline?

No, the cloud editor requires internet connection. Use manual YAML editing for offline configuration.

Does it work with Spigot?

Yes! Works with Spigot and Paper 1.21.1+

Can multiple players edit simultaneously?

Yes, each player can create their own session and edit different disasters.

What happens if the server restarts during editing?

Your changes are saved on the website. Just save them and they'll apply when you click save.

Need More Help?

Still having issues? Get support:

Back to Home Download Plugin