... | ... | @@ -44,9 +44,14 @@ These are basic commands used to access and play dungeons. |
|
|
|
|
|
- `/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.
|
|
|
`dungeons.play` to enter a dungeon using the command.
|
|
|
`dungeons.play` to enter a dungeon using the command.
|
|
|
`dungeons.play.send` to specify a player to send to the dungeon.
|
|
|
|
|
|
**Dungeon Difficulties** `(v1.3.1+)`
|
|
|
`/md play <dungeon>[:difficulty] [player]`
|
|
|
The dungeon's difficulty level can be specified in-command (example: `/md play MyDungeon:HARD`).
|
|
|
`dungeons.play.difficulty` to allow specifying the difficulty in command. (Unnecessary for difficulty menu.)
|
|
|
|
|
|
- `/md stuck`
|
|
|
Immediately sends the player to their last checkpoint or respawn point in the dungeon.
|
|
|
`dungeons.stuck`
|
... | ... | |