///16
Jump to navigation
Jump to search
(Importing a new version from external source) |
(No difference)
|
Latest revision as of 21:04, 20 August 2022
| @train[distance=..10] | All trains 10 blocks or less away from the sender |
| @train[distance=1000..] | All trains 1000 blocks away or more from the sender |
| @train[x=100,y=50,z=-100,distance=..5] | All trains 5 blocks or less away from coordinate (100, 50, -100) |
| @train[x=10,y=10,z=10,dx=50,dz=50,distance=..10] | All trains 10 blocks or less away from cuboid (10, 10, 10) -> (60, 10, 60) |