Signs
Signs
Basics
Lower/Upper Case
All texts on signs are case-insensitive, so all of these will work properly:
SignRails signrails sIgNrAiLs
Header
Each sign will have on first line one of these lines:
SR SignRails
This will prevent this plugin from interacting with unwanted signs.
Sign search
Only till 1.1.0
(not used in 1.2.0) Every time a minecart searches for nearby sign, it uses same search algorythm.
For more informations about what signs will count, see Sign Search.
From 1.2.0
Minecart will count every sign at places like before (see Sign Search, beginers part), but will it use only if condition on 4th line is fulfilled. (More about conditions here: Sign Conditions)
Minecart destroying and creating
Destroyer sign
Function
- whenever any minecart comes near destroyer sign, it will be removed.
Text
- destroyer signs have on second line text 'destroy'
Creatorsign
Function
- whenever creator sign is powered by redstone, it spawns a minecart, granting him boost
Text
- creator signs have on second line text 'create'
- 3rd line has direction, where will minecart spawn (N/E/W/S)
- 4th line has minecart type: - standart/minecart/m for Minecart - storage/chest/s for Storage Minecart - powered/furnance/p for Powered Minecart
Speed manipulation
Speed sign
Function
- whenever any minecart comes near speed sign, it will be boosted to max speed.
Text
- speedsigns have on second line text 'speed'
Stopper sign
Function
- whenever any minecart comes near stopper sign, it will be stopped.
Text
- stopper signs have on second line text 'stop'
Ocuppying entity manipulation
Ejector sign
Function
- whenever any minecart comes near ejector sign, it will eject any entity occupying it.
Text
- ejector signs have on second line text 'eject'
Entity manipulation
Butcher sign
Function
- whenever any minecart comes near butcher sign, it will remove all nearby mobs.
Text
- butcher signs have on second line text 'butcher'
- optional is third line, on which can be integer value. This value represents max range of butcher, defaultly is set to 5 blocks (result is 11x11x11 cube with middle at minecart position)
Other
North checker sign
Function
- whenever a north checker sign is created, it spawns stone one block north from sign
Text
- north checker signs have on second line text 'n'
Comments