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) | {| class="wikitable" |- ! Statement ! Meaning |- | passenger | The train has a passenger |- | items | The train contains a chest and has items |- | empty | The train has no passenger and no items |- | fuel | The train contains a furnace which has fuel |- | trainsize | The train cart count matches (e.g.: trainsize>=3) |- | chest_minecart | The train has a number of chest minecarts (e.g.: chest_minecart>=1). Also works for hoppers/powered/etc. types. |- | velocity<br>speed | The train velocity (movement speed) can be evaluated, or gets if the train is moving |- | powered | The train contains a powered minecart |- | storage | The train contains a storage minecart |- | minecart | The train contains a regular minecart |- | redstone | The sign is powered by redstone |- | maxspeed | Evaluate the maximum speed set |- | mobenter | Checks the mob enter property |- | playerenter | Checks the player enter property |- | playerexit | Checks the player exit property |- | destination | Checks if a destination is set on the train |- | random | Has a 50% chance of turning on |- | n@<names><br>name@<names> | The train name equals one of the names specified |- | i@<items> | The train contains one of the items specified |- | o@<owner> | The train contains this owner |- | d@<destination> | One cart in the train has this destination set |- | p@<player> | The train is occupied by this player |- | m@<mobnames> | The train is occupied by one of these mobs |- | pi@<items> | One of the players has one of the items in his inventory |- | ph@<items> | One of the players has one of the items in his hand |- | ed@<directions> |The minecart is moving into a given direction (switcher: upon entering the sign) |- | rs@<directions> | The sign is powered from one of the directions specified |- | [email protected] | Has a 30% chance of turning on (instead of the default 50%) (1.0 is equivalent to 100%) |- | anything<br>t@<tags> | For anything else the plugin checks if the train has it set as a tag |} |
h Chinese (China) (zh-cn) | {| class="wikitable" |- ! 语句 ! 释义 |- | passenger | 列车上有乘客。 |- | items | 列车上有箱子,且装有物品。 |- | empty | 列车上没有乘客和物品。 |- | fuel | 列车上有个装有燃料的熔炉。 |- | trainsize | 列车车厢数量(例如:trainsize>=3)。 |- | chest_minecart | 列车中运输矿车的数量(例如:chest_minecart>=1),这也适用于漏斗矿车、动力矿车等类型。 |- | velocity<br>speed | 评估列车的速度(移动速度),或判断列车是否正在移动。 |- | powered | 列车包含动力矿车。 |- | storage | 列车包含储存类型的矿车。 |- | minecart | 列车包含普通矿车。 |- | redstone | 控制牌被红石激活时触发。 |- | maxspeed | 评估列车的最大速度。 |- | mobenter | 评估生物进入属性。 |- | playerenter | 评估玩家进入属性。 |- | playerexit | 评估玩家离开属性。 |- | destination | 评估列车是否设置了目的地。 |- | random | 有 50% 几率启用。 |- | n@<名称><br>name@<名称> | 列车名称等于以下指定名称之一。 |- | i@<物品> | 列车载有以下物品之一。 |- | o@<车主> | 列车包含以下车主之一。 |- | d@<目的地> | 列车设置了以下目的地之一。 |- | p@<玩家> | 列车被以下玩家之一占用。 |- | m@<生物名称> | 列车被以下生物之一占用。 |- | pi@<物品> | 其中一名玩家的背包中有以下物品之一。 |- | ph@<物品> | 其中一名玩家的手上有以下物品之一。 |- | ed@<方向> | 矿车正在向指定的方向之一移动(转辙器:进入时)。 |- | rs@<方向> | 控制牌由以下指定的方向之一激活。 |- | [email protected] | 有 30% 的几率启用(而不是默认的 50%;1.0 相当于 100%)。 |- | anything<br>t@<标签> | 对于任何其他事情,插件都会检测列车是否将其设置为标签。 |} |