Update Config authored by Taiyou06's avatar Taiyou06
...@@ -17,11 +17,14 @@ General: ...@@ -17,11 +17,14 @@ General:
# Whether the `/md stuck` command kills the player. # Whether the `/md stuck` command kills the player.
StuckKillsPlayer: false StuckKillsPlayer: false
# Whether only the party leader is allowed to start a dungeon for the party. # Whether only the party leader is allowed to start a dungeon for the party.
# (v2.0.1+) Can be overridden per-dungeon by setting `LeaderOnlyQueue` at the top level of that dungeon's config.yml.
LeaderOnlyQueue: true LeaderOnlyQueue: true
# Whether to require all party members confirm they're ready before entering a dungeon after the play command is run. # Whether to require all party members confirm they're ready before entering a dungeon after the play command is run.
# Note: This check is used if there is no queue to get into the dungeon. # Note: This check is used if there is no queue to get into the dungeon.
# (v2.0.1+) Per-dungeon override available via the same key in the dungeon's config.yml.
ReadyCheckOnCommand: true ReadyCheckOnCommand: true
# Whether to require all party members confirm they're ready before entering a dungeon after waiting in the queue. # Whether to require all party members confirm they're ready before entering a dungeon after waiting in the queue.
# (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.
ReadyCheckTime: 45 ReadyCheckTime: 45
... ...
......