Skip to content
Stijn Bannink edited this page Jan 13, 2019 · 3 revisions

TrainCarts signs can perform a lot of actions: They are able to change the speed of trains, send a message to passengers, destroy trains or even teleport trains.

Format

This is a sign:

[train]
property
slowdown
false

First Line

The first line is surrounded by square brackets ([ and ]). The text inside the square brackets (train or cart) is the type:

Type Description
cart Targets a single cart.
train Targets the whole train.

Normal signs require a redstone signal to work. If you want a sign to be always active, add a + in front of the name ([+cart] or [+train]). If a sign should only be active if there is no redstone signal, add a ! in front of the name ([!cart] or [!train]).

Remote Control

TrainCarts trains can be remote controlled. You need to set the name property of the sign using a property sign to be able to remote control it. Now you can add the name of the train behind the type (for example [train abc]). The sign will now target the train.

Second Line

The second line is the action of the sign (for example property).

Third and Fourth Line

The content of the third and fourth line is explained in the wiki page of each sign action.

Types

Name Description Permission
Announce Sends a message to players inside the train. train.build.announcer
Block Changer Changes which block is displayed inside a train. train.build.blockchanger
Blocker Blocks trains. train.build.blocker
Crafter Crafts items. train.build.crafter
Destination Marks a destination for [[path finding Path finding]].
Destroy Destroys trains. train.build.destructor
Detector Detects trains between to signs. train.build.detector
Effect Plays an effect at the train or sign. train.build.effect
Eject Ejects passengers. train.build.ejector
Elevator Teleports trains up or down. train.build.elevator
Enter Teleports nearby entities into the train. train.build.enter
Flipper Flip a cart 180 degrees. train.build.flip
Launcher Launches trains. train.build.launcher
Property Changes train properties. train.build.property
Spawner Spawns carts or trains. train.build.spawner and more
Station Stops and launches trains. train.build.station
Switcher Switches tracks and levers. train.build.switcher
Teleporter Teleports trains. train.build.teleport
Ticket Lets passengers pay for a ride. train.build.ticket
Transfer Transfers items between trains and other blocks. train.build.collector and train.build.depositor
Trigger Displays information on a SignLink sign. train.build.trigger
Waiter Stops the train until the track is clear. train.build.wait
Clone this wiki locally