💀 Dungeons
“Beneath the earth lie forgotten realms… places where shadows breathe, monsters lurk, and treasures gleam for those bold enough to claim them. Many enter—few return.”
In Unlimited Adventures, Dungeons are more than just rooms full of monsters—
they are living trials of wit, courage, and survival. Each one is crawling with 🕷 enemies, laced with 💥 traps, and hiding 💰 rewards beyond imagination.
Only the bold will return alive.
🔒 Locked Dungeons
Ancient strongholds sealed by powers unknown. To enter, you must first claim a 🔑 Dungeon Key, earned by defeating rare Mini Bosses hidden across the Wilderness.
👹 Mini Bosses
- Skeleton Chieftain - Haunts all types of forests.
- Nosferatu - lurks in the high mountain peaks.
- Desert Outcast - roams the burning sands.
🏰 Locked Dungeon Realms
Each Dungeon spans three perilous floors, with gates that only open once enough foes have been slain.
⛏ Abandoned Mining Site
- Forgotten Tunnels
- Overgrown Mineshaft
- Forbidden Cavern (Boss: Miner’s Wrath)
🦇 Dracula’s Manor
- Haunted Cemetery
- Crypt
- Dracula’s Castle (Boss: Lord Dracula)
🏺 Ancient Ruins
- Desert Canyon
- Ancient City
- Pyramid (Boss: Pharaoh)
Wilderness Dungeons
The wildest test of adventure—designed for explorers who crave more than mindless battle. Here, you’ll face 🧠 riddles, ❗ traps, and ⚔ foes in equal measure.
Seek out shimmering portals deep in the Wilderness to uncover them… if you dare.
🕷 The Crawling Depths
Backstory
“Long ago, settlers carved a home in a vast cave. They built shrines, grew crops among fungi, and children laughed in the dark.
Then the ground split. Spiders the size of wolves poured out, dragging settlers into the abyss. Their homes remain untouched—tables still set, toys abandoned… and whispers of laughter still echo through the tunnels.”
The Dungeon
The Crawling Depths spans eight massive, procedurally generated chambers, each steeped in danger and mystery:
- 🍄 Fungal Cavern
- 🌊 Flooded Catacombs
- 🍄 Fungal Storage
- 📚 Labyrinthine Archive
- 🕸 Silken Bridge
- 🏴☠️ Bandit Camp
- 🏚 Abandoned Village
- 👑 Queen’s Lair
Features
- ✨ Entrance lies underground, below Y:0.
- 🕷 Four unique spider foes—including eggs that hatch if disturbed.
- 📜 Each room has its own story, ambient sounds, and atmosphere.
- 🧩 Devious riddles to solve, 💥 traps to survive, and ⚔️ challenges to overcome.
- 🎁 Loot hidden in pots, barrels, and treasure chests.
For Admins
Locked Dungeons
💻 Commands
To get all the Dungeons commands, please execute: /dungeons help
/dungeons unlock [player] [floor number]- unlocks a floor for the player/dungeons resetkey- resets your unlocked floors
📕 Dungeons Menu
Configure Dungeons menu in:
plugins/CommandPanels/panels/utility/dungeons
⚙ How to configure Dungeons?
You can find Dungeon's configuration files in:
unlimited_adventures/Dungeons/
⚔ How to create a new Dungeon?
In order to create a new Dungeon, first, you have to create a location and a portal leading to the location.
- To create the Dungeon's spawn location:
/dungeons setlocation [floor number]
- Next, you need a portal that will teleport a player inside of the Dungeon.
Portals are built with Black Concrete block. You should build a portal, aim at the Black Concrete block and insert this command:
/dungeons setportal [floor number]
🔒 If you'd like the portal to require a key to be unlocked (like the default Dungeons do), you need to add '1' at the end of the command, like this:
/dungeons setportal [floor number] 1
Example:
/dungeons setportal 11 1
🐗 How to create a monster spawn in my Dungeon?
In order to create a new monster spawn, you need to insert this command:
/dungeons setmonsterspawn [monster type]
For example:
/dungeons setmonsterspawn zombie
Available monster types are:
zombie,skeleton,spider,husk&ghost.
🐉 How to create a BOSS spawn in my Dungeon?
In order to create a new BOSS spawn, you need to insert this command:
/dungeons setbossspawn [bosstype]
For example:
/dungeons setbossspawn dracula
Available BOSS types are: miner_wrath, dracula, pharaoh.
📦 How to create a respawnable chest?
In order to create a chest that will respawn, with random content, you need to:
- Place the chest
- Fill the chest with items
- Insert the
/dungeons setchestcommand.
By default, the chest will respawn with 3 random items from it's initial inventory. You can easily change that in the Dungeon's config.
Respawnable ores in the dungeons
All ores in dungeons will respawn after a while when being mined.