Difference between revisions of "TrainCarts/Signs/Trigger/zh-cn"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "== 语法 ==")
Line 13: Line 13:
  
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
'''第二行:'''''trigger''
'''Second line: ''' ''trigger''
 
</div>
 
  
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
=== 第三行 ===
=== Third line ===
 
</div>
 
  
 
<div lang="en" dir="ltr" class="mw-content-ltr">
 
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 17:27, 17 September 2024

Other languages:
English • ‎中文(中国大陆)‎

« 返回


介绍

触发器用于显示列车的信息。它也可以显示列车进站的倒计时,内部通过计时器来进行测量。记得用红石激活触发器,若想始终激活触发器,请使用 [+train]


语法

Signtemplate.png
[train]
trigger
trigger1
00:26


第二行:trigger


第三行

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:

Variable on sign What is displayed
%trigger1% The count-down from the time set on the fourth line
%trigger1T% The same as the above
%trigger1D% The destination of the train
%trigger1N% The train name
%trigger1V% The speed of the train


Fourth line

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


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.