Advertisement
Guest User

Untitled

a guest
Feb 19th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 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: 30.0
  6. effectBlocks:
  7. enable: true
  8. lowBoost: COAL
  9. medBoost: IRON_INGOT
  10. highBoost: DIAMOND
  11. blockBoost: GOLD_BLOCK
  12. HighblockBoost: DIAMOND_BLOCK
  13. ResetblockBoost: EMERALD_BLOCK
  14. turret: true
  15. jumpBlock: IRON_BLOCK
  16. jumpAmount: 60.0
  17. teleportBlock: STAINED_CLAY:2
  18. trafficLights:
  19. enable: true
  20. waitingBlock: QUARTZ_BLOCK
  21. hitBy:
  22. enable: false
  23. enableMonsterDamage: true
  24. power: 5.0
  25. damage: 1.5
  26. roadBlocks:
  27. enable: false
  28. ids:
  29. - WOOL:15
  30. - WOOL:8
  31. - WOOL:0
  32. - WOOL:7
  33. licenses:
  34. enable: false
  35. fuel:
  36. enable: false
  37. price: 2.0
  38. check: FEATHER
  39. cmdPerm: ucars.ucars
  40. bypassPerm: ucars.bypassfuel
  41. items:
  42. enable: false
  43. ids:
  44. - WOOD
  45. - COAL:0
  46. - COAL:1
  47. sellFuel: true
  48. barriers:
  49. - COBBLE_WALL
  50. - FENCE
  51. - FENCE_GATE
  52. - NETHER_FENCE
  53. speedMods:
  54. - MELON_BLOCK:0-15
  55. - SPONGE:0-50
  56. placePerm:
  57. enable: false
  58. perm: ucars.place
  59. health:
  60. default: 10.0
  61. max: 100.0
  62. min: 5.0
  63. overrideDefault: true
  64. underwaterDamage: 0.0
  65. lavaDamage: 0.0
  66. punchDamage: 50.0
  67. cactusDamage: 0.0
  68. crashDamage: 0.0
  69. forceRaceControlSystem: false
  70. permissions:
  71. enable: false
  72. misc:
  73. configVersion: 1.1
  74. colorScheme:
  75. success: '&a'
  76. error: '&c'
  77. info: '&e'
  78. title: '&9'
  79. tp: '&5'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement