livinginradius condition does not appear to function
MM version 5.4.0 || PaperMC-100 1.20.1 The condition "livinginradius" does not evalutate all mobs in the radius. There is no console error for it. This is the skill:
- potionclear{t=INVISIBILITY} @self ~onTimer:5 ?!livinginradius{r=15;a=>2}
In it I am assuming the mob counts itself and the player nearby "owner" This skill however works fine:
- potionclear{t=INVISIBILITY} @self ~onTimer:5 ?!mobsinradius{t=SkeletalMinion;r=15;a=>2}
However, this means I have to specify each mob on the server for the bodyguard use case I need it for. This is tedious and should not be necessary. Please correct me if I am somehow doing this wronf, otherwise I must notify this as a bug.