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