Difference between revisions of "Translations:TrainCarts/Commands/Selectors/16/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" |- | @train[distance=..10] | 距离命令执行者 10 格及以内的所有列车。 |- | @train[distance=1000..] | 距离命令执行者 1000 格及以...")
 
(No difference)

Latest revision as of 01:28, 26 September 2024

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] 距离命令执行者 10 格及以内的所有列车。
@train[distance=1000..] 距离命令执行者 1000 格及以外的所有列车。
@train[x=100,y=50,z=-100,distance=..5] 距离坐标(100, 50, -100)5 格及以内的所有列车。
@train[x=10,y=10,z=10,dx=50,dz=50,distance=..10] 距离长方体(10, 10, 10)->(60, 10, 60)10 格及以内的所有列车。