TargeterEntity
notLivingNearOrigin
Targets non living entities near origin
Aliases
NLNOnonLivingNearOrigin
Examples & Notes
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}
]}
