This Plugin has some signs to add some features to TrainCarts that before would'nt be able without multiple signs and/or redstone.
Depends on:
TrainCarts
BKCommonLib
German Tutorial:
Signs:
-----------------------------------------------------------------------------------------------------
Hold and release sign
This sign holds the train for example at a drop. After that the train moves by its gravity and friction.
Line1: [train]
Line2: holdandrelease
Line3: time in seconds
Example:
[train]
holdandrelease
4
-----------------------------------------------------------------------------------------------------
Enable slowdown sign
This sign behaves like the hold and release sign but it doesnt stop the train. Usefull if you want to let your train act by gravity and friction just before the first drop.
Line1: [train]
Line2: enableslowdown
Line3: maxspeed <- the train won't go faster than this
Line4: direction <- you need to enter the direction because on restarts things can break without it
Example:
[train]
enableslowdown
1.2
north
-----------------------------------------------------------------------------------------------------
Break and noslowdown sign
This sign breaks the train to a desired speed over a distance that you also can set. After that the train switches slowdown mode to none. So no more gravity and friction can slow it down.
Line1: [train]
Line2: brakeandslow
Line3: distance(in blocks) , endspeed
Line4: direction <- you need to enter the direction because on restarts things can break without it
Example:
[train]
brakeandslow
35,0.1
east
-----------------------------------------------------------------------------------------------------
Freefall sign
This sign can create the drop part of a freefalltower.
Line1: [train]
Line2: freefall
Line3: maxspeed brakeendspeed hangtime
Line4: falldistance brakedistance <- both lengths given in blocks
Example:
[train]
freefall
1.2 0.1 10
50 11
-----------------------------------------------------------------------------------------------------
Park train sign
This sign creates stations for your parktrain. The train will enter it then stop. After that animation "auf" plays and the enter and exit open. After the time runs out the entry and exit closes again. The train plays the animation "zu". After that the train moves on in the given direction. Keep in mind that the train needs to be in slowdown disabled /none mode.
Line1: [train]
Line2: parkbahn
Line3: waittime <- in seconds
Line4: direction <- you need to enter the direction because on restarts things can break without it
Example:
[train]
parkbahn
15
north
-----------------------------------------------------------------------------------------------------
Station sign
This sign will create a timer when someone enters and stop it when someone leaves the train and also start its movement to a specified direction when the timer hits 0. Also it has 2 animation that play when after entering and before leaving the station they are also called "auf" and "zu" and work the same way as on the park train station.
You can add a tag to your train named "power,NAME" this causes the power channel from traincarts with the specified name to get toggled on dispatch of your train.
Line1: [train]
Line2: coaster
Line3: x y z <-cordinates for a redstone block on of switch maybe usefull for gates
Line4: time direction <- you need to enter the direction because on restarts things can break without it
Example:
[train]
coaster
151 23 -113
15 north
-----------------------------------------------------------------------------------------------------
Servers that use AdvancedSigns:
--
- play.themeparkcraft.de
--
(contact me if you want to get mentioned)
-----------------------------------------------------------------------------------------------------
Should work in 1.14.X -1.18.X<- Maybe give me some feedback there.
Also please write your sign ideas.
Maybe i will add them.
My Discord:
discord.themeparkcraft.de