dx, dy and dz (volume coordinates selection) doesn't work!
(Note that I know that dx, dy and dz are DIFFERENCES in x, y and z)
Selecting a box area using dx, dy and dz doesn't work.
when executing:
/say @a[100,55,100,0,dx=10,dy=10,dz=10]
it will not work at all.
try using
/say @a[100,55,100,3,dx=10,dy=10,dz=10]
confirms that it is a bug with dx,dy,dz, because getting in a 3 block range of 100,55,100 will trigger the command!
more details and "proof": https://www.youtube.com/watch?v=7vsmoJ0xXbQ
Environment
vanilla
Created Issue:
dx, dy and dz (volume coordinates selection) doesn't work!
(Note that I know that dx, dy and dz are DIFFERENCES in x, y and z)
Selecting a box area using dx, dy and dz doesn't work.
when executing:/say @a[100,55,100,0,dx=10,dy=10,dz=10]it will not work at all.
try using
/say @a[100,55,100,3,dx=10,dy=10,dz=10]confirms that it is a bug with dx,dy,dz, because getting in a 3 block range of 100,55,100 will trigger the command!
more details and "proof": https://www.youtube.com/watch?v=7vsmoJ0xXbQ
Environment
vanilla
Added Labels: commands coordinates dx dy dz parameters
Video was in pre1, but I also immediately tested it in pre2 when it came out a few minutes ago (from now)
works fine for me, I used
and am standing on -1604 61 -212
@FVbico that is incorrect usage.
you are specifying r=5 which is a SPHERIC radius. I want a BOX, the dx, dy and dz in your case have no effect.
Don't specify a radius of 0 then. The fourth unnamed argument in your first command (0) is r.
Specifying a radius and valume means in the radius, in the volume, both need to succeed, you added radius in your commands too