Deterministic Powered Rail
A simple bukkit plugin allowing launching minecarts on flat powered rails, using a block beside the rail to indicate the direction
Features
Allow players to launch minecart on flat tracks. If not empty, the minecart will be launched in a predeterminated direction indicated by a block beside the track.
Configuration
Configuration file is quite simple and reported below:
#False = left, true = right blockside: false #block to use to orient minecarts blocktype: 57
blockside tell whether the block should be placed on the left or on the right of the minecart wanted travel direction.
blocktype is the block id that must be used (More info on minecraft wiki)
Examples
On this examples, blockside is set to true and blocktype to netherbrick. Simple "stop and go" minecart station:

Use of pistons to set travel direction:

Version history
1.0
01/22/2012 - Initial public release of the plugin. Tested on bukkit 1.0.1 R1
-
View User Profile
-
Send Message
Posted Jul 5, 2012a cool idea. unfortuanely, almost all minecart related plugins get eclipsed by traincarts's features.
-
View User Profile
-
Send Message
Posted Apr 6, 2012Can you update this for the new events system, or release the source for it so I can do it?
-
View User Profile
-
Send Message
Posted Feb 24, 2012Hey, nice plugin but there is one problem, if a cart is empty it won't go away... =(