Difference between revisions of "TrainCarts/Signs/Ejector"

From BergerHealer Wiki
Jump to navigation Jump to search
m (1 revision imported)
(Marked this version for translation)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[TrainCarts/Signs|« Go back]]
+
<languages/>
 +
<translate>
 +
<!--T:1-->
 +
[[Special:MyLanguage/TrainCarts/Signs|« Go back]]
  
== Introduction ==
 
  
 +
== Introduction == <!--T:2-->
 +
 +
<!--T:3-->
 
The ejector sign can eject (let exit) passengers of minecarts. You can place it at a station to eject the entire train in one go, or do it for carts individually.
 
The ejector sign can eject (let exit) passengers of minecarts. You can place it at a station to eject the entire train in one go, or do it for carts individually.
  
 +
<!--T:4-->
 
The sign requires power to work.
 
The sign requires power to work.
  
== Syntax ==
 
  
 +
== Syntax == <!--T:5-->
 +
 +
</translate>
 
{{sign|[train]|eject|0/12/12|90/0}}
 
{{sign|[train]|eject|0/12/12|90/0}}
 +
<translate>
  
 +
<!--T:6-->
 
'''First line:''' ''[train]'' to eject all minecarts in the train, ''[cart]'' to eject minecarts individually
 
'''First line:''' ''[train]'' to eject all minecarts in the train, ''[cart]'' to eject minecarts individually
  
'''Second line:''' ''eject ('''eject at''' for ejecting at cords, third line: x/y/z)''
+
<!--T:7-->
 +
'''Second line:''' ''eject'' to teleport relative to the minecarts, ''eject at'' to teleport at absolute world coordinates
 +
 
  
=== Third line ===
+
=== Third line === <!--T:8-->
  
Optional offset to eject players, relative to the minecarts. Offset 'axis' are delimited by '/'-signs. The first value sets the forward/backward offset, the second up/down and the third left/right.
+
<!--T:9-->
 +
When '''eject''' is used on the second line:<br>
 +
Optional offset to eject players, relative to the minecarts. Offset 'axis' are delimited by '/'-signs. The first value sets the forward/backward offset, the second up/down and the third left/right.<br>
 +
Example (left of the train): '''0/0/4'''
  
=== Fourth line ===
+
<!--T:10-->
 +
When '''eject at''' is used on the second line:<br>
 +
The exact x/y/z world coordinates to teleport the players to<br>
 +
Example: '''154/67/-2442'''
  
 +
 +
=== Fourth line === <!--T:11-->
 +
 +
<!--T:12-->
 
Optional angle players look to after being ejected. The first value sets the 'yaw', the angle to look left and right (90 is straight ahead, 180 is to the right, 0 to the left and 270 is facing backwards). The second sets the 'pitch', the angle to look up (negative) and down (positive).
 
Optional angle players look to after being ejected. The first value sets the 'yaw', the angle to look left and right (90 is straight ahead, 180 is to the right, 0 to the left and 270 is facing backwards). The second sets the 'pitch', the angle to look up (negative) and down (positive).
  
  
=== Remote Control ===
 
You can remotely destroy trains too. Say your train is called ''train01'', then you use the following on the sign:
 
  
 +
=== Remote Control === <!--T:13-->
 +
 +
<!--T:14-->
 +
You can remotely eject trains too. Say your train is called ''train01'', then you use the following on the sign:
 +
 +
</translate>
 
{{sign|[train train01]|eject|0/2/0}}
 
{{sign|[train train01]|eject|0/2/0}}
 +
<translate>
 +
</translate>

Latest revision as of 12:26, 3 September 2024

Other languages:

« Go back


Introduction

The ejector sign can eject (let exit) passengers of minecarts. You can place it at a station to eject the entire train in one go, or do it for carts individually.

The sign requires power to work.


Syntax

Signtemplate.png
[train]
eject
0/12/12
90/0

First line: [train] to eject all minecarts in the train, [cart] to eject minecarts individually

Second line: eject to teleport relative to the minecarts, eject at to teleport at absolute world coordinates


Third line

When eject is used on the second line:
Optional offset to eject players, relative to the minecarts. Offset 'axis' are delimited by '/'-signs. The first value sets the forward/backward offset, the second up/down and the third left/right.
Example (left of the train): 0/0/4

When eject at is used on the second line:
The exact x/y/z world coordinates to teleport the players to
Example: 154/67/-2442


Fourth line

Optional angle players look to after being ejected. The first value sets the 'yaw', the angle to look left and right (90 is straight ahead, 180 is to the right, 0 to the left and 270 is facing backwards). The second sets the 'pitch', the angle to look up (negative) and down (positive).


Remote Control

You can remotely eject trains too. Say your train is called train01, then you use the following on the sign:

Signtemplate.png
[train train01]
eject
0/2/0