Update Commands and Permissions authored by MarcatoSound's avatar MarcatoSound
...@@ -30,9 +30,10 @@ Player Commands ...@@ -30,9 +30,10 @@ Player Commands
---------------- ----------------
These are basic commands used to access and play dungeons. These are basic commands used to access and play dungeons.
- `/md play [dungeon]` - `/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. 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` `dungeons.play` to enter a dungeon using the command.
`dungeons.play.send` to specify a player to send to the dungeon.
- `/md stuck` - `/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.
...@@ -48,23 +49,23 @@ Admin and Dev Commands ...@@ -48,23 +49,23 @@ Admin and Dev Commands
---------------- ----------------
These are commands used to monitor, create, and edit dungeons. These are commands used to monitor, create, and edit dungeons.
- `/md join [player]` - `/md join <player>`
Allows an admin to enter the target player's current dungeon. Allows an admin to enter the target player's current dungeon.
`dungeons.admin` `dungeons.admin`
- `/md create [dungeon name]` - `/md create <dungeon name>`
Creates a brand new dungeon with the specified name. Created dungeons are always a flat world. Creates a brand new dungeon with the specified name. Created dungeons are always a flat world.
`dungeons.admin` `dungeons.admin`
- `/md import [world]` - `/md import <world>`
Imports an existing Minecraft world from the server as a dungeon. Useful if you made the world offline or with an editor like worldpainter. Imports an existing Minecraft world from the server as a dungeon. Useful if you made the world offline or with an editor like worldpainter.
`dungeons.admin` `dungeons.admin`
- `/md dxlimport [map]` *EXPERIMENTAL* - `/md dxlimport <map>` *EXPERIMENTAL*
Imports a map from DungeonsXL. This checks for the map in the `plugins/DungeonsXL/maps` folder. Monitor your console for any messages reporting signs or functionality that can't be converted into Mythic Dungeons. Imports a map from DungeonsXL. This checks for the map in the `plugins/DungeonsXL/maps` folder. Monitor your console for any messages reporting signs or functionality that can't be converted into Mythic Dungeons.
`dungeons.admin` `dungeons.admin`
- `/md edit [dungeon]` - `/md edit <dungeon>`
Either creates or joins an edit session for the specified dungeon. Edit sessions allow building the map itself and configuring dungeon elements. Either creates or joins an edit session for the specified dungeon. Edit sessions allow building the map itself and configuring dungeon elements.
`dungeons.edit` `dungeons.edit`
`dungeons.edit.*` for edit access to all dungeons `dungeons.edit.*` for edit access to all dungeons
... ...
......