If a player (except friends) near you, you will do an action
-
title ...........
-
@IFUMLN nice
-
i am near you, not your friend, and therefore you should do an action (make it yourself, it exists somewhere in this forum)
-
-
if (getTargetsInRange(range, EntityPlayer).length) //idk if it already filters out friends, if not you'd have to add that by yourself
-
@FaaatPotato ty, i found it