Dungeon Broadcast

Added in v2.0.1.

Description

Sends a chat message, title, subtitle, or action bar to every player in the caster's dungeon instance. The delivery form is chosen with type. Text supports color codes and <dungeon.*> placeholders, on both text and subtitle. The subtitle argument is only used by TITLE; fadeIn, stay, and fadeOut apply to both TITLE and SUBTITLE.

Attributes

Attribute Aliases Description Default
text t, message, m The text to send. Used as the title line for TITLE, and as the shown line for every other type. (empty)
subtitle sub Second line shown under the title. Only used when type=TITLE. (empty)
type Delivery form: MESSAGE, TITLE, SUBTITLE, or ACTIONBAR. MESSAGE
fadeIn fi Title fade in time, in ticks (TITLE and SUBTITLE only). 10
stay s Title stay time, in ticks (TITLE and SUBTITLE only). 40
fadeOut fo Title fade out time, in ticks (TITLE and SUBTITLE only). 10

Examples

Skills:
- dungeonbroadcast{type=TITLE;text="&cThe Boss Awakens";subtitle="&7Prepare yourself";fadeIn=10;stay=60;fadeOut=20} ~onDungeonStart

Shows a red title with a gray subtitle to every player in the instance when the dungeon starts.

Aliases

  • dbroadcast
Updated Aug 19, 2026