I can't get a command block to execute a command using the selector arguments for X,Y,Z,dx,dy,dz to operate correctly. I define a region with them and the command operates as though the arguments weren't even there.
Linked issues
Attachments
Comments 5
Look at the screenshots again. The command block IS outputting even thought im outside the defined region. That's the issue. The arguments are not working as intended.
Dupe of MC-62180. Fixed in next version
You input x=1,y=4,z=1,dx=1,dy=2,dz=1
Your coordinates need to be between x=1,y=4,z=1 and x=2,y=6,z=2 which they are clearly not.
x/y/z is the exact coordinate location, not relative to the command block.
working as intended.