Sinuce

uCars config.yml

Sep 7th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.96 KB | None | 0 0
  1. general:
  2.   cars:
  3.    '# description': If enabled this will allow for drivable cars(Minecarts not on rails)
  4.     enable: true
  5.     defSpeed: 60.0
  6.     smooth: true
  7.     effectBlocks:
  8.       enable: false
  9.     lowBoost:
  10.    - COAL
  11.     medBoost:
  12.    - IRON_INGOT
  13.     highBoost:
  14.    - DIAMOND
  15.     blockBoost:
  16.    - GOLD_BLOCK
  17.     HighblockBoost:
  18.    - DIAMOND_BLOCK
  19.     ResetblockBoost:
  20.    - EMERALD_BLOCK
  21.     jumpBlock:
  22.    - IRON_BLOCK
  23.     jumpAmount: 30.0
  24.     teleportBlock:
  25.    - STAINED_CLAY:2
  26.     trafficLights:
  27.       enable: false
  28.       waitingBlock:
  29.      - QUARTZ_BLOCK
  30.     hitBy:
  31.       enable: true
  32.       enableMonsterDamage: true
  33.       power: 5.0
  34.       damage: 1.5
  35.     roadBlocks:
  36.       enable: true
  37.       ids:
  38.      - WOOL:15
  39.       - WOOL:8
  40.       - WOOL:0
  41.       - WOOL:7
  42.       - GRASS
  43.       - DIRT
  44.       - COBBLESTONE
  45.       - STONE
  46.       - GRAVEL
  47.       - SANDSTONE
  48.       - SAND
  49.       - STONEBRICK
  50.     licenses:
  51.       enable: true
  52.     fuel:
  53.       enable: true
  54.       price: 0.0
  55.       check:
  56.      - FEATHER
  57.       cmdPerm: ucars.ucars
  58.       bypassPerm: ucars.bypassfuel
  59.       items:
  60.         enable: true
  61.         ids:
  62.        - COAL:0
  63.         - COAL:1
  64.       sellFuel: false
  65.     barriers:
  66.    - COBBLE_WALL
  67.     - FENCE
  68.     - FENCE_GATE
  69.     - NETHER_FENCE
  70.     - IRON_BARS
  71.     - LEAVES
  72.     - LEAVES2
  73.     speedMods:
  74.    - GRASS:0-10
  75.     - DIRT:0-10
  76.     - COBBLESTONE:0-10
  77.     - STONE:0-10
  78.     - GRAVEL:0-10
  79.     - SANDSTONE:0-6
  80.     - SAND:0-6
  81.     - STONEBRICK:0-10
  82.     placePerm:
  83.       enable: true
  84.       perm: ucars.place
  85.     health:
  86.       default: 10.0
  87.       max: 100.0
  88.       min: 5.0
  89.       overrideDefault: true
  90.       underwaterDamage: 0.0
  91.       lavaDamage: 0.0
  92.       punchDamage: 50.0
  93.       cactusDamage: 0.0
  94.       crashDamage: 0.0
  95.     forceRaceControlSystem: false
  96.   permissions:
  97.     enable: true
  98. misc:
  99.   configVersion: 1.1
  100. colorScheme:
  101.   success: '&a'
  102.   error: '&c'
  103.   info: '&e'
  104.   title: '&9'
  105.   tp: '&5'
Advertisement
Add Comment
Please, Sign In to add comment