ProceduralDungeon

⭐ — (14 endorsements) 📥 1,331 downloads 📌 v1.1.1 📅 7/2/2024
🟠 Updated over a year ago

By Foxelia · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/4/2025 📅 Created: 7/2/2024

🔍 Analysis

  • 👍 1.1% endorsement rate — high engagement, a strong quality signal
  • 🏆 #320 of 367 adventure mods in this game by downloads

📋 About This Mod

<p align="center"> <a href="https://github.com/Zarinoow/ProceduralDungeon"> <img src="https://github.com/Zarinoow/ProceduralDungeon/blob/master/Pdungeon.png?raw=true" alt="ProceduralDungeon Logo" height="256"> </a> <br/> <sub>Logo Made By <a href="https://github.com/Zarinoow">Zarinoow</a></sub> </p> # ProceduralDungeon ProceduralDungeon allows you to generate dungeons procedurally. That means, depending on the parameters entered and the pre-saved rooms, it generates a set of random rooms. This plugin is best integrated as an addon to your script/plugin for generating rooms with a schedule. <p align="center"> <img src="https://github.com/Zarinoow/ProceduralDungeon/blob/master/pdungeonthumbnail.png?raw=true" alt="ProceduralDungeon Dungeon"> <a href="https://bstats.org/plugin/bukkit/ProceduralDungeon/13962"> Bstats page ! </a> </p> # Feature : - Register **unlimited rooms** - Can generate **one room** as **sixty-four** (Maximum theoretical value) - **Generation rates** configurable by rooms - Choose if the plugin can **reuse rooms** - Generatable from the **user** or the **console** (Not configurable for the console) - **Configure** the dungeon or room as a **team** - **No reload** needed for GUI update <p align="center"> <img src="https://github.com/Zarinoow/ProceduralDungeon/blob/master/pdungeonthumbnail_roomedit0.png?raw=true" alt="ProceduralDungeon Edit" height="128"> </p> # Permissions with their commands: - `proceduraldungeon.dungeon` <br/> Use the command `/dungeon` and `/dungeon help` - `proceduraldungeon.admin.reload` <br/> Reload the configuration and reload dungeons with `/dungeon reload` - `proceduraldungeon.admin.create` <br/> Create or import an existing dungeon with `/dungeon create {folder}` - `proceduraldungeon.admin.remove` <br/> Removes the dungeon from the configuration and keeps these files with `/dungeon remove {dungeon}` - `proceduraldungeon.admin.delete` <br/> Permanently deletes a dungeon including files with `/dungeon delete {dungeon}` - `proceduraldungeon.admin.addroom` <br/> Creates a room for the specified dungeon with `/dungeon setexit` before and `/dungeon addroom {dungeon} (customname)` - `proceduraldungeon.admin.generate` <br/> Generates the specified dungeon depending on these properties `/dungeon generate {dungeon} {x} {y} {z} (world)` - `proceduraldungeon.admin.edit` <br/> Configure properties of a dungeon or a room with `/dungeon edit {dungeon} (roomnumber)` - `proceduraldungeon.admin.edit.deleteroom` <br/> Allows you to remove a room from a dungeon (interaction through the GUI) - `proceduraldungeon.admin.list` <br/> List of all imported or importable dungeons with `/dungeon list` `{}` are the required arguments<br/> `()` are the optional arguments<br/> `folder` is the name of the dungeon folder<br/> `dungeon`is the name of one of the dungeons imported<br/> `customname` is a custom name for the room (not customizable otherwise)<br/> `roomnumber` is the room identifier (Note: is updated automatically)<br/> `x`, `y`, `z` are the coordinates where the dungeon should appear in the front (You can use ~ for your position)<br/> `world` is the world in which it must be generated<br/> <p align="center"> <img src="https://github.com/Zarinoow/ProceduralDungeon/blob/master/pdungeonthumbnail_roomgen0.png?raw=true" alt="ProceduralDungeon Gen"> </p> # Know issue : - __Actually none__ # Idea for future updates : - Skript Implementation - Generation of labyrinth rooms (not a straight line) - Final room with random rewards - Automated generation - Support of MythicsMobs # Installation Guide : 1) Ensure you have the latest version of the game running on the server. 2) Install the <a href="https://github.com/Zarinoow/ProceduralDungeon/releases/latest">latest<a/> version of plugin in the `/plugin` folder. 3) Verify you have correctly installed <a href="https://dev.bukkit.org/projects/worldedit/files">WorldEdit</a> or <a href="https://ci.athion.net/job/FastAsyncWorldEdit/">FastAsyncWorldEdit</a> 4) Restart the server (**NOT RELOAD !**) 5) Enjoy the plugin ! # Server using ProceduralDungeon - None # Get support : **Discord:** https://discord.gg/jbg6x8Buum # Terms of use - My plugin is public and free to use, please be respectful of my work. - The code of my plugin is open to anyone who is interested to learn more about programming. It is **under no circumstances tolerated to copy or steal my code** without my prior consent! - It is strictly forbidden to modify the source code of my plugin without my prior agreement. - I have no obligation to maintain this project, it is free and takes my own time, thank you for understanding. - Have fun using it!

ProceduralDungeon Logo

Logo Made By Zarinoow

# ProceduralDungeon ProceduralDungeon allows you to generate dungeons procedurally. That means, depending on the parameters entered and the pre-saved rooms, it generates a set of random rooms. This plugin is best integrated as an addon to your script/plugin for generating rooms with a schedule.

ProceduralDungeon Dungeon Bstats page !

# Feature : - Register unlimited rooms - Can generate one room as sixty-four (Maximum theoretical value) - Generation rates configurable by rooms - Choose if the plugin can reuse rooms - Generatable from the user or the console (Not configurable for the console) - Configure the dungeon or room as a team - No reload needed for GUI update

ProceduralDungeon Edit

# Permissions with their commands: - `proceduraldungeon.dungeon` Use the command `/dungeon` and `/dungeon help` - `proceduraldungeon.admin.reload` Reload the configuration and reload dungeons with `/dungeon reload` - `proceduraldungeon.admin.create` Create or import an existing dungeon with `/dungeon create {folder}` - `proceduraldungeon.admin.remove` Removes the dungeon from the configuration and keeps these files with `/dungeon remove {dungeon}` - `proceduraldungeon.admin.delete` Permanently deletes a dungeon including files with `/dungeon delete {dungeon}` - `proceduraldungeon.admin.addroom` Creates a room for the specified dungeon with `/dungeon setexit` before and `/dungeon addroom {dungeon} (customname)` - `proceduraldungeon.admin.generate` Generates the specified dungeon depending on these properties `/dungeon generate {dungeon} {x} {y} {z} (world)` - `proceduraldungeon.admin.edit` Configure properties of a dungeon or a room with `/dungeon edit {dungeon} (roomnumber)` - `proceduraldungeon.admin.edit.deleteroom` Allows you to remove a room from a dungeon (interaction through the GUI) - `proceduraldungeon.admin.list` List of all imported or importable dungeons with `/dungeon list` `{}` are the required arguments

`()` are the optional arguments

`folder` is the name of the dungeon folder

`dungeon`is the name of one of the dungeons imported

`customname` is a custom name for the room (not customizable otherwise)

`roomnumber` is the room identifier (Note: is updated automatically)

`x`, `y`, `z` are the coordinates where the dungeon should appear in the front (You can use ~ for your position)

`world` is the world in which it must be generated

ProceduralDungeon Gen

# Know issue : - __Actually none__

# Idea for future updates : - Skript Implementation - Generation of labyrinth rooms (not a straight line) - Final room with random rewards - Automated generation - Support of MythicsMobs

# Installation Guide : 1) Ensure you have the latest version of the game running on the server. 2) Install the latest version of plugin in the `/plugin` folder. 3) Verify you have correctly installed WorldEdit or FastAsyncWorldEdit 4) Restart the server (NOT RELOAD !) 5) Enjoy the plugin !

# Server using ProceduralDungeon - None

# Get support : Discord: https://discord.gg/jbg6x8Buum

# Terms of use - My plugin is public and free to use, please be respectful of my work. - The code of my plugin is open to anyone who is interested to learn more about programming. It is under no circumstances tolerated to copy or steal my code without my prior consent! - It is strictly forbidden to modify the source code of my plugin without my prior agreement. - I have no obligation to maintain this project, it is free and takes my own time, thank you for understanding. - Have fun using it!

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Foxelia
Version
1.1.1
Downloads
1,331
Endorsements
14
Category
adventure
Created
7/2/2024
Updated
8/4/2025
Game Versions
1.18, 1.18.1, 1.18.2, 1.19, 1.19.1
Tags
adventure, utility, worldgen

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does ProceduralDungeon support?

The author lists 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2. Other versions may work but are untested by the author.

What is the latest version of ProceduralDungeon?

Version 1.1.1, published 2025-08-04 with 1,331 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More adventure 👤 More by Foxelia 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods