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

