Players Near Origin

Description

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

Attributes

Attribute Aliases Description Default
radius r The radius of the targeter 5

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

Aliases

  • playersnearsource
  • PNO
Updated Aug 19, 2026