Changes
Page history
Update Dungeon Config
authored
May 22, 2026
by
Taiyou06
Hide whitespace changes
Inline
Side-by-side
Dungeon-Config.md
View page @
e552729b
...
...
@@ -70,6 +70,14 @@ General:
# The maximum number of players that can be in this dungeon. Used by the CONTINUOUS dungeon type.
MaxPlayers
:
0
# Per-dungeon overrides for the global queue/ready-check toggles in config.yml. (v2.0.1+)
# Uncomment any key at the top level (outside the General: section) to override the global
# value for this dungeon only. Omit a key to inherit the global. See "Config.md" for what
# each toggle does.
#LeaderOnlyQueue: true
#ReadyCheckOnCommand: true
#ReadyCheckInQueue: true
# When set to 'true', when players take items from reward functions, they'll be put in a rewards list.
# Upon finishing the dungeon, the players will be given the rewards.
GiveLootAfterCompletion
:
false
...
...
...
...