Update Dungeon Config authored by Taiyou06's avatar Taiyou06
......@@ -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
......
......