Not Living Near Origin

Description

Targets all non living entities in a radius near the origin

Attributes

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

Examples

This mechanic will say in the global chat the UUID of every non living entity in a 10 block radius from itself once it ends

ExampleSkill:
  Skills:
  - projectile{...;
    onEnd=[
      - command{c="say <target.uuid>"} @NotLivingNearOrigin{r=10}
    ]}

Aliases

  • nonLivingNearOrigin
  • NLNO
Updated Aug 19, 2026