TrainCarts/Signs/Trigger [ja]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "=== 四行目 ===")
(Created page with "列車がTriggerサインを実行した時に使用されるカウントダウンを指定します。普通のhh:mm:ss形式、mm:ss形式、もしくは秒数だけで指定することができます。もし空欄のままにしておくと、『記録モード』になります。")
Line 40: Line 40:
=== 四行目 ===
=== 四行目 ===


<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>





Revision as of 04:13, 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形式、もしくは秒数だけで指定することができます。もし空欄のままにしておくと、『記録モード』になります。


Record mode

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.