Update Procedural Dungeons authored by MarcatoSound's avatar MarcatoSound
......@@ -4,7 +4,11 @@
With Mythic Dungeons 2.0.0+, it is now possible to create procedurally generated dungeons. This article will explain how they work.
# This system currently requires FastAsyncWorldEdit!!
To even make a procedural dungeon, you must first create a blank dungeon with `/md create`. Then, go into your dungeon's config and set the following under "General":
```yaml
General:
DungeonType: procedural
```
## Rooms
Generated dungeons are created from a collection of *admin-defined rooms.* These rooms are like puzzle pieces, and are configured with connectors that link them up to other rooms. They must be built and configured in the dungeon editor.
......
......