InstancedDungeons
A clean dungeon system for Minecraft servers: private instances, party runs, staged progression, rewards, mob encounters, and event automation in one polished workflow.
What It Does¶
InstancedDungeons copies a configured template world into a temporary instance world whenever a party starts a run. Players get an isolated dungeon, while the original template stays clean for future runs.
Main Systems¶
Template Worlds
Create a dungeon from a real Minecraft world and let the plugin clone it for each party.
Stages and Gates
Add layered progression with locked paths, live objective tracking, and interactive mission mechanics.
Loot and Rewards
Configure loot chests, boss rewards, trigger rewards, custom items, and mission keys.
Validation
Use built-in validation to catch missing bosses, triggers, tower links, costs, stages, and commands.
Event Commands
Run console or player commands on party starts, dungeon completion, failures, kills, stages, and towers.
Protection
Block edits, control interactions, prevent external entry, and clean up temporary worlds automatically.
Fast Path¶
- Install the plugin and Multiverse-Core.
- Create a template world.
- Create a dungeon with
/dungeon create. - Set spawn, exit, and objective data in editor mode.
- Run
/dungeon validate <id>. - Let players open, join, and start a party.