@CubeTheThird @FVbico I want to test on an entire axis, but I made it just for the area I need. (I don't want to test around one set of coords.) Would this be the correct command, then? /testfor @e[type=ArmorStand,name=Torcher,x=248,y=63,z=-424,dx=248,dy=63,dz=-168] It doesn't seem to work. Is dx, dy, and dz relative to x, y, and z?
@CubeTheThird @FVbico
I want to test on an entire axis, but I made it just for the area I need. (I don't want to test around one set of coords.)
Would this be the correct command, then?
/testfor @e[type=ArmorStand,name=Torcher,x=248,y=63,z=-424,dx=248,dy=63,dz=-168]
It doesn't seem to work. Is dx, dy, and dz relative to x, y, and z?
EDIT: Nvm. It is relative. Thanks guys!