Difference between revisions of "Translations:TrainCarts/Commands/Selectors/13/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 4: | Line 4: | ||
| All trains in cuboid (10, 23, -100) -> (12, 56, 80) | | All trains in cuboid (10, 23, -100) -> (12, 56, 80) | ||
|- | |- | ||
− | | @train[x=10,y=23,z=-100, dx=2,dy=33,dz=20] | + | | @train[x=10,y=23,z=-100,dx=2,dy=33,dz=20] |
| Same as above, but specified with dx/dy/dz to 'grow' the cuboid | | Same as above, but specified with dx/dy/dz to 'grow' the cuboid | ||
|- | |- |
Latest revision as of 23:45, 22 August 2022
@train[x=10..12,y=23..56,z=-100..-80] | All trains in cuboid (10, 23, -100) -> (12, 56, 80) |
@train[x=10,y=23,z=-100,dx=2,dy=33,dz=20] | Same as above, but specified with dx/dy/dz to 'grow' the cuboid |
@train[x=10,y=10,z=10,dx=-2..2,dy=-10..10,dz=-2..2] | Complex use: grows the cuboid from point (10, 10, 10) in both directions. This becomes cuboid (8, 0, 8) -> (12, 20, 12) |
@train[dx=-10..10,dy=-5..5,dz=-10..10] | Selects a cuboid around the sender (command block / player) of the command |
@train[world=world_the_end,x=10,y=89,z=-20,dx=-10..10,dy=-10..10,dz=-10..10] | The world name to target can be used to target trains on other worlds |