when using testfor @e[x=0,y=10,z=0] the command is always successful/true even if there is no entity at those coordinates. it works with everything except coordinates
Attachments
Comments 3
Based on previous reporter comment, this is being resolved as Cannot Reproduce.
There is likely a default radius associated with the command, so if no "r=" value is specified, all entities within the default radius will be found.
Simply include the radius in the command block to get the desired results.
Does it work if you include a r= value (eg r=1)?