-
Bug
-
Resolution: Incomplete
-
None
-
Minecraft 1.8
-
None
-
Windows 7
-
Community Consensus
I was trying to set up a simple radius-activated explosion using a command block, with a comparator hooked up to a command block with this exact command "testfor @p[89,76,133,5]" and it didnt work so then i checked the command log and it said "The entity UUID provided is an invalid format", so then i tried again by typing "testfor @p[x=89,y=76,z=133,r=5]" and still the same error, so then i tried it with the /give command and it seemed to work perfectly using the radius selector. And i had just used that exact command string yesterday when i was playing 1.7, and it worked perfectly.
NOTE: it works with @p[x,y,z,rm=RM] but not with regular r=R
and i also tried it on my server, and single player, same problem.