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
  • Your First Dungeon

Your First Dungeon · Changes

Page history
Update Your First Dungeon authored Jun 16, 2022 by MarcatoSound's avatar MarcatoSound
Show whitespace changes
Inline Side-by-side
Showing with 14 additions and 2 deletions
+14 -2
  • Your-First-Dungeon.md Your-First-Dungeon.md +14 -2
  • No files found.
Your-First-Dungeon.md
View page @ 3d51e566
......@@ -31,8 +31,20 @@ By right-clicking a block with the function builder, you'll see a list of functi
![](https://i.imgur.com/6BpAqyk.png)
After selecting a function to build, you'll be prompted to choose a trigger. **Triggers** are effectively your "objectives", running the function when activated. Functions can be triggered by mob deaths, player actions (such as right-clicking or entering an area), and other events. Like functions, triggers will have configurable options on them. [**You can find a list of triggers here.**](Triggers)
#### The Hotbar Menu
![](https://i.imgur.com/RiUErqD.png)
Once you've selected a function and a trigger, your hotbar will be temporarily swapped with a menu containing the function and trigger options. You can right-click with the various items here to modify these options or see more.
You can exit the hotbar menu at any time by holding crouch.
#### Adding Trigger Conditions
If you want even more control over your trigger, you can add **Conditions** to it. Conditions can be attached to triggers to prevent them from running until the conditions are met. This can include players being nearby, player count, or a custom Mythic Mobs condition. [**You can find a list of conditions here.**](Conditions)
If you want even more control over your trigger, you can add **Conditions** to it using the hotbar menu. Conditions can be attached to triggers to prevent them from running until the conditions are met. This can include players being nearby, player count, or a custom Mythic Mobs condition. [**You can find a list of conditions here.**](Conditions)
### Playing Your Dungeon
Once you've built your dungeon and set up your functions, you can safely use `/leave` to exit edit mode. From there, all you have to do is run the command `/md play [dungeon name]` and it will take you to the dungeon.
Note: You can also use `/md play [dungeon name] [player]` to send a player and their party to a dungeon.
---
### Examples
\ No newline at end of file
And you're good to go! From here, you can take a look at the different functions, triggers and conditions available here on this wiki, as well as take a look at the dungeon config and commands to learn even more about what you can do with your dungeons.
\ No newline at end of file
Clone repository

NOTE: Items marked with * are incomplete or unwritten.

General Info
  • Commands and Permissions
  • Plugin Config
  • How it all Works
  • Mythic Mobs Integration*
Guides
  • Getting Started
  • Your First Dungeon*
  • Importing from DXL
Dungeon Elements
  • Dungeon Config
  • Functions
  • Triggers
  • Conditions
Advanced Info
  • Editing Functions in YML*