-
Bug
-
Resolution: Invalid
-
None
-
Minecraft 1.8, Minecraft 1.8.1
-
None
-
OS: Windows 7
Java: 8 (I think)
-
Unconfirmed
I made a circuit that tests if the player is at a certain location, and if they are, it gives them an effect. However, the effect always triggers, as if the x/y/z arguments weren't there to begin with. The command I am using is /testfor @p[80,120,80]
Other commands, such as /testfor @p[x=90] or /testfor @p[y=70] trigger false positives as well. False positives are also triggered outside of command blocks (i.e chat). DX, DY and DZ arguments also appear to not work as well.
This can be reproduced by putting the command in a command block adn being in the position not int he command. It will trigger even though you are not in the right location.