TrainCarts/Signs/Trigger [ja]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "'''二行目''':''trigger''")
(Created page with "記録モードでトロッコがTriggerサインを起動すると、自動的にトロッコの追跡を行い、時間の計測を行います。またトロッコが停止したり破壊されたりすると、計測は停止され、看板へ表示されます。")
 
(4 intermediate revisions by the same user not shown)
Line 13: Line 13:




<div lang="en" dir="ltr" class="mw-content-ltr">
=== 三行目 ===
=== Third line ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
トリガーネームを設定します。ここで決めた名前は、後で情報を表示する時に使います。上記の例だと、次のような情報が取得され、SignLinkプラグインによって自動的に看板へ表示されます。
Sets the trigger name. The name is used to show the gathered information on signs later on. For the syntax example above, the following things can be displayed on signs, which will be updated by SignLink automatically:
{| class="wikitable"
{| class="wikitable"
|-
|-
! Variable on sign
! 看板の変数
! What is displayed
! 何が表示されるか
|-
|-
| %trigger1%
| %trigger1%
| The count-down from the time set on the fourth line
| 四行目で指定した時間からのカウントダウン。
|-
|-
| %trigger1T%
| %trigger1T%
| The same as the above
| 上と同じです。
|-
|-
| %trigger1D%
| %trigger1D%
| The destination of the train
| 列車の目的地。
|-
|-
| %trigger1N%
| %trigger1N%
| The train name
| 列車の名前。
|-
|-
| %trigger1V%
| %trigger1V%
| The speed of the train
| 列車の速度。
|}
|}
</div>




<div lang="en" dir="ltr" class="mw-content-ltr">
=== 四行目 ===
=== Fourth line ===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
列車がTriggerサインを実行した時に使用されるカウントダウンを指定します。普通のhh:mm:ss形式、mm:ss形式、もしくは秒数だけで指定することができます。もし空欄のままにしておくと、『記録モード』になります。
It sets the count-down time that is used when a train activates the trigger. You can use the common ':'-notation to make hour:minute:seconds, or minute:seconds, or just seconds. If you leave it empty, it will go into 'record mode'.
</div>




<div lang="en" dir="ltr" class="mw-content-ltr">
== 記録モード ==
== Record mode ==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
記録モードでトロッコがTriggerサインを起動すると、自動的にトロッコの追跡を行い、時間の計測を行います。またトロッコが停止したり破壊されたりすると、計測は停止され、看板へ表示されます。
This means that the plugin is going to calculate the duration itself. As soon as one minecart activates the trigger, it keeps track of this minecart while measuring the time. As soon as the minecart stops or is destroyed, the time is stopped and put on the sign.
</div>

Latest revision as of 04:23, 19 June 2026

Other languages:

概要

Triggerサインは看板へ列車の情報を表示します。列車が駅に到達するまでのカウントダウンを表示することができ、測定用の内部的なストップウォッチ機能を含んでいます。なお、動作には他のサインと同じくレッドストーン信号が必要です。面倒なら[+train]を使いましょう。


記法

Signtemplate.png
[train]
trigger
trigger1
00:26


二行目trigger


三行目

トリガーネームを設定します。ここで決めた名前は、後で情報を表示する時に使います。上記の例だと、次のような情報が取得され、SignLinkプラグインによって自動的に看板へ表示されます。

看板の変数 何が表示されるか
%trigger1% 四行目で指定した時間からのカウントダウン。
%trigger1T% 上と同じです。
%trigger1D% 列車の目的地。
%trigger1N% 列車の名前。
%trigger1V% 列車の速度。


四行目

列車がTriggerサインを実行した時に使用されるカウントダウンを指定します。普通のhh:mm:ss形式、mm:ss形式、もしくは秒数だけで指定することができます。もし空欄のままにしておくと、『記録モード』になります。


記録モード

記録モードでトロッコがTriggerサインを起動すると、自動的にトロッコの追跡を行い、時間の計測を行います。またトロッコが停止したり破壊されたりすると、計測は停止され、看板へ表示されます。