///15
Jump to navigation
Jump to search
| ステートメント | 意味 |
|---|---|
| passenger | 列車に乗客がいるか。 |
| items | 列車がチェストを含み、中にアイテムがあるか。 |
| empty | 列車には乗客もアイテムもない。 |
| fuel | 列車には燃料の入ったかまどがあるか。 |
| trainsize | 列車に含まれるトロッコの数。たとえばtrainsize>=3などです。 |
| chest_minecart | 列車に含まれるチェスト付きトロッコの数。たとえばchest_minecart>=1など。同じように、hopperやpoweredなどのトロッコのタイプでも動作します。 |
| velocity speed |
列車の移動速度の数値や、移動しているかどうか。 |
| powered | 列車にかまどつきトロッコがあるか。 |
| storage | 列車にチェスト付きトロッコがあるか。 |
| minecart | 列車に普通のトロッコがあるか。 |
| redstone | このサインに信号が供給されているか。 |
| maxspeed | 最大速度。 |
| mobenter | mobenterのプロパティ。 |
| playerenter | playerenterのプロパティ。 |
| playerexit | playerexitのプロパティ。 |
| destination | 列車に目的地が設定されているかどうか。 |
| random | 50%の確率。 |
| n@<names> 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 t@<tags> |
For anything else the plugin checks if the train has it set as a tag |