Difference between revisions of "Translations:TrainCarts/Commands/Selectors/16/en"

From BergerHealer Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 21:04, 20 August 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TrainCarts/Commands/Selectors)
{| class="wikitable"
|-
| @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)
|}
@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)