Update Config authored by MarcatoSound's avatar MarcatoSound
...@@ -12,6 +12,13 @@ General: ...@@ -12,6 +12,13 @@ General:
FunctionBuilderItem: FEATHER FunctionBuilderItem: FEATHER
# Whether or not the `/md stuck` command kills the player. # Whether or not 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.
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.
ReadyCheckOnCommand: true
# Whether to require all party members confirm they're ready before entering a dungeon after waiting in the queue.
ReadyCheckInQueue: true
# How long the ready check (from when a dungeon becomes available) will wait for all players to be ready. # How long the ready check (from when a dungeon becomes available) will wait for all players to be ready.
ReadyCheckTime: 45 ReadyCheckTime: 45
PartyFinder: PartyFinder:
... ...
......