Update Config authored by Taiyou06's avatar Taiyou06
......@@ -27,10 +27,13 @@ General:
# (v2.0.1+) Per-dungeon override available via the same key in the dungeon's config.yml.
ReadyCheckInQueue: true
# How long in seconds the ready check (from when a dungeon becomes available) will wait for all players to be ready.
# (v2.0.1+) Per-dungeon override available via the same key in the dungeon's config.yml.
ReadyCheckTime: 45
# Whether to send all ready players into the dungeon when the above timer expires.
# (v2.0.1+) Per-dungeon override available via the same key in the dungeon's config.yml.
StartWithoutUnreadyPlayers: false
# Whether to require the party leader to be ready when starting without all players.
# (v2.0.1+) Per-dungeon override available via the same key in the dungeon's config.yml.
ReadyCheckRequireLeader: true
PartyFinder:
# Whether to automatically broadcast party recruitments regularly.
......
......