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
  • Mythic Mobs Integration

Mythic Mobs Integration · Changes

Page history
Update Mythic Mobs Integration authored Aug 29, 2024 by MarcatoSound's avatar MarcatoSound
Hide whitespace changes
Inline Side-by-side
Showing with 29 additions and 0 deletions
+29 -0
  • Mythic-Mobs-Integration.md Mythic-Mobs-Integration.md +29 -0
  • No files found.
Mythic-Mobs-Integration.md
View page @ e4fba5eb
...@@ -15,6 +15,18 @@ Sends a specified dungeon signal, activating any signal receivers with a matchin ...@@ -15,6 +15,18 @@ Sends a specified dungeon signal, activating any signal receivers with a matchin
**Arguments:** **Arguments:**
- **signal | s** :: The signal name. - **signal | s** :: The signal name.
#### Room Door `(v2.0.0)`
`- roomdoor{door=all;action=TOGGLE;keepEntranceOpen=true}`
*ONLY WORKS IN PROCEDURAL DUNGEONS!* Opens and/or closes doors in the room of the casting mob.
**Aliases:**
- `rdoor`
- `ddoor`
**Arguments:**
- **door | d** :: The name of the door we'll perform the action on. Use `all` for all valid doors.
- **action | a** :: The kind of action to take on the target door. Valid actions are: `TOGGLE`, `OPEN`, `CLOSE`
- **keepEntranceOpen** :: Whether to keep the room's main entrance open when closing all doors.
Dungeon Conditions Dungeon Conditions
---------------- ----------------
#### Shares Dungeon Party #### Shares Dungeon Party
...@@ -53,6 +65,23 @@ Checks if the dungeon at the target has it's difficulty set to the specified val ...@@ -53,6 +65,23 @@ Checks if the dungeon at the target has it's difficulty set to the specified val
**Arguments:** **Arguments:**
- **difficulty | d** :: The difficulty level this condition expects from the dungeon. - **difficulty | d** :: The difficulty level this condition expects from the dungeon.
#### In-Same-Room `(v2.0.0)`
`- insameroom`
Checks if the target entity is in the same room as the casting entity.
*NOTE: If the entity was spawned by the dungeon, this checks based on the room that spawned the casting entity, not the casting entities current room!*
**Aliases:**
- `sameroom`
- `isr`
Dungeon Targeters
----------------
#### Room Targeter `(v2.0.0)`
`- msg{m="Hello, world!"} @room`
Targets all entities in the same room as the casting entity.
*NOTE: If the entity was spawned by the dungeon, this checks based on the room that spawned the casting entity, not the casting entities current room!*
**Aliases:**
- `@entitiesinroom`
Elements with Mythic Mobs Support Elements with Mythic Mobs Support
---------------- ----------------
Some Dungeon elements (such as functions, triggers, etc.) have support for Mythic Mobs objects. Here's a list of them! Some Dungeon elements (such as functions, triggers, etc.) have support for Mythic Mobs objects. Here's a list of them!
......
Clone repository

NOTE: Items marked with * are incomplete or unwritten.

General Info
  • Changelogs
  • Free vs Premium
  • Commands and Permissions
  • Plugin Config
  • How it all Works
Guides
  • Getting Started
  • Your First Dungeon
  • Importing from DXL
Dungeon Elements
  • Dungeon Config
  • Dungeon Types
  • Functions
  • Triggers
  • Conditions
Generated Dungeons [2.0+]
  • Procedural Dungeons Overview
  • Dungeon Rooms
  • Default generation.yml
  • Generator Tips & Tricks
  • Troubleshooting
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
    [Coming Soon!]
  • *Custom Dungeon Types
  • *Custom Procedural Layouts