Advertisement
Guest User

Untitled

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