Update Dungeon Config authored by MarcatoSound's avatar MarcatoSound
......@@ -8,7 +8,7 @@ _An in-game editor for this config is planned for the future, but for now, you'l
---
Here is current default config provided by the plugin for your reference. _This file is kept up to date with changes, so check back here for new dungeon options!_
Here is current default config provided by the plugin for your reference. _This file is kept up to date with changes and MAY contain features exclusive to dev builds, so check back here for new dungeon options!_
```yml
General:
# Do not change! Used to track the config version when major updates happen.
......@@ -121,9 +121,13 @@ Requirements:
DungeonsComplete: []
# If a Vault-based economy is installed, it costs this much to play the dungeon.
Cost: 0
# Set to "true" if you only want to consume the above cost from the party leader.
LeaderOnlyCost: false
AccessKeys:
# Whether to consume keys when players enter the dungeon using the key.
Consume: true
# Set to "true" if you only want to consume the key from the party leader.
LeaderOnly: false
# A list of itemstacks that are valid key items. NOTE: It is not recommended adding keys from here. Use the `/md addkey <dungeon>` command instead.
# Mythic items are supported and will default to the latest version of the Mythic item (based on its namespace).
KeyItems: []
......
......