TargeterEntity

PlayersNearOrigin

Targets all players in the given radius around the origin of the metaskill

Aliases

PlayersNearSourcePNO

Examples & Notes

Examples

In this example, when the created projectile ends for whatever reason, it will damage every player in a 2 block radius around itself

  Skills:
  - projectile{...;
    onTick=[
      - effect:particles @origin
    ];
    onEnd=[
      - damage{a=10} @PlayersNearOrigin{r=2}
    ]
    } @target

Universal Targeter Options

Author:
Ashijin
Community-maintained documentation for the Mythic plugin ecosystem.