Configuration
TODO: This page is not finished yet!
After the installation, there are some files and folders in plugins/MinecartRevolution:
config.yml (Main config)
data (Do not edit!)
plugins
    BasicActions
    BasicCommands
    BasicControls
        config.yml (Control config)
    BasicExpressions
        config.yml (Expression config)
scripts (Place scripts here (*.revo files))
Please note that you have to use spaces instead of tabs in all files that end with .yml.
Main Config
/plugins/MinecartRevolution/config.yml
The main config controls the basic behavior of the MinecartRevolution core and contains generic settings for the plugin and the core engine.
plugin:
  language: en
  update:
    autoUpdate: false
    checkVersionOnJoin: true
  errors:
    printMessages: true
    printStackTraces: true
    printSilentMessages: true
    printSilentStackTraces: true
functionality:
  entity:
    playDefaultEffects: true
    metadata:
      saveTimeInterval: 600
Control Config
/plugins/MinecartRevolution/plugins/BasicControls/config.yml
The basiccontrols configuration file controls the behavior of the default control blocks and signs that come with MinecartRevolution. Here you can tweak the blocks ids the default control blocks are assigned to.
control:
  block:
    booster:
      blocks: '41'
    brake:
      blocks: '88'
    control_sign_block:
      blocks: '45'
    elevator:
      blocks: '57'
    kill:
      blocks: '48'
    reverse:
      blocks: '35'
The default blocks are:
| Control | Block Type | 
|---|---|
| Booster | Gold block | 
| Brake | Soulsand | 
| Control sign block | Bricks | 
| Elevator | Diamond block | 
| Kill | Mossy cobblestone | 
| Reverse | White wool | 
Expression Config
/plugins/MinecartRevolution/plugins/BasicExpressions/config.yml
The basicexpressions config file controls the behavior of the default expression commands that come with MinecartRevolution.
announce: allowColorCodes: true collect: defaultRadius: 5 maxRadius: 20 farm: defaultRadius: 5 maxRadius: 20 grab: defaultRadius: 5 maxRadius: 20 sensor: powerTime: 1 speed: maxSpeed: 100