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 ...@@ -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 ```yml
General: General:
# Do not change! Used to track the config version when major updates happen. # Do not change! Used to track the config version when major updates happen.
...@@ -121,9 +121,13 @@ Requirements: ...@@ -121,9 +121,13 @@ Requirements:
DungeonsComplete: [] DungeonsComplete: []
# If a Vault-based economy is installed, it costs this much to play the dungeon. # If a Vault-based economy is installed, it costs this much to play the dungeon.
Cost: 0 Cost: 0
# Set to "true" if you only want to consume the above cost from the party leader.
LeaderOnlyCost: false
AccessKeys: AccessKeys:
# Whether to consume keys when players enter the dungeon using the key. # Whether to consume keys when players enter the dungeon using the key.
Consume: true 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. # 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). # Mythic items are supported and will default to the latest version of the Mythic item (based on its namespace).
KeyItems: [] KeyItems: []
... ...
......