Das ist die config:
# MineCars V2.3 Config File
#
# Permission Nodes:
#
# minecars.* # Gives a player all permission nodes!
# minecars.admin.* # AdminFuel and Reload Permission
# minecars.admin # Allows players to get free fuel (command: /mcg adminfuel)
# minecars.admin.reload # Allows players to reload the config (command: /mcg reload)
# minecars.useCommands # Allows your players to use the /mcg command
# minecars.move # Allows your players to use MineCars
# minecars.fuelstation.use # Allows your player to use a Fuelstation
# minecars.fuelstation.create # Allows a player to create a Fuel Station (create a sign, first line : Fuel Station)
# minecars.fuelstation.destroy # Allows a player to destroy a Fuel Station
#
#
# By Reshka94 (EGODROID)
#
# Versions post 1.5 By Silentnight18
#
# All rights reserved.
#
### ** Main Stuff **
# Destroy Minecarts when leaving the street / motorway?
destroyCar: true
# Should user be able to place Minecarts on the defined blocks?
placeMinecart: true
# Do you want to use an exhaust for your Minecar(t)? (creates Smoke around your Minecar)
UseExhaust: true
# Do you want to use the ownership system for MineCars?
UseOwnership: true
# Do you want to use a railing system (conductor rails)? Define the rail block over here (set it to 0 if you don't want to use one)
RailingBlock: 101
### ** Configure the Speed Multipliers (global)**
# For Streets
street-speedfactor: 7
# For motorways
motorway-speedfactor: 12
# ** Configure the Streetblocks **
# Which Type of Step do you want to use for hills?
# 0 = Stone
# 1 = Sandstone
# 2 = Wood
# 3 = Cobblestone
# 4 = Bricks
# 5 = Stone Bricks
StreetStepType: 0
# Wool or normal Blocks?
useWool: true
# If useWool = true , define the colors
#
# Available Colors:
#
# BLACK
# BLUE
# BROWN
# CYAN
# GRAY
# GREEN
# LIGHT_BLUE
# LIME
# MAGENTA
# ORANGE
# PINK
# PURPLE
# RED
# SILVER
# WHITE
# YELLOW
# Color for streets
WoolColorStreet: [GRAY]
# Color for wool
WoolColorMotorway: [BLACK]
# If useWool = false, define the blocks for streets and motorways
# Please use Item IDs, no names! You can find every ID with google!
#
# Block ID for Streets
streetBlock: [1]
# Block ID for Motorways
motorwayBlock: [4]
###############
# FUEL SYSTEM #
###############
# Should users buy fuel to run their Minecar?
UseFuelSystem: true
# Do you want to pay with Money or Items? (money = true)
# Economy requires the PlugIn Vault !!
UseEconomy: true
# If useEconomy = true, define the costs for one fuel load over here
priceperfuel: 15
# If useEconomy = false, define the item and the amount they have to pay for one fuel load over here
# ID of the Item they have to pay
fuelitemid: 263
# How much should they pay for one load?
itemsperfuel: 5
####################
# Driver's License #
####################
# This option will decide if you want the Driver's License Signs to function or not
UseLicense: true
# This is the amount it will cost to buy a Driver's License when using the sign
LicenseCost: 10000