... | ... | @@ -17,29 +17,7 @@ A dungeon type that, when players attempt to play the dungeon, will send them in |
|
|
*An formal extension of this dungeon type for multi-party dungeons such as minigames is currently planned.*
|
|
|
|
|
|
**Procedural/Generated**
|
|
|
A dungeon type that allows randomly generating a dungeon from a configurable collection of rooms. *Requires FastAsyncWorldEdit!* (Learn more below.)
|
|
|
|
|
|
## Dungeon Generator
|
|
|
*REQUIRES FastAsyncWorldEdit!!*
|
|
|
|
|
|
![](https://i.imgur.com/uvxcn9e.png)
|
|
|
|
|
|
**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.
|
|
|
|
|
|
Rooms have their own unique settings, such as a weight value to raise or lower the likelihood of the room being used, and the minimum and maximum number of times the room will generate in the dungeon. Connectors, meanwhile, have options for what other rooms are allowed to generate at them, which can ALSO be further customized with a "weight" value to raise and lower the likelihood of a room being chosen at this connector.
|
|
|
|
|
|
Rooms are saved in a `rooms` folder inside your dungeon, and consist of a YAML file and a schematic file.
|
|
|
|
|
|
![](https://i.imgur.com/dbt69wV.png)
|
|
|
|
|
|
**Configuration**
|
|
|
Generated dungeons come with a new `generator.yml` file that contains various settings on how the dungeon will be generated. This includes layout modes, which are generation style presets (Minecrafty vs branching), as well as options for those layouts. This file is also where you configure the minimum and maximum number of rooms.
|
|
|
|
|
|
**Additional Notes**
|
|
|
- Rooms can generate rotated.
|
|
|
- Dungeon functions are stored inside *rooms* instead of a `functions.yml`.
|
|
|
- All dungeon functions are fully supported, and are preserved when generating a room.
|
|
|
A dungeon type that allows randomly generating a dungeon from a configurable collection of rooms. *Requires FastAsyncWorldEdit!* Learn more on the [dungeon generator page.](Procedural-Dungeons)
|
|
|
|
|
|
## Misc Features
|
|
|
- **Dungeons now support custom chunk generators, including those provided by other plugins.**
|
... | ... | |