TrainCarts/Signs/Statements/15 [ja]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" |- ! ステートメント ! 意味 |- | passenger | 列車に乗客がいるか。 |- | items | 列車がチェストを含み、中にアイテムがあるか。 |- | empty | 列車には乗客もアイテムもない。 |- | fuel | 列車には燃料の入ったかまどがあるか。 |- | trainsize | 列車に含まれるトロッコの数。たとえば''trainsize>=3''などです。 |- | chest_minecart | 列車に含まれるチェスト付き...")
 
No edit summary
 
Line 56: Line 56:
|-
|-
| n@<names><br>name@<names>
| n@<names><br>name@<names>
| The train name equals one of the names specified
| 列車名が指定された複数の名前のどれかにマッチする。
|-
|-
| i@<items>
| i@<items>
| The train contains one of the items specified
| 列車が指定された複数のアイテムのどれかを格納している。
|-
|-
| o@<owner>
| o@<owner>
| The train contains this owner
| 列車に所有者が乗っている。
|-
|-
| d@<destination>
| d@<destination>
| One cart in the train has this destination set
| 列車のトロッコのひとつがその目的地を設定している。
|-
|-
| p@<player>
| p@<player>
| The train is occupied by this player
| 列車がそのプレイヤーに乗られている。
|-
|-
| m@<mobnames>
| m@<mobnames>
| The train is occupied by one of these mobs
| 列車がそれらのモブのどれかに乗られている。
|-
|-
| pi@<items>
| pi@<items>
| One of the players has one of the items in his inventory
| プレイヤーの一人が、インベントリにそのアイテムのひとつを持っている。
|-
|-
| ph@<items>
| ph@<items>
| One of the players has one of the items in his hand
| プレイヤーが手にそのアイテムのひとつを持っている。
|-
|-
| ed@<directions>
| ed@<directions>
|The minecart is moving into a given direction (switcher: upon entering the sign)
| 列車がその方向に動いている。Switcherサインの場合、列車がサインを起動した際の向きを参照します。
|-
|-
| rs@<directions>
| rs@<directions>
| The sign is powered from one of the directions specified
| サインの看板がその方向からレッドストーン信号を受けている。
|-
|-
| Has a 30% chance of turning on (instead of the default 50%) (1.0 is equivalent to 100%)
| 30%の起動確率。デフォルトは0.5(50%)。1.0は100%を表します。
|-
|-
| anything<br>t@<tags>
| anything<br>t@<tags>
| For anything else the plugin checks if the train has it set as a tag
| それ以外のことについては、列車にタグがあるかどうかをプラグインが確認します。
|}
|}

Latest revision as of 03:17, 23 July 2026

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/Signs/Statements)
{| 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
|}
ステートメント 意味
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>
列車名が指定された複数の名前のどれかにマッチする。
i@<items> 列車が指定された複数のアイテムのどれかを格納している。
o@<owner> 列車に所有者が乗っている。
d@<destination> 列車のトロッコのひとつがその目的地を設定している。
p@<player> 列車がそのプレイヤーに乗られている。
m@<mobnames> 列車がそれらのモブのどれかに乗られている。
pi@<items> プレイヤーの一人が、インベントリにそのアイテムのひとつを持っている。
ph@<items> プレイヤーが手にそのアイテムのひとつを持っている。
ed@<directions> 列車がその方向に動いている。Switcherサインの場合、列車がサインを起動した際の向きを参照します。
rs@<directions> サインの看板がその方向からレッドストーン信号を受けている。
[email protected] 30%の起動確率。デフォルトは0.5(50%)。1.0は100%を表します。
anything
t@<tags>
それ以外のことについては、列車にタグがあるかどうかをプラグインが確認します。