Update Mythic Mobs Integration authored by MarcatoSound's avatar MarcatoSound
......@@ -17,7 +17,7 @@ Sends a specified dungeon signal, activating any signal receivers with a matchin
#### 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.
*ONLY WORKS IN PROCEDURAL DUNGEONS!* Opens and/or closes doors in the room of the casting mob.
**Aliases:**
- `rdoor`
- `ddoor`
......@@ -68,7 +68,7 @@ Checks if the dungeon at the target has it's difficulty set to the specified val
#### In-Same-Room `(v2.0.0)`
`- insameroom`
*ONLY WORKS IN PROCEDURAL DUNGEONS!* 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!*
*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`
......@@ -78,7 +78,7 @@ Dungeon Targeters
#### Room Targeter `(v2.0.0)`
`- msg{m="Hello, world!"} @room`
*ONLY WORKS IN PROCEDURAL DUNGEONS!* 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!*
*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`
......
......