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

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "可以指定多个条件,之间为逻辑与。所有基于数值的条件都支持 Minecraft 范围语法:<code>a..b</code>。例如,<code>-5..5</code>(-5 到 5),<...")
 
(No difference)

Latest revision as of 00:34, 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)
Multiple conditions can be specified, which are all AND-ed together. All number-based conditions support Minecraft range syntax: <code>a..b</code>. For example, <code>-5..5</code> (-5 to 5), <code>..6</code> (6 or less) and <code>12..</code> (12 or more). Prefixing the condition value with <code>!</code> will make it evaluate as 'not'.

可以指定多个条件,之间为逻辑与。所有基于数值的条件都支持 Minecraft 范围语法:a..b。例如,-5..5(-5 到 5),..6(6 或 更小)和12..(12 或 更大)。在条件前面加上!会使条件反转检测,检测某条件是否“不”。