... | @@ -6,6 +6,22 @@ Mythic Dungeons 2.0 is a major overhaul of the Mythic Dungeons plugin. It is pri |
... | @@ -6,6 +6,22 @@ Mythic Dungeons 2.0 is a major overhaul of the Mythic Dungeons plugin. It is pri |
|
|
|
|
|
With the arrival of 2.0, the Mythic Dungeons plugin will be going up in price from **$20 to $25**
|
|
With the arrival of 2.0, the Mythic Dungeons plugin will be going up in price from **$20 to $25**
|
|
|
|
|
|
|
|
## Quick Checklist
|
|
|
|
- **Plugin Refactor**
|
|
|
|
- [X] Overhaul dungeon objects into abstract and dungeon types
|
|
|
|
- [X] Overhaul instance objects into abstract and instance types
|
|
|
|
- [ ] Refactor and repackage various classes for better organization
|
|
|
|
- **Dungeon Generator**
|
|
|
|
- [X] Core generator functionality and config file
|
|
|
|
- [X] Minecrafty dungeon layout mode
|
|
|
|
- [X] Branching dungeon layout mode
|
|
|
|
- [ ] Room editor interface (90%)
|
|
|
|
- [ ] Connector editor interface (80%)
|
|
|
|
- [X] Continuous dungeon type allowing multiple parties to enter the same dungeon map at any time
|
|
|
|
- [X] New YAML serializer for cleaner YAML data saving and loading
|
|
|
|
- [X] Custom chunk generator option for all dungeon types
|
|
|
|
- [X] Native void chunk generator
|
|
|
|
|
|
## Dungeon Types
|
|
## Dungeon Types
|
|
2.0.0 introduces "Dungeon Types", which can change the foundational behaviour of your dungeon. While this is mostly an API feature, Mythic Dungeons provides some new dungeon types of its own.
|
|
2.0.0 introduces "Dungeon Types", which can change the foundational behaviour of your dungeon. While this is mostly an API feature, Mythic Dungeons provides some new dungeon types of its own.
|
|
|
|
|
... | | ... | |