Players In World

Added in v2.0.1.

Description

Targets every player in the caster's world. Under one-world dungeons, where many instances share a single world, it instead returns only the players in the caster's own instance so parties do not leak into each other. It takes no arguments of its own, but Mythic's standard entity-selector options (limit, sort, targetself, conditions, and the rest) still apply.

Note: under one-world dungeons, a caster standing inside the shared container world but outside every instance region resolves to no instance, and the targeter returns nothing. It does not fall back to the world's players in that case.

Note: this is the only dungeon targeter that still returns something outside a dungeon. Anywhere other than a one-world container world, it returns every player in the caster's world.

Examples

WorldBuff:
  Skills:
  - potion{type=SPEED;duration=200;level=1} @playersinworld

Grants Speed to every player in the caster's world, or only to the caster's instance under one-world dungeons.

Aliases

  • @world
Updated Aug 19, 2026