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

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "<code>speed</code>(速度)条件(别名:<code>velocity</code>)选择特定速度的列车。条件检测实际的移动速度,最多不超过列车设定的速度...")
 
(No difference)

Latest revision as of 01:23, 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)
The <code>speed</code> condition (alias: <code>velocity</code>) selects trains that move at a certain speed. This is the actual movement speed, which is at most the speed limit set for the train. Example: <code>@train[speed=0]</code> for trains that are not moving.

speed(速度)条件(别名:velocity)选择特定速度的列车。条件检测实际的移动速度,最多不超过列车设定的速度限制。例如:@train[speed=0]选择不行驶的列车。