All translations
Jump to navigation
Jump to search
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h English (en) | 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'. |
h Chinese (China) (zh-cn) | 可以指定多个条件,之间为逻辑与。所有基于数值的条件都支持 Minecraft 范围语法:<code>a..b</code>。例如,<code>-5..5</code>(-5 到 5),<code>..6</code>(6 或 更小)和<code>12..</code>(12 或 更大)。在条件前面加上<code>!</code>会使条件反转检测,检测某条件是否“不”。 |