On Dungeon Start

Added in v2.0.1.

Description

Fires once when the dungeon instance starts, after the optional lobby ready check. Broadcast to every Mythic mob in the instance world. There is no trigger entity, so target with @self or @origin rather than @trigger.

Examples

BossWakeup:
  Skills:
  - sound{s=entity.ender_dragon.growl} @self ~onDungeonStart

Every mob in the instance growls the moment the dungeon starts.

Updated Aug 19, 2026