Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicDungeons MythicDungeons
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicDungeonsMythicDungeons
  • Wiki
  • Commands and Permissions

Commands and Permissions · Changes

Page history
Update Commands and Permissions authored Mar 22, 2024 by MarcatoSound's avatar MarcatoSound
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 1 deletion
+6 -1
  • Commands-and-Permissions.md Commands-and-Permissions.md +6 -1
  • No files found.
Commands-and-Permissions.md
View page @ 804cca28
...@@ -44,9 +44,14 @@ These are basic commands used to access and play dungeons. ...@@ -44,9 +44,14 @@ These are basic commands used to access and play dungeons.
- `/md play <dungeon> [player]` - `/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. 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. `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` - `/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` `dungeons.stuck`
......
Clone repository

NOTE: Items marked with * are incomplete or unwritten.

General Info
  • Changelogs
  • Commands and Permissions
  • Plugin Config
  • How it all Works
Guides
  • Getting Started
  • Your First Dungeon
  • Importing from DXL
Dungeon Elements
  • Dungeon Config
  • Functions
  • Triggers
  • Conditions
Compatibility
  • Mythic Mobs
  • Placeholder API
  • BetonQuest
Developer Documentation
  • Introduction to API
  • Getting Started with Elements
  • GUI Menus
  • *Custom Functions
  • *Custom Triggers
  • *Custom Conditions
  • Adding Party Support