Bug Closed · Invalid

play

#4059 opened by Unknown 3 years ago

Unknownreported this bug

/md play <dungeon> [player]
The main command for entering/playing a dungeon. If the player is solo, they will enter immediately. If they are part of a party, they will enter a queue and all players must agree to enter the dungeon. If no player is specified, it will use the player who sent the command.
to enter a dungeon using the command. to specify a player to send to the dungeon.dungeons.playdungeons.play.send

我希望的是,添加另外一条play指令,如果他们是队伍的一部分,他们直接进入地牢,不需要:所有玩家必须同意进入地牢 比如/md adminplay [player]

Unknowncommented

...I don't understand what you're asking for here. I don't even know what the problem is. I think there may be a language barrier here.

Unknowncommented

Add a command that allows team players to directly enter the dungeon without the need for team preparation

Unknowncommented

This will allow for bypassing the preparation phase

Unknowncommented

The capability for this already exists in the plugin's config.yml.

  # 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

We will not be adding a specific command for this as it isn't necessary given a config option that accomplishes a similar functionality already exists.

Sign in to join the discussion.