
The Ultimate Instanced Dungeon System, Transform your Minecraft server with fully customizable, isolated dungeon instances
The Ultimate Instanced Dungeon System for Paper Servers
Transform your Minecraft server with fully customizable, isolated dungeon instances that support parties, advanced mob spawning, custom loot, and seamless integration with popular plugins.
plugins/ folder/mv create my_dungeon_template normal -g Flat
(Build your dungeon in the template world)
/dungeon create dragon_lair my_dungeon_template
/dungeon edit dragon_lair
(Stand at spawn point)
/dungeon setspawn
(Stand at exit point in your main world)
/dungeon setexit
/dungeon save
/dungeon reload
/dungeon edit dragon_lair
(Stand at spawner location)
/dungeon addspawner entrance_mobs
(Edit the generated YAML file)
/dungeon save
/dungeon reload
/dungeon edit dragon_lair
/dungeon addlootchest treasure_1
(Edit the generated YAML file)
/dungeon lootchest give treasure_1
(Place the chest item in your template world)
/dungeon save
/dungeon reload
/dungeon edit dragon_lair
/dungeon addcost
(Use the GUI to set required items)
/dungeon open dragon_lair
(Share the party code with friends)
/dungeon join <code>
(Party leader starts when ready)
/dungeon start
| Command | Description |
|---|---|
/dungeon help |
Show help menu |
/dungeon list |
List all available dungeons |
/dungeon open <id> |
Create a party for a dungeon |
/dungeon join <code> |
Join a party with code |
/dungeon leave |
Leave your current party |
/dungeon start |
Start the dungeon (party leader only) |
/dungeon exit |
Exit the current dungeon |
/dungeon spectate <code> |
Spectate an active dungeon |
| Command | Description |
|---|---|
/dungeon create <id> <world> |
Create new dungeon from template world |
/dungeon edit <id> |
Enter editor mode (teleports to template) |
/dungeon setspawn |
Set spawn location (requires editor mode) |
/dungeon setexit |
Set exit location (requires editor mode) |
/dungeon addspawner <id> |
Create mob spawner at location |
/dungeon addlootchest <id> |
Create loot chest configuration |
/dungeon lootchest give <id> |
Get loot chest item to place |
/dungeon setboss |
Create boss spawner at location |
/dungeon addcost |
Configure entry costs via GUI |
/dungeon mythic [mobId] |
List/get info about MythicMobs |
/dungeon itemsadder [itemId] |
List/get info about ItemsAdder items |
/dungeon instances |
View all active parties and instances |
/dungeon save |
Exit editor mode and save |
/dungeon reload |
Reload all configurations |
| Permission | Description | Default |
|---|---|---|
instanceddungeons.admin |
Access to all admin commands | op |
instanceddungeons.use |
Use player commands | true |
instanceddungeons.spectate |
Spectate dungeons | op |
instanceddungeons.bypass.cost |
Skip entry costs | op |
instanceddungeons.bypass.limit |
Bypass max instances | op |
dungeons/<id>/config.yml)display-name: "Dragon's Lair"
template-world: "dungeon_dragon_template"
max-players: 5
min-players: 1
time-limit: 1800
max-instances: 3 # For this dungeon at one time
death-behavior: INFINITE_RESPAWN # After death, players will respawn at the start of the dungeon
# Protection
allow-block-break: false
allow-block-place: false
allow-fluid-place: false # Allow players to place water/lava
allow-fluid-take: false # Allow players to take water/lava from dungeon
allow-interactions: true # Allow players to use buttons, doors etc. in dungeon
# Boss Configuration
boss:
must-die-to-complete: true
countdown-after-death: 30 # Time after which players will be teleported to the exit after killing the boss
# Exit Reminders (seconds, 0 to disable)
exit-reminder-interval: 300 # A message to dungeon participants that they can type a command to leave early
# Global Announcements
announce-start: false # Global message that <Player's name> group started dungeon
announce-complete: true
announce-fail: false
dungeons/<id>/spawners/<spawner_id>.yml)location:
world: dungeon_dragon_template
x: 100.5
y: 64.0
z: 200.5
trigger: ON_START
lifetime-behavior: PERSIST
mob-pools:
- type: VANILLA
mob-id: ZOMBIE
count: 5
chance: 100.0
- type: MYTHIC
mob-id: SkeletonKing
count: 1
chance: 50.0
dungeons/<id>/loot-chests/<chest_id>.yml)min-items-per-drop: 3
max-items-per-drop: 5
loot-table:
- type: VANILLA
item: DIAMOND
min-amount: 1
max-amount: 5
chance: 75.0
- type: VANILLA
item: EMERALD
min-amount: 3
max-amount: 10
chance: 100.0
- type: ITEMSADDER
item: coins:bronze_coin
min-amount: 1
max-amount: 3
chance: 25.0
/dungeon edit to see particle effects and verify spawner/chest placementsMobs not spawning?
/dungeon mythic to list)Loot chests empty?
Can't create instances?
Particles not showing?
/dungeon edit)Made with ❤️ for the Minecraft community