Update Config authored by MarcatoSound's avatar MarcatoSound
......@@ -23,6 +23,10 @@ General:
ReadyCheckInQueue: true
# How long in seconds the ready check (from when a dungeon becomes available) will wait for all players to be ready.
ReadyCheckTime: 45
# Whether to send all ready players into the dungeon when the above timer expires.
StartWithoutUnreadyPlayers: false
# Whether to require the party leader to be ready when starting without all players.
ReadyCheckRequireLeader: true
PartyFinder:
# Whether to automatically broadcast party recruitments regularly.
AutoBroadcast: true
......
......