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

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" |- | @train[distance=..100,sort=random,limit=1] | 随机选择 100 格及以内的 1 辆列车。 |- | @train[distance=..100,sort=nearest,limit=2] | 至...")
 
(No difference)

Latest revision as of 01:02, 29 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=..100,sort=random,limit=1]
| Picks a single random train 100 blocks away or less
|-
| @train[distance=..100,sort=nearest,limit=2]
| Picks at most 2 nearest trains, 100 blocks away or less
|-
| @train[distance=1000..,sort=furthest,limit=10]
| Picks at most 10 trains furthest away, 1000 blocks distance away or more
|}
@train[distance=..100,sort=random,limit=1] 随机选择 100 格及以内的 1 辆列车。
@train[distance=..100,sort=nearest,limit=2] 至多选择 100 格及以内的最近的 2 辆列车。
@train[distance=1000..,sort=furthest,limit=10] 至多选择 1000 格及以外的最远的 10 辆列车。