... | ... | @@ -22,6 +22,10 @@ These commands are the main commands admins and players will employ. |
|
|
- `/notready`
|
|
|
When queued for a dungeon, if one player in the party says they're not ready, it will cancel the dungeon queue. (Note: When queued, a clickable message with the same function is provided.)
|
|
|
|
|
|
- `/stuck`
|
|
|
Alias for `/md stuck`. Immediately sends the player to their last checkpoint or respawn point in the dungeon.
|
|
|
`dungeons.stuck`
|
|
|
|
|
|
Player Commands
|
|
|
----------------
|
|
|
These are basic commands used to access and play dungeons.
|
... | ... | @@ -31,12 +35,15 @@ These are basic commands used to access and play dungeons. |
|
|
`dungeons.play`
|
|
|
|
|
|
- `/md stuck`
|
|
|
Immediately sends the player to their last checkpoint or respawn point in the dungeon.
|
|
|
Immediately sends the player to their last checkpoint or respawn point in the dungeon.
|
|
|
`dungeons.stuck`
|
|
|
|
|
|
- `/md leave`
|
|
|
Lets a player immediately leave the dungeon they are in. If the dungeon is in edit mode and there are no players still editing it, it will save and unload the dungeon.
|
|
|
|
|
|
- `/md lives`
|
|
|
Lets the player see their remaining lives in the dungeon.
|
|
|
|
|
|
Admin and Dev Commands
|
|
|
----------------
|
|
|
These are commands used to monitor, create, and edit dungeons.
|
... | ... | |