Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
7,469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.71 KB | None | 0 0
  1. allowedWorlds:
  2. - 'world'
  3. vehicleHealthEnabled: true
  4. trainAffectByPoweredRails: true
  5. fuelEnabled: true
  6. fuelMaterialValues:
  7. 'WOOD':
  8. material: 'WOOD'
  9. damage: 0
  10. fuel-amount: 1
  11. 'SPRUCE_WOOD':
  12. material: 'WOOD'
  13. damage: 1
  14. fuel-amount: 1
  15. 'BIRCH_WOOD':
  16. material: 'WOOD'
  17. damage: 2
  18. fuel-amount: 1
  19. 'JUNGLE_WOOD':
  20. material: 'WOOD'
  21. damage: 3
  22. fuel-amount: 1
  23. 'ACACIA_WOOD':
  24. material: 'WOOD'
  25. damage: 4
  26. fuel-amount: 1
  27. 'DARK_OAK_WOOD':
  28. material: 'WOOD'
  29. damage: 5
  30. fuel-amount: 1
  31. 'COAL':
  32. material: 'COAL'
  33. fuel-amount: 4
  34. 'COAL_BLOCK':
  35. material: 'COAL_BLOCK'
  36. fuel-amount: 36
  37. 'LAVA_BUCKET':
  38. material: 'LAVA_BUCKET'
  39. fuel-amount: 20
  40. #This would be a player head using a custom display name and lore you can either fill both, none or just one of this values.
  41. 'CUSTOM_ITEM_1':
  42. material: 'SKULL_ITEM'
  43. data: 3
  44. displayName: '&eFuel Can'
  45. lore:
  46. - '&7Used to refill vehicles fuel.'
  47. fuel-amount: 20
  48. displayNameRequired: true
  49. loreRequired: true
  50. #When a player dismounts the vehicle he will keep the vehicle speed if this is activated
  51. keepVehicleMomentum: true
  52. removeBikeOnRiderDie: false
  53. removeCarOnRiderDie: false
  54. removeTrainOnRiderDie: false
  55. removeRaftOnRiderDie: false
  56. removePlaneOnRiderDie: false
  57. removeParachuteOnRiderDie: false
  58. removeHelicopterOnRiderDie: false
  59. removeTankOnRiderDie: false
  60. removeSubmarineOnRiderDie: false
  61. removeBroomOnRiderDie: false
  62. removeHoverBikeOnRiderDie: false
  63. removeBikeOnDismount: false
  64. removeCarOnDismount: false
  65. removeTrainOnDismount: false
  66. removeRaftOnDismount: false
  67. removePlaneOnDismount: false
  68. removeParachuteOnDismount: false
  69. removeHelicopterOnDismount: false
  70. removeTankOnDismount: false
  71. removeSubmarineOnDismount: false
  72. removeBroomOnDismount: false
  73. removeHoverBikeOnDismount: false
  74. soundsEnabled: true
  75. bike-shopsize: 9
  76. bike-shoptitle: '&6Bike Shop'
  77. bike-shopslots:
  78. '1':
  79. bikeType: 'BLACK'
  80. price: 30
  81. itemMaterial: 'CHEST'
  82. itemByte: 0
  83. itemDisplayName: '&7Black Bike'
  84. itemLore:
  85. - '&7A standard black bike'
  86. - '&6Price: &730'
  87. '4':
  88. bikeType: 'ORANGE'
  89. price: 60
  90. itemMaterial: 'CHEST'
  91. itemByte: 0
  92. itemDisplayName: '&6Orange Bike'
  93. itemLore:
  94. - '&7A standard orange bike'
  95. - '&6Price: &760'
  96. '7':
  97. bikeType: 'RED'
  98. price: 70
  99. itemMaterial: 'CHEST'
  100. itemByte: 0
  101. itemDisplayName: '&cRed Bike'
  102. itemLore:
  103. - '&7A standard red bike'
  104. - '&6Price: &770'
  105. car-shopsize: 9
  106. car-shoptitle: '&6Car Shop'
  107. car-shopslots:
  108. '1':
  109. carType: 'BLACK'
  110. price: 50
  111. itemMaterial: 'CHEST'
  112. itemByte: 0
  113. itemDisplayName: '&7Black Car'
  114. itemLore:
  115. - '&7A standard black car'
  116. - '&6Price: &750'
  117. '4':
  118. carType: 'YELLOW'
  119. price: 80
  120. itemMaterial: 'CHEST'
  121. itemByte: 0
  122. itemDisplayName: '&eYellow Car'
  123. itemLore:
  124. - '&7A standard yellow car'
  125. - '&6Price: &780'
  126. '7':
  127. carType: 'MAGENTA'
  128. price: 100
  129. itemMaterial: 'CHEST'
  130. itemByte: 0
  131. itemDisplayName: '&dMagenta Car'
  132. itemLore:
  133. - '&7A standard magenta car'
  134. - '&6Price: &7100'
  135. train-shopsize: 9
  136. train-shoptitle: '&6Train Shop'
  137. train-shopslots:
  138. '1':
  139. trainType: 'T1'
  140. price: 50
  141. itemMaterial: 'CHEST'
  142. itemByte: 0
  143. itemDisplayName: '&7Slow Train'
  144. itemLore:
  145. - '&7A standard slow train'
  146. - '&6Price: &750'
  147. '4':
  148. trainType: 'T2'
  149. price: 80
  150. itemMaterial: 'CHEST'
  151. itemByte: 0
  152. itemDisplayName: '&eRegular Train'
  153. itemLore:
  154. - '&7A standard regular train'
  155. - '&6Price: &780'
  156. '7':
  157. trainType: 'T3'
  158. price: 100
  159. itemMaterial: 'CHEST'
  160. itemByte: 0
  161. itemDisplayName: '&aFast Train'
  162. itemLore:
  163. - '&7A standard fast train'
  164. - '&6Price: &7100'
  165. raft-shopsize: 9
  166. raft-shoptitle: '&6Raft Shop'
  167. raft-shopslots:
  168. '1':
  169. raftType: 'OLD'
  170. price: 50
  171. itemMaterial: 'CHEST'
  172. itemByte: 0
  173. itemDisplayName: '&eOld Raft'
  174. itemLore:
  175. - '&7An old used raft'
  176. - '&6Price: &750'
  177. '4':
  178. raftType: 'NETHER'
  179. price: 80
  180. itemMaterial: 'CHEST'
  181. itemByte: 0
  182. itemDisplayName: '&cNether Raft'
  183. itemLore:
  184. - '&7A nether raft'
  185. - '&6Price: &780'
  186. '7':
  187. raftType: 'PIRATE'
  188. price: 100
  189. itemMaterial: 'CHEST'
  190. itemByte: 0
  191. itemDisplayName: '&7Pirate Raft'
  192. itemLore:
  193. - '&7Dead men tell no tales'
  194. - '&6Price: &7100'
  195. plane-shopsize: 9
  196. plane-shoptitle: '&6Plane Shop'
  197. plane-shopslots:
  198. '1':
  199. planeType: 'P1'
  200. price: 70
  201. itemMaterial: 'CHEST'
  202. itemByte: 0
  203. itemDisplayName: '&2Ki-61 Plane'
  204. itemLore:
  205. - '&7A plane from Japan'
  206. - '&6Price: &770'
  207. '4':
  208. planeType: 'P2'
  209. price: 100
  210. itemMaterial: 'CHEST'
  211. itemByte: 0
  212. itemDisplayName: '&6YAK-3 Plane'
  213. itemLore:
  214. - '&7A plane from Russia'
  215. - '&6Price: &7100'
  216. '7':
  217. planeType: 'P3'
  218. price: 150
  219. itemMaterial: 'CHEST'
  220. itemByte: 0
  221. itemDisplayName: '&7P-61 Plane'
  222. itemLore:
  223. - '&7"The Black Widow"'
  224. - '&6Price: &7150'
  225. parachute-shopsize: 9
  226. parachute-shoptitle: '&6Parachute Shop'
  227. parachute-shopslots:
  228. '1':
  229. parachuteType: 'PC1'
  230. price: 50
  231. itemMaterial: 'CHEST'
  232. itemByte: 0
  233. itemDisplayName: '&aLow Quality Parachute'
  234. itemLore:
  235. - '&7A low quality parachute'
  236. - '&6Price: &750'
  237. '4':
  238. parachuteType: 'PC2'
  239. price: 60
  240. itemMaterial: 'CHEST'
  241. itemByte: 0
  242. itemDisplayName: '&eProfessional Parachute'
  243. itemLore:
  244. - '&7A professional parachute'
  245. - '&6Price: &760'
  246. '7':
  247. parachuteType: 'PC3'
  248. price: 80
  249. itemMaterial: 'CHEST'
  250. itemByte: 0
  251. itemDisplayName: '&cWar Parachute'
  252. itemLore:
  253. - '&7A war parachute'
  254. - '&6Price: &780'
  255. helicopter-shopsize: 9
  256. helicopter-shoptitle: '&6Helicopter Shop'
  257. helicopter-shopslots:
  258. '1':
  259. helicopterType: 'H1'
  260. price: 70
  261. itemMaterial: 'CHEST'
  262. itemByte: 0
  263. itemDisplayName: '&aTiger Helicopter'
  264. itemLore:
  265. - '&7European power'
  266. - '&6Price: &770'
  267. '4':
  268. helicopterType: 'H2'
  269. price: 100
  270. itemMaterial: 'CHEST'
  271. itemByte: 0
  272. itemDisplayName: '&eKamov KA-52 Helicopter'
  273. itemLore:
  274. - '&7The "Black Shark"'
  275. - '&6Price: &7100'
  276. '7':
  277. helicopterType: 'H3'
  278. price: 150
  279. itemMaterial: 'CHEST'
  280. itemByte: 0
  281. itemDisplayName: '&cApache Helicopter'
  282. itemLore:
  283. - '&7An US Advanced Attack Helicopter'
  284. - '&6Price: &7150'
  285. tank-shopsize: 9
  286. tank-shoptitle: '&6Tank Shop'
  287. tank-shopslots:
  288. '1':
  289. tankType: 'T1'
  290. price: 70
  291. itemMaterial: 'CHEST'
  292. itemByte: 0
  293. itemDisplayName: '&7Merkava Mk.4 Tank'
  294. itemLore:
  295. - '&7The latest Israeli development'
  296. - '&6Price: &770'
  297. '4':
  298. tankType: 'T2'
  299. price: 100
  300. itemMaterial: 'CHEST'
  301. itemByte: 0
  302. itemDisplayName: '&6Leopard 2A7 Tank'
  303. itemLore:
  304. - '&7A tank from Germany'
  305. - '&6Price: &7100'
  306. '7':
  307. tankType: 'T3'
  308. price: 150
  309. itemMaterial: 'CHEST'
  310. itemByte: 0
  311. itemDisplayName: '&aArmata Tank'
  312. itemLore:
  313. - '&7Russian main battle tank of new generation'
  314. - '&6Price: &7150'
  315. submarine-shopsize: 9
  316. submarine-shoptitle: '&6Submarine Shop'
  317. submarine-shopslots:
  318. '1':
  319. submarineType: 'S1'
  320. price: 70
  321. itemMaterial: 'CHEST'
  322. itemByte: 0
  323. itemDisplayName: '&aOhio Submarine'
  324. itemLore:
  325. - '&7Designed to carry intercontinental ballistic missiles.'
  326. - '&6Price: &770'
  327. '4':
  328. submarineType: 'S2'
  329. price: 100
  330. itemMaterial: 'CHEST'
  331. itemByte: 0
  332. itemDisplayName: '&eYellow Submarine'
  333. itemLore:
  334. - '&7We all live in a yellow submarine...'
  335. - '&6Price: &7100'
  336. '7':
  337. submarineType: 'S3'
  338. price: 150
  339. itemMaterial: 'CHEST'
  340. itemByte: 0
  341. itemDisplayName: '&cSierra II Submarine'
  342. itemLore:
  343. - '&7This submarine has strong titanium hulls.'
  344. - '&6Price: &7150'
  345. broom-shopsize: 9
  346. broom-shoptitle: '&6Broom Shop'
  347. broom-shopslots:
  348. '1':
  349. broomType: 'B1'
  350. price: 70
  351. itemMaterial: 'CHEST'
  352. itemByte: 0
  353. itemDisplayName: '&aComet 140'
  354. itemLore:
  355. - '&7It was the first broom to incorporate the Horton-Keitch Braking Charm.'
  356. - '&6Price: &770'
  357. '4':
  358. broomType: 'B2'
  359. price: 100
  360. itemMaterial: 'CHEST'
  361. itemByte: 0
  362. itemDisplayName: '&eNimbus 2001'
  363. itemLore:
  364. - "&7The top of the Nimbus Racing Broom Company's range."
  365. - '&6Price: &7100'
  366. '7':
  367. broomType: 'B3'
  368. price: 150
  369. itemMaterial: 'CHEST'
  370. itemByte: 0
  371. itemDisplayName: '&cFirebolt'
  372. itemLore:
  373. - '&7The state-of-the-art racing broom.'
  374. - '&6Price: &7150'
  375. hoverbike-shopsize: 9
  376. hoverbike-shoptitle: '&6Hover Bike Shop'
  377. hoverbike-shopslots:
  378. '1':
  379. hoverbikeType: 'HB1'
  380. price: 60
  381. itemMaterial: 'CHEST'
  382. itemByte: 0
  383. itemDisplayName: '&7Old Hover Bike'
  384. itemLore:
  385. - '&7An old hover bike.'
  386. - '&6Price: &760'
  387. '4':
  388. hoverbikeType: 'HB2'
  389. price: 80
  390. itemMaterial: 'CHEST'
  391. itemByte: 0
  392. itemDisplayName: '&fStandard Hover Bike'
  393. itemLore:
  394. - '&7Used all over the galaxy.'
  395. - '&6Price: &780'
  396. '7':
  397. hoverbikeType: 'HB3'
  398. price: 100
  399. itemMaterial: 'CHEST'
  400. itemByte: 0
  401. itemDisplayName: '&6Advanced Hover Bike'
  402. itemLore:
  403. - '&7Only for professionals.'
  404. - '&6Price: &7100'
  405. bikes:
  406. 'BLACK':
  407. seatMaterial: 'STAINED_CLAY'
  408. seatByte: 15
  409. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  410. backMaterial: 'WOOD_STEP'
  411. backByte: 5
  412. maxSpeed: 1.2
  413. acelerationValue: 0.006
  414. displayName: '&7Black Bike'
  415. permission: 'Bikes.type.BLACK'
  416. maxHealth: 40
  417. fuelCapacity: 1000
  418. fuelWasteSpeed: 1.2
  419. 'ORANGE':
  420. seatMaterial: 'STAINED_CLAY'
  421. seatByte: 1
  422. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  423. backMaterial: 'STONE_SLAB2'
  424. backByte: 0
  425. maxSpeed: 1.4
  426. acelerationValue: 0.006
  427. displayName: '&6Orange Bike'
  428. permission: 'Bikes.type.ORANGE'
  429. maxHealth: 40
  430. fuelCapacity: 1200
  431. fuelWasteSpeed: 1.1
  432. 'RED':
  433. seatMaterial: 'STAINED_CLAY'
  434. seatByte: 14
  435. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  436. backMaterial: 'STEP'
  437. backByte: 6
  438. maxSpeed: 1.6
  439. acelerationValue: 0.006
  440. displayName: '&cRed Bike'
  441. permission: 'Bikes.type.RED'
  442. maxHealth: 40
  443. fuelCapacity: 1300
  444. fuelWasteSpeed: 1.0
  445. cars:
  446. 'BLACK':
  447. mainMaterial: 'STAINED_CLAY'
  448. mainByte: 15
  449. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  450. frontLightsUrl: 'http://textures.minecraft.net/texture/59e9c9246f1ba5a41e53efa68b2bd56a70da308f393487dcf6fe756799b3c7'
  451. backLightsUrl: 'http://textures.minecraft.net/texture/4636afc9ecb492722eda37eaab7f5c4acca8974bdc628e4273cbcebd45073ac'
  452. steelUrl: 'http://textures.minecraft.net/texture/f0d3c96f8c183cf9415c437e4972827656abe7bee36d81d1e9c04466514b9e4'
  453. maxSpeed: 1
  454. maxBackSpeed: 0.5
  455. acelerationValue: 0.006
  456. displayName: '&7Black Car'
  457. permission: 'Cars.type.BLACK'
  458. maxHealth: 40
  459. fuelCapacity: 1000
  460. fuelWasteSpeed: 1.2
  461. 'YELLOW':
  462. mainMaterial: 'STAINED_CLAY'
  463. mainByte: 4
  464. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  465. frontLightsUrl: 'http://textures.minecraft.net/texture/59e9c9246f1ba5a41e53efa68b2bd56a70da308f393487dcf6fe756799b3c7'
  466. backLightsUrl: 'http://textures.minecraft.net/texture/4636afc9ecb492722eda37eaab7f5c4acca8974bdc628e4273cbcebd45073ac'
  467. steelUrl: 'http://textures.minecraft.net/texture/f0d3c96f8c183cf9415c437e4972827656abe7bee36d81d1e9c04466514b9e4'
  468. maxSpeed: 1.2
  469. maxBackSpeed: 0.6
  470. acelerationValue: 0.006
  471. displayName: '&eYellow Car'
  472. permission: 'Cars.type.YELLOW'
  473. maxHealth: 40
  474. fuelCapacity: 1200
  475. fuelWasteSpeed: 1.1
  476. 'MAGENTA':
  477. mainMaterial: 'STAINED_CLAY'
  478. mainByte: 2
  479. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  480. frontLightsUrl: 'http://textures.minecraft.net/texture/59e9c9246f1ba5a41e53efa68b2bd56a70da308f393487dcf6fe756799b3c7'
  481. backLightsUrl: 'http://textures.minecraft.net/texture/4636afc9ecb492722eda37eaab7f5c4acca8974bdc628e4273cbcebd45073ac'
  482. steelUrl: 'http://textures.minecraft.net/texture/f0d3c96f8c183cf9415c437e4972827656abe7bee36d81d1e9c04466514b9e4'
  483. maxSpeed: 1.4
  484. maxBackSpeed: 0.7
  485. acelerationValue: 0.006
  486. displayName: '&dMagenta Car'
  487. permission: 'Cars.type.MAGENTA'
  488. maxHealth: 40
  489. fuelCapacity: 1300
  490. fuelWasteSpeed: 1.0
  491. trains:
  492. 'T1':
  493. wheelsUrl: 'http://textures.minecraft.net/texture/ff7becf1718e9a6096ee5f9cb7abeb6cfd9488c44a3116407c92ec33ad7d8521'
  494. frontLightUrl: 'http://textures.minecraft.net/texture/533ecb558f21c918977987e974f2e6bd128eb9d9c05414e946dd786ebdb4'
  495. chimneyUrl: 'http://textures.minecraft.net/texture/3058ec4d3920adbfa86550f5852422e1af55054a15afc9c2c922d58765faa5b'
  496. maxSpeed: 0.7
  497. acelerationValue: 0.005
  498. displayName: '&7Slow Train'
  499. permission: 'Trains.type.T1'
  500. maxHealth: 40
  501. fuelCapacity: 1000
  502. fuelWasteSpeed: 1.2
  503. 'T2':
  504. wheelsUrl: 'http://textures.minecraft.net/texture/ff7becf1718e9a6096ee5f9cb7abeb6cfd9488c44a3116407c92ec33ad7d8521'
  505. frontLightUrl: 'http://textures.minecraft.net/texture/533ecb558f21c918977987e974f2e6bd128eb9d9c05414e946dd786ebdb4'
  506. chimneyUrl: 'http://textures.minecraft.net/texture/b394f8fb6d08d15e98542234a6f2d645cb30b7df19a1fc2d98a5a38b9a0b5'
  507. maxSpeed: 0.9
  508. acelerationValue: 0.006
  509. displayName: '&eRegular Train'
  510. permission: 'Trains.type.T2'
  511. maxHealth: 40
  512. fuelCapacity: 1200
  513. fuelWasteSpeed: 1.1
  514. 'T3':
  515. wheelsUrl: 'http://textures.minecraft.net/texture/ff7becf1718e9a6096ee5f9cb7abeb6cfd9488c44a3116407c92ec33ad7d8521'
  516. frontLightUrl: 'http://textures.minecraft.net/texture/533ecb558f21c918977987e974f2e6bd128eb9d9c05414e946dd786ebdb4'
  517. chimneyUrl: 'http://textures.minecraft.net/texture/e452d7e8b9a8fe3df915584222846cf988548758b48556ab4c8683d084ca5fc9'
  518. maxSpeed: 1.1
  519. acelerationValue: 0.007
  520. displayName: '&aFast Train'
  521. permission: 'Trains.type.T3'
  522. maxHealth: 40
  523. fuelCapacity: 1300
  524. fuelWasteSpeed: 1.0
  525. rafts:
  526. #
  527. # Colors: BLACK,BLUE,BROWN,CYAN,GRAY,GREEN,LIGHT_BLUE,LIME,MAGENTA,ORANGE,PINK,PURPLE,RED,SILVER,WHITE,YELLOW
  528. #
  529. # Layer types: BASE,BORDER,BRICKS,CIRCLE_MIDDLE,CREEPER,CROSS,CURLY_BORDER,DIAGONAL_LEFT,DIAGONAL_LEFT_MIRROR,
  530. # DIAGONAL_RIGHT,DIAGONAL_RIGHT_MIRROR,FLOWER,GRADIENT,GRADIENT_UP,HALF_HORIZONTAL,HALF_HORIZONTAL_MIRROR,HALF_VERTICAL,
  531. # HALF_VERTICAL_MIRROR,MOJANG,RHOMBUS_MIDDLE,SKULL,SQUARE_BOTTOM_LEFT,SQUARE_BOTTOM_RIGHT,SQUARE_TOP_LEFT,
  532. # SQUARE_TOP_RIGHT,STRAIGHT_CROSS,STRIPE_BOTTOM,STRIPE_CENTER,STRIPE_DOWNLEFT,STRIPE_DOWNRIGHT,
  533. # STRIPE_LEFT,STRIPE_MIDDLE,STRIPE_RIGHT,STRIPE_SMALL,STRIPE_TOP,TRIANGLE_BOTTOM,TRIANGLE_TOP,TRIANGLES_BOTTOM,
  534. # TRIANGLES_TOP
  535. 'OLD':
  536. bannerLayers:
  537. - 'BROWN-BASE'
  538. - 'LIME-MOJANG'
  539. maxSpeed: 0.3
  540. acelerationValue: 0.002
  541. displayName: '&eOld Raft'
  542. permission: 'Rafts.type.OLD'
  543. maxHealth: 40
  544. 'NETHER':
  545. bannerLayers:
  546. - 'RED-BASE'
  547. - 'BLACK-STRAIGHT_CROSS'
  548. - 'RED-STRIPE_TOP'
  549. - 'RED-STRIPE_MIDDLE'
  550. - 'BLACK-SKULL'
  551. - 'BLACK-CREEPER'
  552. - 'ORANGE-TRIANGLES_BOTTOM'
  553. maxSpeed: 0.4
  554. acelerationValue: 0.003
  555. displayName: '&cNether Raft'
  556. permission: 'Rafts.type.NETHER'
  557. maxHealth: 40
  558. 'PIRATE':
  559. bannerBaseColor: 'BLACK'
  560. bannerLayers:
  561. - 'BLACK-BASE'
  562. - 'WHITE-SKULL'
  563. maxSpeed: 0.5
  564. acelerationValue: 0.003
  565. displayName: '&7Pirate Raft'
  566. permission: 'Rafts.type.PIRATE'
  567. maxHealth: 40
  568. planes:
  569. 'P1':
  570. mainMaterial: 'STAINED_CLAY'
  571. mainByte: 13
  572. wheelsUrl: 'http://textures.minecraft.net/texture/7e873aa9cf76821da515fb7461e88b71759c1164908d8b2013145b58cfbf'
  573. wingsMaterial: 'WOOD_PLATE'
  574. wingsByte: 0
  575. maxSpeed: 1
  576. acelerationValue: 0.006
  577. takeOffSpeed: 0.9
  578. displayName: '&2Ki-61 Plane'
  579. permission: 'Planes.type.P1'
  580. bombPower: 2.6
  581. maxHealth: 40
  582. fuelCapacity: 1000
  583. fuelWasteSpeed: 1.2
  584. 'P2':
  585. mainMaterial: 'STAINED_CLAY'
  586. mainByte: 12
  587. wheelsUrl: 'http://textures.minecraft.net/texture/7e873aa9cf76821da515fb7461e88b71759c1164908d8b2013145b58cfbf'
  588. wingsMaterial: 'STONE_PLATE'
  589. wingsByte: 0
  590. maxSpeed: 1.1
  591. acelerationValue: 0.007
  592. takeOffSpeed: 0.9
  593. displayName: '&6YAK-3 Plane'
  594. permission: 'Planes.type.P2'
  595. bombPower: 2.8
  596. maxHealth: 40
  597. fuelCapacity: 1200
  598. fuelWasteSpeed: 1.1
  599. 'P3':
  600. mainMaterial: 'STAINED_CLAY'
  601. mainByte: 9
  602. wheelsUrl: 'http://textures.minecraft.net/texture/7e873aa9cf76821da515fb7461e88b71759c1164908d8b2013145b58cfbf'
  603. wingsMaterial: 'IRON_PLATE'
  604. wingsByte: 0
  605. maxSpeed: 1.2
  606. acelerationValue: 0.008
  607. takeOffSpeed: 0.8
  608. displayName: '&7P-61 Plane'
  609. permission: 'Planes.type.P3'
  610. bombPower: 3.2
  611. maxHealth: 40
  612. fuelCapacity: 1200
  613. fuelWasteSpeed: 1.0
  614. parachutes:
  615. #
  616. # Colors: BLACK,BLUE,BROWN,CYAN,GRAY,GREEN,LIGHT_BLUE,LIME,MAGENTA,ORANGE,PINK,PURPLE,RED,SILVER,WHITE,YELLOW
  617. #
  618. # Layer types: BASE,BORDER,BRICKS,CIRCLE_MIDDLE,CREEPER,CROSS,CURLY_BORDER,DIAGONAL_LEFT,DIAGONAL_LEFT_MIRROR,
  619. # DIAGONAL_RIGHT,DIAGONAL_RIGHT_MIRROR,FLOWER,GRADIENT,GRADIENT_UP,HALF_HORIZONTAL,HALF_HORIZONTAL_MIRROR,HALF_VERTICAL,
  620. # HALF_VERTICAL_MIRROR,MOJANG,RHOMBUS_MIDDLE,SKULL,SQUARE_BOTTOM_LEFT,SQUARE_BOTTOM_RIGHT,SQUARE_TOP_LEFT,
  621. # SQUARE_TOP_RIGHT,STRAIGHT_CROSS,STRIPE_BOTTOM,STRIPE_CENTER,STRIPE_DOWNLEFT,STRIPE_DOWNRIGHT,
  622. # STRIPE_LEFT,STRIPE_MIDDLE,STRIPE_RIGHT,STRIPE_SMALL,STRIPE_TOP,TRIANGLE_BOTTOM,TRIANGLE_TOP,TRIANGLES_BOTTOM,
  623. # TRIANGLES_TOP
  624. 'PC1':
  625. firstBannerLayers:
  626. - 'LIME-BASE'
  627. - 'WHITE-STRIPE_DOWNLEFT'
  628. - 'WHITE-STRIPE_TOP'
  629. secondBannerLayers:
  630. - 'LIME-BASE'
  631. - 'WHITE-STRIPE_DOWNLEFT'
  632. - 'WHITE-STRIPE_TOP'
  633. maxSpeed: 0.7
  634. acelerationValue: 0.006
  635. displayName: '&aLow Quality Parachute'
  636. permission: 'Parachutes.type.PC1'
  637. maxHealth: 40
  638. 'PC2':
  639. firstBannerLayers:
  640. - 'ORANGE-BASE'
  641. - 'YELLOW-CURLY_BORDER'
  642. secondBannerLayers:
  643. - 'ORANGE-BASE'
  644. - 'YELLOW-CURLY_BORDER'
  645. maxSpeed: 0.8
  646. acelerationValue: 0.007
  647. displayName: '&eProfessional Parachute'
  648. permission: 'Parachutes.type.PC2'
  649. maxHealth: 40
  650. 'PC3':
  651. firstBannerLayers:
  652. - 'GREEN-BASE'
  653. - 'BROWN-TRIANGLES_BOTTOM'
  654. secondBannerLayers:
  655. - 'GREEN-BASE'
  656. - 'BROWN-TRIANGLES_BOTTOM'
  657. maxSpeed: 1
  658. acelerationValue: 0.008
  659. displayName: '&cWar Parachute'
  660. permission: 'Parachutes.type.PC3'
  661. maxHealth: 40
  662. helicopters:
  663. #
  664. # Colors: BLACK,BLUE,BROWN,CYAN,GRAY,GREEN,LIGHT_BLUE,LIME,MAGENTA,ORANGE,PINK,PURPLE,RED,SILVER,WHITE,YELLOW
  665. #
  666. # Layer types: BASE,BORDER,BRICKS,CIRCLE_MIDDLE,CREEPER,CROSS,CURLY_BORDER,DIAGONAL_LEFT,DIAGONAL_LEFT_MIRROR,
  667. # DIAGONAL_RIGHT,DIAGONAL_RIGHT_MIRROR,FLOWER,GRADIENT,GRADIENT_UP,HALF_HORIZONTAL,HALF_HORIZONTAL_MIRROR,HALF_VERTICAL,
  668. # HALF_VERTICAL_MIRROR,MOJANG,RHOMBUS_MIDDLE,SKULL,SQUARE_BOTTOM_LEFT,SQUARE_BOTTOM_RIGHT,SQUARE_TOP_LEFT,
  669. # SQUARE_TOP_RIGHT,STRAIGHT_CROSS,STRIPE_BOTTOM,STRIPE_CENTER,STRIPE_DOWNLEFT,STRIPE_DOWNRIGHT,
  670. # STRIPE_LEFT,STRIPE_MIDDLE,STRIPE_RIGHT,STRIPE_SMALL,STRIPE_TOP,TRIANGLE_BOTTOM,TRIANGLE_TOP,TRIANGLES_BOTTOM,
  671. # TRIANGLES_TOP
  672. 'H1':
  673. mainMaterial: STAINED_CLAY
  674. mainByte: 9
  675. helixBanners:
  676. - 'BLACK-BASE'
  677. maxSpeed: 0.9
  678. acelerationValue: 0.006
  679. rotorSpeedValue: 0.1
  680. displayName: '&aTiger Helicopter'
  681. permission: 'Helicopters.type.H1'
  682. missilePower: 2.9
  683. maxHealth: 40
  684. fuelCapacity: 1000
  685. fuelWasteSpeed: 1.2
  686. 'H2':
  687. mainMaterial: STAINED_CLAY
  688. mainByte: 12
  689. helixBanners:
  690. - 'SILVER-BASE'
  691. maxSpeed: 0.95
  692. acelerationValue: 0.0065
  693. rotorSpeedValue: 0.1
  694. displayName: '&eKamov KA-52 Helicopter'
  695. permission: 'Helicopters.type.H2'
  696. missilePower: 3.1
  697. maxHealth: 40
  698. fuelCapacity: 1200
  699. fuelWasteSpeed: 1.1
  700. 'H3':
  701. mainMaterial: STAINED_CLAY
  702. mainByte: 13
  703. helixBanners:
  704. - 'BLACK-BASE'
  705. maxSpeed: 1.0
  706. acelerationValue: 0.007
  707. rotorSpeedValue: 0.1
  708. displayName: '&cApache Helicopter'
  709. permission: 'Helicopters.type.H3'
  710. missilePower: 3.3
  711. maxHealth: 40
  712. fuelCapacity: 1300
  713. fuelWasteSpeed: 1.0
  714. tanks:
  715. 'T1':
  716. mainMaterial: STAINED_CLAY
  717. mainByte: 9
  718. mainMaterial2: STAINED_CLAY
  719. mainByte2: 9
  720. firstChainsUrl: 'http://textures.minecraft.net/texture/d37220672d54c8704ff18b55b8b70ea3be9b186c3edf38d8a51e31a3e8c5'
  721. secondChainsUrl: 'http://textures.minecraft.net/texture/cffbe6c428194b921995ee718aaacd24311fc894b9c3090f544f990cad65a'
  722. thirdChainsUrl: 'http://textures.minecraft.net/texture/6a635322622762694971c3d1b279fe091b853f14b7522de72c7a5b9a803eb'
  723. cannonUrl: 'http://textures.minecraft.net/texture/f895895a4087b7fedadc1e9ff21c5f2689147661e7dc3177ea46fcfd63a989'
  724. maxSpeed: 0.25
  725. acelerationValue: 0.0035
  726. displayName: '&7Merkava Mk.4 Tank'
  727. permission: 'Tanks.type.T1'
  728. missilePower: 4.8
  729. maxHealth: 40
  730. fuelCapacity: 1000
  731. fuelWasteSpeed: 1.2
  732. 'T2':
  733. mainMaterial: STAINED_CLAY
  734. mainByte: 1
  735. mainMaterial2: HARD_CLAY
  736. mainByte2: 0
  737. firstChainsUrl: 'http://textures.minecraft.net/texture/d37220672d54c8704ff18b55b8b70ea3be9b186c3edf38d8a51e31a3e8c5'
  738. secondChainsUrl: 'http://textures.minecraft.net/texture/cffbe6c428194b921995ee718aaacd24311fc894b9c3090f544f990cad65a'
  739. thirdChainsUrl: 'http://textures.minecraft.net/texture/6a635322622762694971c3d1b279fe091b853f14b7522de72c7a5b9a803eb'
  740. cannonUrl: 'http://textures.minecraft.net/texture/f895895a4087b7fedadc1e9ff21c5f2689147661e7dc3177ea46fcfd63a989'
  741. maxSpeed: 0.28
  742. acelerationValue: 0.0037
  743. displayName: '&6Leopard 2A7 Tank'
  744. permission: 'Tanks.type.T2'
  745. missilePower: 5.1
  746. maxHealth: 40
  747. fuelCapacity: 1200
  748. fuelWasteSpeed: 1.1
  749. 'T3':
  750. mainMaterial: STAINED_CLAY
  751. mainByte: 5
  752. mainMaterial2: STAINED_CLAY
  753. mainByte2: 13
  754. firstChainsUrl: 'http://textures.minecraft.net/texture/d37220672d54c8704ff18b55b8b70ea3be9b186c3edf38d8a51e31a3e8c5'
  755. secondChainsUrl: 'http://textures.minecraft.net/texture/cffbe6c428194b921995ee718aaacd24311fc894b9c3090f544f990cad65a'
  756. thirdChainsUrl: 'http://textures.minecraft.net/texture/6a635322622762694971c3d1b279fe091b853f14b7522de72c7a5b9a803eb'
  757. cannonUrl: 'http://textures.minecraft.net/texture/f895895a4087b7fedadc1e9ff21c5f2689147661e7dc3177ea46fcfd63a989'
  758. maxSpeed: 0.3
  759. acelerationValue: 0.004
  760. displayName: '&aArmata Tank'
  761. permission: 'Tanks.type.T3'
  762. missilePower: 5.3
  763. maxHealth: 40
  764. fuelCapacity: 1300
  765. fuelWasteSpeed: 1.0
  766. submarines:
  767. #
  768. # Colors: BLACK,BLUE,BROWN,CYAN,GRAY,GREEN,LIGHT_BLUE,LIME,MAGENTA,ORANGE,PINK,PURPLE,RED,SILVER,WHITE,YELLOW
  769. #
  770. # Layer types: BASE,BORDER,BRICKS,CIRCLE_MIDDLE,CREEPER,CROSS,CURLY_BORDER,DIAGONAL_LEFT,DIAGONAL_LEFT_MIRROR,
  771. # DIAGONAL_RIGHT,DIAGONAL_RIGHT_MIRROR,FLOWER,GRADIENT,GRADIENT_UP,HALF_HORIZONTAL,HALF_HORIZONTAL_MIRROR,HALF_VERTICAL,
  772. # HALF_VERTICAL_MIRROR,MOJANG,RHOMBUS_MIDDLE,SKULL,SQUARE_BOTTOM_LEFT,SQUARE_BOTTOM_RIGHT,SQUARE_TOP_LEFT,
  773. # SQUARE_TOP_RIGHT,STRAIGHT_CROSS,STRIPE_BOTTOM,STRIPE_CENTER,STRIPE_DOWNLEFT,STRIPE_DOWNRIGHT,
  774. # STRIPE_LEFT,STRIPE_MIDDLE,STRIPE_RIGHT,STRIPE_SMALL,STRIPE_TOP,TRIANGLE_BOTTOM,TRIANGLE_TOP,TRIANGLES_BOTTOM,
  775. # TRIANGLES_TOP
  776. 'S1':
  777. mainMaterial: STAINED_CLAY
  778. mainByte: 9
  779. helixBanners:
  780. - 'WHITE-GRADIENT'
  781. - 'WHITE-DIAGONAL_RIGHT'
  782. - 'WHITE-STRIPE_RIGHT'
  783. - 'WHITE-HALF_VERTICAL_MIRROR'
  784. - 'WHITE-STRIPE_TOP'
  785. - 'WHITE-DIAGONAL_RIGHT_MIRROR'
  786. maxSpeed: 0.26
  787. acelerationValue: 0.0036
  788. rotorSpeedValue: 0.1
  789. displayName: '&aOhio Submarine'
  790. permission: 'Submarines.type.S1'
  791. maxHealth: 40
  792. fuelCapacity: 1000
  793. fuelWasteSpeed: 1.2
  794. viewPort1Url: 'http://textures.minecraft.net/texture/e274b7a2bb6d8ea7d36ace798ebed4f8226bd080bba5227285a5a67d595b9'
  795. viewPort2Url: 'http://textures.minecraft.net/texture/2942eee3b8a877dfd3a67c6b76e12c63a574565b2792870e832cc72a61c0f0'
  796. viewPort3Url: 'http://textures.minecraft.net/texture/83324a6046ab85269217afd57e1e61392951417b228c22391874f4e1e295d98'
  797. 'S2':
  798. mainMaterial: STAINED_CLAY
  799. mainByte: 4
  800. helixBanners:
  801. - 'WHITE-GRADIENT'
  802. - 'WHITE-DIAGONAL_RIGHT'
  803. - 'WHITE-STRIPE_RIGHT'
  804. - 'WHITE-HALF_VERTICAL_MIRROR'
  805. - 'WHITE-STRIPE_TOP'
  806. - 'WHITE-DIAGONAL_RIGHT_MIRROR'
  807. maxSpeed: 0.28
  808. acelerationValue: 0.0038
  809. rotorSpeedValue: 0.1
  810. displayName: '&eYellow Submarine'
  811. permission: 'Submarines.type.S2'
  812. maxHealth: 40
  813. fuelCapacity: 1200
  814. fuelWasteSpeed: 1.1
  815. viewPort1Url: 'http://textures.minecraft.net/texture/e274b7a2bb6d8ea7d36ace798ebed4f8226bd080bba5227285a5a67d595b9'
  816. viewPort2Url: 'http://textures.minecraft.net/texture/2942eee3b8a877dfd3a67c6b76e12c63a574565b2792870e832cc72a61c0f0'
  817. viewPort3Url: 'http://textures.minecraft.net/texture/83324a6046ab85269217afd57e1e61392951417b228c22391874f4e1e295d98'
  818. 'S3':
  819. mainMaterial: IRON_BLOCK
  820. mainByte: 0
  821. helixBanners:
  822. - 'WHITE-GRADIENT'
  823. - 'WHITE-DIAGONAL_RIGHT'
  824. - 'WHITE-STRIPE_RIGHT'
  825. - 'WHITE-HALF_VERTICAL_MIRROR'
  826. - 'WHITE-STRIPE_TOP'
  827. - 'WHITE-DIAGONAL_RIGHT_MIRROR'
  828. maxSpeed: 0.3
  829. acelerationValue: 0.0038
  830. rotorSpeedValue: 0.1
  831. displayName: '&cSierra II Submarine'
  832. permission: 'Submarines.type.S3'
  833. maxHealth: 40
  834. fuelCapacity: 1300
  835. fuelWasteSpeed: 1.0
  836. viewPort1Url: 'http://textures.minecraft.net/texture/e274b7a2bb6d8ea7d36ace798ebed4f8226bd080bba5227285a5a67d595b9'
  837. viewPort2Url: 'http://textures.minecraft.net/texture/2942eee3b8a877dfd3a67c6b76e12c63a574565b2792870e832cc72a61c0f0'
  838. viewPort3Url: 'http://textures.minecraft.net/texture/83324a6046ab85269217afd57e1e61392951417b228c22391874f4e1e295d98'
  839. brooms:
  840. 'B1':
  841. maxSpeed: 1.8
  842. acelerationValue: 0.015
  843. upSpeedValue: 0.35
  844. displayName: '&aComet 140'
  845. maxHealth: 40
  846. permission: 'Brooms.type.B1'
  847. 'B2':
  848. maxSpeed: 1.9
  849. acelerationValue: 0.017
  850. upSpeedValue: 0.4
  851. displayName: '&eNimbus 2001'
  852. maxHealth: 40
  853. permission: 'Brooms.type.B2'
  854. 'B3':
  855. maxSpeed: 2.0
  856. acelerationValue: 0.019
  857. upSpeedValue: 0.45
  858. displayName: '&cFirebolt'
  859. maxHealth: 40
  860. permission: 'Brooms.type.B3'
  861. hoverbikes:
  862. 'HB1':
  863. material1Url: 'http://textures.minecraft.net/texture/3f3e85167913385d9fa77814a2c514104e3d9016c67b452c6bc1eb011d96a5'
  864. material2Url: 'http://textures.minecraft.net/texture/6f6dd5c3a43c366e2809c3991f0b7b7927c6fce3e7671d888a3abaed70de93'
  865. material3Url: 'http://textures.minecraft.net/texture/a89a27bd42dac9aa9b51368d3473e349a1c91d69c25e911fa1e3a9729840ee'
  866. material4Url: 'http://textures.minecraft.net/texture/2477d6d87103bd7ca378abbeed7878d59b8d6cb39ce9ad2d355bc4ac8a4632'
  867. material5Url: 'http://textures.minecraft.net/texture/a1a1f1b1bbfe9d57623ca45620a7448bf8da8471f731e10d5b8a17a1bbb5bba'
  868. material6Url: 'http://textures.minecraft.net/texture/d84747f558242009f5d34c9a390fab6c95e1b672d33a118eb7a777752dc659'
  869. material7Url: 'http://textures.minecraft.net/texture/c58d2560ba68a72add82bef8bdcfb4923a978889429eebf12f4f2fce1f3ef0'
  870. carpetMaterial: CARPET
  871. carpetByte: 12
  872. spadeMaterial: WOOD_SPADE
  873. spadeByte: 1
  874. hoeMaterial: STONE_HOE
  875. hoeByte: 1
  876. maxSpeed: 1.2
  877. acelerationValue: 0.009
  878. displayName: '&7Old Hover Bike'
  879. permission: 'HoverBikes.type.HB1'
  880. maxHealth: 40
  881. fuelCapacity: 1000
  882. fuelWasteSpeed: 1.3
  883. 'HB2':
  884. material1Url: 'http://textures.minecraft.net/texture/17b6246e45be6665ae36b64c3c241d345fcfc978e2b8e9f38785dca123cf123'
  885. material2Url: 'http://textures.minecraft.net/texture/aa734f913d2da289fbacfdd912e64a17e3bba4b8f3b4ecbb41d318e6e942c759'
  886. material3Url: 'http://textures.minecraft.net/texture/c2e53023b2c6f3d1c63613d87a9884453bc1141330e632e91e77075a4f08ab8'
  887. material4Url: 'http://textures.minecraft.net/texture/5f9607ff61c5293b389a3ac23ba221d2935729cef249c1c9f92154d8443c'
  888. material5Url: 'http://textures.minecraft.net/texture/d1168f137301df8c53493324083d9f1e82a5f6b76c2b7b06f5eb7d8b2f7499'
  889. material6Url: 'http://textures.minecraft.net/texture/61f6452fad839c313e3cb3dd3daf1626c986d7da1bad937c28d34ffb6ab968c'
  890. material7Url: 'http://textures.minecraft.net/texture/66c67eeaf8e6e6b2cb5c38eb5a1b24a27f3411d449aa39e26e8455276827'
  891. carpetMaterial: CARPET
  892. carpetByte: 8
  893. spadeMaterial: IRON_SPADE
  894. spadeByte: 1
  895. hoeMaterial: IRON_HOE
  896. hoeByte: 1
  897. maxSpeed: 1.3
  898. acelerationValue: 0.0095
  899. displayName: '&fStandard Hover Bike'
  900. permission: 'HoverBikes.type.HB2'
  901. maxHealth: 45
  902. fuelCapacity: 1200
  903. fuelWasteSpeed: 1.2
  904. 'HB3':
  905. material1Url: 'http://textures.minecraft.net/texture/b76d544c244ff047ca98ca6adecb799dc9a1e7660bf9ee97bcab270ccebbad4'
  906. material2Url: 'http://textures.minecraft.net/texture/d81b38127f1a2f4bc3c7b1fd11221c1680b06d6f471fa76e48d27faefa8f'
  907. material3Url: 'http://textures.minecraft.net/texture/dcc6afdf223af38e36bdbdbe3d32b4e874cb0d16067f41477c97ee6519bf0'
  908. material4Url: 'http://textures.minecraft.net/texture/939c99c17df9a1f06c7d2e77a24fddfd5aded4f191831184c24efc99cf783555'
  909. material5Url: 'http://textures.minecraft.net/texture/d793e68a7939fec80521dbb9d371c3e731397cc15e059b3a88bbd876569e140'
  910. material6Url: 'http://textures.minecraft.net/texture/dece9c20dfdb1abc8d71d681dbeda5a64d86439be67f73e223e41c3bc8198b95'
  911. material7Url: 'http://textures.minecraft.net/texture/1d22806483f0f0e0be3026ea4712bad69ab49caffb826c877885632f1ef63226'
  912. carpetMaterial: CARPET
  913. carpetByte: 4
  914. spadeMaterial: GOLD_SPADE
  915. spadeByte: 1
  916. hoeMaterial: GOLD_HOE
  917. hoeByte: 1
  918. maxSpeed: 1.4
  919. acelerationValue: 0.01
  920. displayName: '&6Advanced Hover Bike'
  921. permission: 'HoverBikes.type.HB3'
  922. maxHealth: 50
  923. fuelCapacity: 1300
  924. fuelWasteSpeed: 1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement