1. Place both .jar files (TrainCarts.jar and BKCommonLib) in the plugins folder.
2. optional: You can add the example configuration folder; the plugin will create one itself if it is not present
3. If you have a previous version of 'BKCommonLib' on your server, replace it with a newer version if this is the case

- Older versions are compatible with newer BKCommonLib libraries; it has backwards compatibility.
- Do not put the BKCommonLib in the 'lib' folder; it will not function that way.
- BKCommonLib will show up as a separate running plugin, but won't do anything but monitor certain dependencies

The latest version of BKCommonLib can be downloaded from:
https://github.com/bergerkiller/BKCommonLib/downloads
The source is there as well.

TrainCartsBlocks.jar adds so-called 'action blocks' to the mix. For example, it can provide with block-versions 
of the station and ejector sign systems, but then without a sign required. It is heavily dumbed down though.
For example, station signs don't read directional redstone input.

To change block settings, edit TrainCarts/blocks.yml (generated after you first run TrainCartsBlocks)

~Bergerkiller