Suggestion Closed · Implemented

[Feature Request] Dungeon Party options

#3262 opened by Unknown 4 years ago

Unknownreported this suggestion

Expanded options for Mythic Dungeon Parties, allowing non-leader party members to select dungeons, skipping dungeon readying(Sending a party directly into a dungeon without any confirmation).

Unknowncommented

Also perhaps a config option for maximum party capacity.

Unknowncommented

For now, I've added the following options to the plugin config under General:

  # 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

I'll need to make a more elegant solution at a later date for a party max size, but it should be relatively simple. You can find these new options in the latest dev build. :D

Sign in to join the discussion.