Changes
Page history
Update Config
authored
May 22, 2026
by
Taiyou06
Show whitespace changes
Inline
Side-by-side
Config.md
View page @
c7aef861
...
...
@@ -17,11 +17,14 @@ General:
# Whether the `/md stuck` command kills the player.
StuckKillsPlayer
:
false
# 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
# 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.
# (v2.0.1+) Per-dungeon override available via the same key in the dungeon's config.yml.
ReadyCheckOnCommand
:
true
# 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
# How long in seconds the ready check (from when a dungeon becomes available) will wait for all players to be ready.
ReadyCheckTime
:
45
...
...
...
...