Dungeon Spectators

Added in v2.0.1.

Description

Targets every spectating player in the caster's dungeon instance. Takes no arguments.

Important: Mythic Dungeons spectators are in real spectator game mode, and Mythic removes spectator-mode players from targeter output for every mechanic that does not opt in. Messaging mechanics (message, sendtitle, sendactionmessage, metaskill, randommessage, and similar) opt in automatically. For anything else, add targetcreative=true to the mechanic, for example - damage{amount=5;targetcreative=true} @dungeonspectators. Without it, damage, heal, potion and teleport silently hit nobody.

Note: if the dungeon does not use the Lives system (PlayerLives is 0), no player is ever put into spectator mode by the dungeon and this targeter returns nothing. For the players still counted as alive, see @dungeonalive.

Examples

SpectatorNotice:
  Skills:
  - message{m="&7You are spectating. Wait for the run to finish."} @dungeonspectators ~onDungeonPlayerDeath

Messages only the spectating players when a player dies.

Aliases

  • @dspectators
Updated Aug 19, 2026