Living Near Target Location

Description

Targets all living entities near the inherited target

Attributes

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

Examples

This mechanic will damage every entity in a 2 block radius from the target of the mob once executed

ExampleSkill1:
  Skills:
  - skill{s=ExampleSkill2} @target

ExampleSkill2:
  Skills:
  - damage{a=10} @LivingNearTargetLocation{r=2}

Aliases

  • livingentitiesneartargetlocation
  • LNTL
  • ENTL
  • ENT
Updated Aug 19, 2026