Advertisement
Guest User

Untitled

a guest
Oct 31st, 2016
4,838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.70 KB | None | 0 0
  1. allowedWorlds:
  2. - 'world'
  3. vehicleHealthEnabled: true
  4. #When a player dismounts the vehicle he will keep the vehicle speed if this is activated
  5. keepVehicleMomentum: true
  6. removeBikeOnRiderDie: false
  7. removeCarOnRiderDie: false
  8. removeTrainOnRiderDie: false
  9. removeRaftOnRiderDie: false
  10. removePlaneOnRiderDie: false
  11. removeParachuteOnRiderDie: false
  12. removeHelicopterOnRiderDie: false
  13. removeTankOnRiderDie: false
  14. removeSubmarineOnRiderDie: false
  15. removeBroomOnRiderDie: false
  16. removeBikeOnDismount: false
  17. removeCarOnDismount: false
  18. removeTrainOnDismount: false
  19. removeRaftOnDismount: false
  20. removePlaneOnDismount: false
  21. removeParachuteOnDismount: false
  22. removeHelicopterOnDismount: false
  23. removeTankOnDismount: false
  24. removeSubmarineOnDismount: false
  25. removeBroomOnDismount: false
  26. soundsEnabled: true
  27. bike-shopsize: 9
  28. bike-shoptitle: '&6Bike Shop'
  29. bike-shopslots:
  30. '1':
  31. bikeType: 'BLACK'
  32. price: 30
  33. itemMaterial: 'CHEST'
  34. itemByte: 0
  35. itemDisplayName: '&7Black Bike'
  36. itemLore:
  37. - '&7A standard black bike'
  38. - '&6Price: &730'
  39. '4':
  40. bikeType: 'ORANGE'
  41. price: 60
  42. itemMaterial: 'CHEST'
  43. itemByte: 0
  44. itemDisplayName: '&6Orange Bike'
  45. itemLore:
  46. - '&7A standard orange bike'
  47. - '&6Price: &760'
  48. '7':
  49. bikeType: 'RED'
  50. price: 70
  51. itemMaterial: 'CHEST'
  52. itemByte: 0
  53. itemDisplayName: '&cRed Bike'
  54. itemLore:
  55. - '&7A standard red bike'
  56. - '&6Price: &770'
  57. car-shopsize: 9
  58. car-shoptitle: '&6Car Shop'
  59. car-shopslots:
  60. '1':
  61. carType: 'BLACK'
  62. price: 50
  63. itemMaterial: 'CHEST'
  64. itemByte: 0
  65. itemDisplayName: '&7Black Car'
  66. itemLore:
  67. - '&7A standard black car'
  68. - '&6Price: &750'
  69. '4':
  70. carType: 'YELLOW'
  71. price: 80
  72. itemMaterial: 'CHEST'
  73. itemByte: 0
  74. itemDisplayName: '&eYellow Car'
  75. itemLore:
  76. - '&7A standard yellow car'
  77. - '&6Price: &780'
  78. '7':
  79. carType: 'MAGENTA'
  80. price: 100
  81. itemMaterial: 'CHEST'
  82. itemByte: 0
  83. itemDisplayName: '&dMagenta Car'
  84. itemLore:
  85. - '&7A standard magenta car'
  86. - '&6Price: &7100'
  87. train-shopsize: 9
  88. train-shoptitle: '&6Train Shop'
  89. train-shopslots:
  90. '1':
  91. trainType: 'T1'
  92. price: 50
  93. itemMaterial: 'CHEST'
  94. itemByte: 0
  95. itemDisplayName: '&7Slow Train'
  96. itemLore:
  97. - '&7A standard slow train'
  98. - '&6Price: &750'
  99. '4':
  100. trainType: 'T2'
  101. price: 80
  102. itemMaterial: 'CHEST'
  103. itemByte: 0
  104. itemDisplayName: '&eRegular Train'
  105. itemLore:
  106. - '&7A standard regular train'
  107. - '&6Price: &780'
  108. '7':
  109. trainType: 'T3'
  110. price: 100
  111. itemMaterial: 'CHEST'
  112. itemByte: 0
  113. itemDisplayName: '&aFast Train'
  114. itemLore:
  115. - '&7A standard fast train'
  116. - '&6Price: &7100'
  117. raft-shopsize: 9
  118. raft-shoptitle: '&6Raft Shop'
  119. raft-shopslots:
  120. '1':
  121. raftType: 'OLD'
  122. price: 50
  123. itemMaterial: 'CHEST'
  124. itemByte: 0
  125. itemDisplayName: '&eOld Raft'
  126. itemLore:
  127. - '&7An old used raft'
  128. - '&6Price: &750'
  129. '4':
  130. raftType: 'NETHER'
  131. price: 80
  132. itemMaterial: 'CHEST'
  133. itemByte: 0
  134. itemDisplayName: '&cNether Raft'
  135. itemLore:
  136. - '&7A nether raft'
  137. - '&6Price: &780'
  138. '7':
  139. raftType: 'PIRATE'
  140. price: 100
  141. itemMaterial: 'CHEST'
  142. itemByte: 0
  143. itemDisplayName: '&7Pirate Raft'
  144. itemLore:
  145. - '&7Dead men tell no tales'
  146. - '&6Price: &7100'
  147. plane-shopsize: 9
  148. plane-shoptitle: '&6Plane Shop'
  149. plane-shopslots:
  150. '1':
  151. planeType: 'P1'
  152. price: 70
  153. itemMaterial: 'CHEST'
  154. itemByte: 0
  155. itemDisplayName: '&2Ki-61 Plane'
  156. itemLore:
  157. - '&7A plane from Japan'
  158. - '&6Price: &770'
  159. '4':
  160. planeType: 'P2'
  161. price: 100
  162. itemMaterial: 'CHEST'
  163. itemByte: 0
  164. itemDisplayName: '&6YAK-3 Plane'
  165. itemLore:
  166. - '&7A plane from Russia'
  167. - '&6Price: &7100'
  168. '7':
  169. planeType: 'P3'
  170. price: 150
  171. itemMaterial: 'CHEST'
  172. itemByte: 0
  173. itemDisplayName: '&7P-61 Plane'
  174. itemLore:
  175. - '&7"The Black Widow"'
  176. - '&6Price: &7150'
  177. parachute-shopsize: 9
  178. parachute-shoptitle: '&6Parachute Shop'
  179. parachute-shopslots:
  180. '1':
  181. parachuteType: 'PC1'
  182. price: 50
  183. itemMaterial: 'CHEST'
  184. itemByte: 0
  185. itemDisplayName: '&aLow Quality Parachute'
  186. itemLore:
  187. - '&7A low quality parachute'
  188. - '&6Price: &750'
  189. '4':
  190. parachuteType: 'PC2'
  191. price: 60
  192. itemMaterial: 'CHEST'
  193. itemByte: 0
  194. itemDisplayName: '&eProfessional Parachute'
  195. itemLore:
  196. - '&7A professional parachute'
  197. - '&6Price: &760'
  198. '7':
  199. parachuteType: 'PC3'
  200. price: 80
  201. itemMaterial: 'CHEST'
  202. itemByte: 0
  203. itemDisplayName: '&cWar Parachute'
  204. itemLore:
  205. - '&7A war parachute'
  206. - '&6Price: &780'
  207. helicopter-shopsize: 9
  208. helicopter-shoptitle: '&6Helicopter Shop'
  209. helicopter-shopslots:
  210. '1':
  211. helicopterType: 'H1'
  212. price: 70
  213. itemMaterial: 'CHEST'
  214. itemByte: 0
  215. itemDisplayName: '&aTiger Helicopter'
  216. itemLore:
  217. - '&7European power'
  218. - '&6Price: &770'
  219. '4':
  220. helicopterType: 'H2'
  221. price: 100
  222. itemMaterial: 'CHEST'
  223. itemByte: 0
  224. itemDisplayName: '&eKamov KA-52 Helicopter'
  225. itemLore:
  226. - '&7The "Black Shark"'
  227. - '&6Price: &7100'
  228. '7':
  229. helicopterType: 'H3'
  230. price: 150
  231. itemMaterial: 'CHEST'
  232. itemByte: 0
  233. itemDisplayName: '&cApache Helicopter'
  234. itemLore:
  235. - '&7An US Advanced Attack Helicopter'
  236. - '&6Price: &7150'
  237. tank-shopsize: 9
  238. tank-shoptitle: '&6Tank Shop'
  239. tank-shopslots:
  240. '1':
  241. tankType: 'T1'
  242. price: 70
  243. itemMaterial: 'CHEST'
  244. itemByte: 0
  245. itemDisplayName: '&7Merkava Mk.4 Tank'
  246. itemLore:
  247. - '&7The latest Israeli development'
  248. - '&6Price: &770'
  249. '4':
  250. tankType: 'T2'
  251. price: 100
  252. itemMaterial: 'CHEST'
  253. itemByte: 0
  254. itemDisplayName: '&6Leopard 2A7 Tank'
  255. itemLore:
  256. - '&7A tank from Germany'
  257. - '&6Price: &7100'
  258. '7':
  259. tankType: 'T3'
  260. price: 150
  261. itemMaterial: 'CHEST'
  262. itemByte: 0
  263. itemDisplayName: '&aArmata Tank'
  264. itemLore:
  265. - '&7Russian main battle tank of new generation'
  266. - '&6Price: &7150'
  267. submarine-shopsize: 9
  268. submarine-shoptitle: '&6Submarine Shop'
  269. submarine-shopslots:
  270. '1':
  271. submarineType: 'S1'
  272. price: 70
  273. itemMaterial: 'CHEST'
  274. itemByte: 0
  275. itemDisplayName: '&aOhio Submarine'
  276. itemLore:
  277. - '&7Designed to carry intercontinental ballistic missiles.'
  278. - '&6Price: &770'
  279. '4':
  280. submarineType: 'S2'
  281. price: 100
  282. itemMaterial: 'CHEST'
  283. itemByte: 0
  284. itemDisplayName: '&eYellow Submarine'
  285. itemLore:
  286. - '&7We all live in a yellow submarine...'
  287. - '&6Price: &7100'
  288. '7':
  289. submarineType: 'S3'
  290. price: 150
  291. itemMaterial: 'CHEST'
  292. itemByte: 0
  293. itemDisplayName: '&cSierra II Submarine'
  294. itemLore:
  295. - '&7This submarine has strong titanium hulls.'
  296. - '&6Price: &7150'
  297. broom-shopsize: 9
  298. broom-shoptitle: '&6Broom Shop'
  299. broom-shopslots:
  300. '1':
  301. broomType: 'B1'
  302. price: 70
  303. itemMaterial: 'CHEST'
  304. itemByte: 0
  305. itemDisplayName: '&aComet 140'
  306. itemLore:
  307. - '&7It was the first broom to incorporate the Horton-Keitch Braking Charm.'
  308. - '&6Price: &770'
  309. '4':
  310. broomType: 'B2'
  311. price: 100
  312. itemMaterial: 'CHEST'
  313. itemByte: 0
  314. itemDisplayName: '&eNimbus 2001'
  315. itemLore:
  316. - "&7The top of the Nimbus Racing Broom Company's range."
  317. - '&6Price: &7100'
  318. '7':
  319. broomType: 'B3'
  320. price: 150
  321. itemMaterial: 'CHEST'
  322. itemByte: 0
  323. itemDisplayName: '&cFirebolt'
  324. itemLore:
  325. - '&7The state-of-the-art racing broom.'
  326. - '&6Price: &7150'
  327. bikes:
  328. 'BLACK':
  329. seatMaterial: 'STAINED_CLAY'
  330. seatByte: 15
  331. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  332. backMaterial: 'WOOD_STEP'
  333. backByte: 5
  334. maxSpeed: 1.2
  335. acelerationValue: 0.006
  336. displayName: '&7Black Bike'
  337. permission: 'Bikes.type.BLACK'
  338. maxHealth: 40
  339. 'ORANGE':
  340. seatMaterial: 'STAINED_CLAY'
  341. seatByte: 1
  342. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  343. backMaterial: 'STONE_SLAB2'
  344. backByte: 0
  345. maxSpeed: 1.4
  346. acelerationValue: 0.006
  347. displayName: '&6Orange Bike'
  348. permission: 'Bikes.type.ORANGE'
  349. maxHealth: 40
  350. 'RED':
  351. seatMaterial: 'STAINED_CLAY'
  352. seatByte: 14
  353. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  354. backMaterial: 'STEP'
  355. backByte: 6
  356. maxSpeed: 1.6
  357. acelerationValue: 0.006
  358. displayName: '&cRed Bike'
  359. permission: 'Bikes.type.RED'
  360. maxHealth: 40
  361. cars:
  362. 'BLACK':
  363. mainMaterial: 'STAINED_CLAY'
  364. mainByte: 15
  365. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  366. frontLightsUrl: 'http://textures.minecraft.net/texture/59e9c9246f1ba5a41e53efa68b2bd56a70da308f393487dcf6fe756799b3c7'
  367. backLightsUrl: 'http://textures.minecraft.net/texture/4636afc9ecb492722eda37eaab7f5c4acca8974bdc628e4273cbcebd45073ac'
  368. steelUrl: 'http://textures.minecraft.net/texture/f0d3c96f8c183cf9415c437e4972827656abe7bee36d81d1e9c04466514b9e4'
  369. maxSpeed: 1
  370. maxBackSpeed: 0.5
  371. acelerationValue: 0.006
  372. displayName: '&7Black Car'
  373. permission: 'Cars.type.BLACK'
  374. maxHealth: 40
  375. 'YELLOW':
  376. mainMaterial: 'STAINED_CLAY'
  377. mainByte: 4
  378. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  379. frontLightsUrl: 'http://textures.minecraft.net/texture/59e9c9246f1ba5a41e53efa68b2bd56a70da308f393487dcf6fe756799b3c7'
  380. backLightsUrl: 'http://textures.minecraft.net/texture/4636afc9ecb492722eda37eaab7f5c4acca8974bdc628e4273cbcebd45073ac'
  381. steelUrl: 'http://textures.minecraft.net/texture/f0d3c96f8c183cf9415c437e4972827656abe7bee36d81d1e9c04466514b9e4'
  382. maxSpeed: 1.2
  383. maxBackSpeed: 0.6
  384. acelerationValue: 0.006
  385. displayName: '&eYellow Car'
  386. permission: 'Cars.type.YELLOW'
  387. maxHealth: 40
  388. 'MAGENTA':
  389. mainMaterial: 'STAINED_CLAY'
  390. mainByte: 2
  391. wheelsUrl: 'http://textures.minecraft.net/texture/444cd5d2fd2fe397ddb927e184f19ecbd0fe24af6ef68852c172ae447cd4'
  392. frontLightsUrl: 'http://textures.minecraft.net/texture/59e9c9246f1ba5a41e53efa68b2bd56a70da308f393487dcf6fe756799b3c7'
  393. backLightsUrl: 'http://textures.minecraft.net/texture/4636afc9ecb492722eda37eaab7f5c4acca8974bdc628e4273cbcebd45073ac'
  394. steelUrl: 'http://textures.minecraft.net/texture/f0d3c96f8c183cf9415c437e4972827656abe7bee36d81d1e9c04466514b9e4'
  395. maxSpeed: 1.4
  396. maxBackSpeed: 0.7
  397. acelerationValue: 0.006
  398. displayName: '&dMagenta Car'
  399. permission: 'Cars.type.MAGENTA'
  400. maxHealth: 40
  401. trains:
  402. 'T1':
  403. wheelsUrl: 'http://textures.minecraft.net/texture/ff7becf1718e9a6096ee5f9cb7abeb6cfd9488c44a3116407c92ec33ad7d8521'
  404. frontLightUrl: 'http://textures.minecraft.net/texture/533ecb558f21c918977987e974f2e6bd128eb9d9c05414e946dd786ebdb4'
  405. chimneyUrl: 'http://textures.minecraft.net/texture/3058ec4d3920adbfa86550f5852422e1af55054a15afc9c2c922d58765faa5b'
  406. maxSpeed: 0.7
  407. acelerationValue: 0.005
  408. displayName: '&7Slow Train'
  409. permission: 'Trains.type.T1'
  410. maxHealth: 40
  411. 'T2':
  412. wheelsUrl: 'http://textures.minecraft.net/texture/ff7becf1718e9a6096ee5f9cb7abeb6cfd9488c44a3116407c92ec33ad7d8521'
  413. frontLightUrl: 'http://textures.minecraft.net/texture/533ecb558f21c918977987e974f2e6bd128eb9d9c05414e946dd786ebdb4'
  414. chimneyUrl: 'http://textures.minecraft.net/texture/b394f8fb6d08d15e98542234a6f2d645cb30b7df19a1fc2d98a5a38b9a0b5'
  415. maxSpeed: 0.9
  416. acelerationValue: 0.006
  417. displayName: '&eRegular Train'
  418. permission: 'Trains.type.T2'
  419. maxHealth: 40
  420. 'T3':
  421. wheelsUrl: 'http://textures.minecraft.net/texture/ff7becf1718e9a6096ee5f9cb7abeb6cfd9488c44a3116407c92ec33ad7d8521'
  422. frontLightUrl: 'http://textures.minecraft.net/texture/533ecb558f21c918977987e974f2e6bd128eb9d9c05414e946dd786ebdb4'
  423. chimneyUrl: 'http://textures.minecraft.net/texture/e452d7e8b9a8fe3df915584222846cf988548758b48556ab4c8683d084ca5fc9'
  424. maxSpeed: 1.1
  425. acelerationValue: 0.007
  426. displayName: '&aFast Train'
  427. permission: 'Trains.type.T3'
  428. maxHealth: 40
  429. rafts:
  430. #
  431. # Colors: BLACK,BLUE,BROWN,CYAN,GRAY,GREEN,LIGHT_BLUE,LIME,MAGENTA,ORANGE,PINK,PURPLE,RED,SILVER,WHITE,YELLOW
  432. #
  433. # Layer types: BASE,BORDER,BRICKS,CIRCLE_MIDDLE,CREEPER,CROSS,CURLY_BORDER,DIAGONAL_LEFT,DIAGONAL_LEFT_MIRROR,
  434. # DIAGONAL_RIGHT,DIAGONAL_RIGHT_MIRROR,FLOWER,GRADIENT,GRADIENT_UP,HALF_HORIZONTAL,HALF_HORIZONTAL_MIRROR,HALF_VERTICAL,
  435. # HALF_VERTICAL_MIRROR,MOJANG,RHOMBUS_MIDDLE,SKULL,SQUARE_BOTTOM_LEFT,SQUARE_BOTTOM_RIGHT,SQUARE_TOP_LEFT,
  436. # SQUARE_TOP_RIGHT,STRAIGHT_CROSS,STRIPE_BOTTOM,STRIPE_CENTER,STRIPE_DOWNLEFT,STRIPE_DOWNRIGHT,
  437. # STRIPE_LEFT,STRIPE_MIDDLE,STRIPE_RIGHT,STRIPE_SMALL,STRIPE_TOP,TRIANGLE_BOTTOM,TRIANGLE_TOP,TRIANGLES_BOTTOM,
  438. # TRIANGLES_TOP
  439. 'OLD':
  440. bannerLayers:
  441. - 'BROWN-BASE'
  442. - 'LIME-MOJANG'
  443. maxSpeed: 0.3
  444. acelerationValue: 0.002
  445. displayName: '&eOld Raft'
  446. permission: 'Rafts.type.OLD'
  447. maxHealth: 40
  448. 'NETHER':
  449. bannerLayers:
  450. - 'RED-BASE'
  451. - 'BLACK-STRAIGHT_CROSS'
  452. - 'RED-STRIPE_TOP'
  453. - 'RED-STRIPE_MIDDLE'
  454. - 'BLACK-SKULL'
  455. - 'BLACK-CREEPER'
  456. - 'ORANGE-TRIANGLES_BOTTOM'
  457. maxSpeed: 0.4
  458. acelerationValue: 0.003
  459. displayName: '&cNether Raft'
  460. permission: 'Rafts.type.NETHER'
  461. maxHealth: 40
  462. 'PIRATE':
  463. bannerBaseColor: 'BLACK'
  464. bannerLayers:
  465. - 'BLACK-BASE'
  466. - 'WHITE-SKULL'
  467. maxSpeed: 0.5
  468. acelerationValue: 0.003
  469. displayName: '&7Pirate Raft'
  470. permission: 'Rafts.type.PIRATE'
  471. maxHealth: 40
  472. planes:
  473. 'P1':
  474. mainMaterial: 'STAINED_CLAY'
  475. mainByte: 13
  476. wheelsUrl: 'http://textures.minecraft.net/texture/7e873aa9cf76821da515fb7461e88b71759c1164908d8b2013145b58cfbf'
  477. wingsMaterial: 'WOOD_PLATE'
  478. wingsByte: 0
  479. maxSpeed: 1
  480. acelerationValue: 0.006
  481. takeOffSpeed: 0.9
  482. displayName: '&2Ki-61 Plane'
  483. permission: 'Planes.type.P1'
  484. bombPower: 2.6
  485. maxHealth: 40
  486. 'P2':
  487. mainMaterial: 'STAINED_CLAY'
  488. mainByte: 12
  489. wheelsUrl: 'http://textures.minecraft.net/texture/7e873aa9cf76821da515fb7461e88b71759c1164908d8b2013145b58cfbf'
  490. wingsMaterial: 'STONE_PLATE'
  491. wingsByte: 0
  492. maxSpeed: 1.1
  493. acelerationValue: 0.007
  494. takeOffSpeed: 0.9
  495. displayName: '&6YAK-3 Plane'
  496. permission: 'Planes.type.P2'
  497. bombPower: 2.8
  498. maxHealth: 40
  499. 'P3':
  500. mainMaterial: 'STAINED_CLAY'
  501. mainByte: 9
  502. wheelsUrl: 'http://textures.minecraft.net/texture/7e873aa9cf76821da515fb7461e88b71759c1164908d8b2013145b58cfbf'
  503. wingsMaterial: 'IRON_PLATE'
  504. wingsByte: 0
  505. maxSpeed: 1.2
  506. acelerationValue: 0.008
  507. takeOffSpeed: 0.8
  508. displayName: '&7P-61 Plane'
  509. permission: 'Planes.type.P3'
  510. bombPower: 3.2
  511. maxHealth: 40
  512. parachutes:
  513. #
  514. # Colors: BLACK,BLUE,BROWN,CYAN,GRAY,GREEN,LIGHT_BLUE,LIME,MAGENTA,ORANGE,PINK,PURPLE,RED,SILVER,WHITE,YELLOW
  515. #
  516. # Layer types: BASE,BORDER,BRICKS,CIRCLE_MIDDLE,CREEPER,CROSS,CURLY_BORDER,DIAGONAL_LEFT,DIAGONAL_LEFT_MIRROR,
  517. # DIAGONAL_RIGHT,DIAGONAL_RIGHT_MIRROR,FLOWER,GRADIENT,GRADIENT_UP,HALF_HORIZONTAL,HALF_HORIZONTAL_MIRROR,HALF_VERTICAL,
  518. # HALF_VERTICAL_MIRROR,MOJANG,RHOMBUS_MIDDLE,SKULL,SQUARE_BOTTOM_LEFT,SQUARE_BOTTOM_RIGHT,SQUARE_TOP_LEFT,
  519. # SQUARE_TOP_RIGHT,STRAIGHT_CROSS,STRIPE_BOTTOM,STRIPE_CENTER,STRIPE_DOWNLEFT,STRIPE_DOWNRIGHT,
  520. # STRIPE_LEFT,STRIPE_MIDDLE,STRIPE_RIGHT,STRIPE_SMALL,STRIPE_TOP,TRIANGLE_BOTTOM,TRIANGLE_TOP,TRIANGLES_BOTTOM,
  521. # TRIANGLES_TOP
  522. 'PC1':
  523. firstBannerLayers:
  524. - 'LIME-BASE'
  525. - 'WHITE-STRIPE_DOWNLEFT'
  526. - 'WHITE-STRIPE_TOP'
  527. secondBannerLayers:
  528. - 'LIME-BASE'
  529. - 'WHITE-STRIPE_DOWNLEFT'
  530. - 'WHITE-STRIPE_TOP'
  531. maxSpeed: 0.7
  532. acelerationValue: 0.006
  533. displayName: '&aLow Quality Parachute'
  534. permission: 'Parachutes.type.PC1'
  535. maxHealth: 40
  536. 'PC2':
  537. firstBannerLayers:
  538. - 'ORANGE-BASE'
  539. - 'YELLOW-CURLY_BORDER'
  540. secondBannerLayers:
  541. - 'ORANGE-BASE'
  542. - 'YELLOW-CURLY_BORDER'
  543. maxSpeed: 0.8
  544. acelerationValue: 0.007
  545. displayName: '&eProfessional Parachute'
  546. permission: 'Parachutes.type.PC2'
  547. maxHealth: 40
  548. 'PC3':
  549. firstBannerLayers:
  550. - 'GREEN-BASE'
  551. - 'BROWN-TRIANGLES_BOTTOM'
  552. secondBannerLayers:
  553. - 'GREEN-BASE'
  554. - 'BROWN-TRIANGLES_BOTTOM'
  555. maxSpeed: 1
  556. acelerationValue: 0.008
  557. displayName: '&cWar Parachute'
  558. permission: 'Parachutes.type.PC3'
  559. maxHealth: 40
  560. helicopters:
  561. #
  562. # Colors: BLACK,BLUE,BROWN,CYAN,GRAY,GREEN,LIGHT_BLUE,LIME,MAGENTA,ORANGE,PINK,PURPLE,RED,SILVER,WHITE,YELLOW
  563. #
  564. # Layer types: BASE,BORDER,BRICKS,CIRCLE_MIDDLE,CREEPER,CROSS,CURLY_BORDER,DIAGONAL_LEFT,DIAGONAL_LEFT_MIRROR,
  565. # DIAGONAL_RIGHT,DIAGONAL_RIGHT_MIRROR,FLOWER,GRADIENT,GRADIENT_UP,HALF_HORIZONTAL,HALF_HORIZONTAL_MIRROR,HALF_VERTICAL,
  566. # HALF_VERTICAL_MIRROR,MOJANG,RHOMBUS_MIDDLE,SKULL,SQUARE_BOTTOM_LEFT,SQUARE_BOTTOM_RIGHT,SQUARE_TOP_LEFT,
  567. # SQUARE_TOP_RIGHT,STRAIGHT_CROSS,STRIPE_BOTTOM,STRIPE_CENTER,STRIPE_DOWNLEFT,STRIPE_DOWNRIGHT,
  568. # STRIPE_LEFT,STRIPE_MIDDLE,STRIPE_RIGHT,STRIPE_SMALL,STRIPE_TOP,TRIANGLE_BOTTOM,TRIANGLE_TOP,TRIANGLES_BOTTOM,
  569. # TRIANGLES_TOP
  570. 'H1':
  571. mainMaterial: STAINED_CLAY
  572. mainByte: 9
  573. helixBanners:
  574. - 'BLACK-BASE'
  575. maxSpeed: 0.9
  576. acelerationValue: 0.006
  577. rotorSpeedValue: 0.1
  578. displayName: '&aTiger Helicopter'
  579. permission: 'Helicopters.type.H1'
  580. missilePower: 2.9
  581. maxHealth: 40
  582. 'H2':
  583. mainMaterial: STAINED_CLAY
  584. mainByte: 12
  585. helixBanners:
  586. - 'SILVER-BASE'
  587. maxSpeed: 0.95
  588. acelerationValue: 0.0065
  589. rotorSpeedValue: 0.1
  590. displayName: '&eKamov KA-52 Helicopter'
  591. permission: 'Helicopters.type.H2'
  592. missilePower: 3.1
  593. maxHealth: 40
  594. 'H3':
  595. mainMaterial: STAINED_CLAY
  596. mainByte: 13
  597. helixBanners:
  598. - 'BLACK-BASE'
  599. maxSpeed: 1.0
  600. acelerationValue: 0.007
  601. rotorSpeedValue: 0.1
  602. displayName: '&cApache Helicopter'
  603. permission: 'Helicopters.type.H3'
  604. missilePower: 3.3
  605. maxHealth: 40
  606. tanks:
  607. 'T1':
  608. mainMaterial: STAINED_CLAY
  609. mainByte: 9
  610. mainMaterial2: STAINED_CLAY
  611. mainByte2: 9
  612. firstChainsUrl: 'http://textures.minecraft.net/texture/d37220672d54c8704ff18b55b8b70ea3be9b186c3edf38d8a51e31a3e8c5'
  613. secondChainsUrl: 'http://textures.minecraft.net/texture/cffbe6c428194b921995ee718aaacd24311fc894b9c3090f544f990cad65a'
  614. thirdChainsUrl: 'http://textures.minecraft.net/texture/6a635322622762694971c3d1b279fe091b853f14b7522de72c7a5b9a803eb'
  615. cannonUrl: 'http://textures.minecraft.net/texture/f895895a4087b7fedadc1e9ff21c5f2689147661e7dc3177ea46fcfd63a989'
  616. maxSpeed: 0.25
  617. acelerationValue: 0.0035
  618. displayName: '&7Merkava Mk.4 Tank'
  619. permission: 'Tanks.type.T1'
  620. missilePower: 4.8
  621. maxHealth: 40
  622. 'T2':
  623. mainMaterial: STAINED_CLAY
  624. mainByte: 1
  625. mainMaterial2: HARD_CLAY
  626. mainByte2: 0
  627. firstChainsUrl: 'http://textures.minecraft.net/texture/d37220672d54c8704ff18b55b8b70ea3be9b186c3edf38d8a51e31a3e8c5'
  628. secondChainsUrl: 'http://textures.minecraft.net/texture/cffbe6c428194b921995ee718aaacd24311fc894b9c3090f544f990cad65a'
  629. thirdChainsUrl: 'http://textures.minecraft.net/texture/6a635322622762694971c3d1b279fe091b853f14b7522de72c7a5b9a803eb'
  630. cannonUrl: 'http://textures.minecraft.net/texture/f895895a4087b7fedadc1e9ff21c5f2689147661e7dc3177ea46fcfd63a989'
  631. maxSpeed: 0.28
  632. acelerationValue: 0.0037
  633. displayName: '&6Leopard 2A7 Tank'
  634. permission: 'Tanks.type.T2'
  635. missilePower: 5.1
  636. maxHealth: 40
  637. 'T3':
  638. mainMaterial: STAINED_CLAY
  639. mainByte: 5
  640. mainMaterial2: STAINED_CLAY
  641. mainByte2: 13
  642. firstChainsUrl: 'http://textures.minecraft.net/texture/d37220672d54c8704ff18b55b8b70ea3be9b186c3edf38d8a51e31a3e8c5'
  643. secondChainsUrl: 'http://textures.minecraft.net/texture/cffbe6c428194b921995ee718aaacd24311fc894b9c3090f544f990cad65a'
  644. thirdChainsUrl: 'http://textures.minecraft.net/texture/6a635322622762694971c3d1b279fe091b853f14b7522de72c7a5b9a803eb'
  645. cannonUrl: 'http://textures.minecraft.net/texture/f895895a4087b7fedadc1e9ff21c5f2689147661e7dc3177ea46fcfd63a989'
  646. maxSpeed: 0.3
  647. acelerationValue: 0.004
  648. displayName: '&aArmata Tank'
  649. permission: 'Tanks.type.T3'
  650. missilePower: 5.3
  651. maxHealth: 40
  652. submarines:
  653. #
  654. # Colors: BLACK,BLUE,BROWN,CYAN,GRAY,GREEN,LIGHT_BLUE,LIME,MAGENTA,ORANGE,PINK,PURPLE,RED,SILVER,WHITE,YELLOW
  655. #
  656. # Layer types: BASE,BORDER,BRICKS,CIRCLE_MIDDLE,CREEPER,CROSS,CURLY_BORDER,DIAGONAL_LEFT,DIAGONAL_LEFT_MIRROR,
  657. # DIAGONAL_RIGHT,DIAGONAL_RIGHT_MIRROR,FLOWER,GRADIENT,GRADIENT_UP,HALF_HORIZONTAL,HALF_HORIZONTAL_MIRROR,HALF_VERTICAL,
  658. # HALF_VERTICAL_MIRROR,MOJANG,RHOMBUS_MIDDLE,SKULL,SQUARE_BOTTOM_LEFT,SQUARE_BOTTOM_RIGHT,SQUARE_TOP_LEFT,
  659. # SQUARE_TOP_RIGHT,STRAIGHT_CROSS,STRIPE_BOTTOM,STRIPE_CENTER,STRIPE_DOWNLEFT,STRIPE_DOWNRIGHT,
  660. # STRIPE_LEFT,STRIPE_MIDDLE,STRIPE_RIGHT,STRIPE_SMALL,STRIPE_TOP,TRIANGLE_BOTTOM,TRIANGLE_TOP,TRIANGLES_BOTTOM,
  661. # TRIANGLES_TOP
  662. 'S1':
  663. mainMaterial: STAINED_CLAY
  664. mainByte: 9
  665. helixBanners:
  666. - 'WHITE-GRADIENT'
  667. - 'WHITE-DIAGONAL_RIGHT'
  668. - 'WHITE-STRIPE_RIGHT'
  669. - 'WHITE-HALF_VERTICAL_MIRROR'
  670. - 'WHITE-STRIPE_TOP'
  671. - 'WHITE-DIAGONAL_RIGHT_MIRROR'
  672. maxSpeed: 0.26
  673. acelerationValue: 0.0036
  674. rotorSpeedValue: 0.1
  675. displayName: '&aOhio Submarine'
  676. permission: 'Submarines.type.S1'
  677. maxHealth: 40
  678. viewPort1Url: 'http://textures.minecraft.net/texture/e274b7a2bb6d8ea7d36ace798ebed4f8226bd080bba5227285a5a67d595b9'
  679. viewPort2Url: 'http://textures.minecraft.net/texture/2942eee3b8a877dfd3a67c6b76e12c63a574565b2792870e832cc72a61c0f0'
  680. viewPort3Url: 'http://textures.minecraft.net/texture/83324a6046ab85269217afd57e1e61392951417b228c22391874f4e1e295d98'
  681. 'S2':
  682. mainMaterial: STAINED_CLAY
  683. mainByte: 4
  684. helixBanners:
  685. - 'WHITE-GRADIENT'
  686. - 'WHITE-DIAGONAL_RIGHT'
  687. - 'WHITE-STRIPE_RIGHT'
  688. - 'WHITE-HALF_VERTICAL_MIRROR'
  689. - 'WHITE-STRIPE_TOP'
  690. - 'WHITE-DIAGONAL_RIGHT_MIRROR'
  691. maxSpeed: 0.28
  692. acelerationValue: 0.0038
  693. rotorSpeedValue: 0.1
  694. displayName: '&eYellow Submarine'
  695. permission: 'Submarines.type.S2'
  696. maxHealth: 40
  697. viewPort1Url: 'http://textures.minecraft.net/texture/e274b7a2bb6d8ea7d36ace798ebed4f8226bd080bba5227285a5a67d595b9'
  698. viewPort2Url: 'http://textures.minecraft.net/texture/2942eee3b8a877dfd3a67c6b76e12c63a574565b2792870e832cc72a61c0f0'
  699. viewPort3Url: 'http://textures.minecraft.net/texture/83324a6046ab85269217afd57e1e61392951417b228c22391874f4e1e295d98'
  700. 'S3':
  701. mainMaterial: IRON_BLOCK
  702. mainByte: 0
  703. helixBanners:
  704. - 'WHITE-GRADIENT'
  705. - 'WHITE-DIAGONAL_RIGHT'
  706. - 'WHITE-STRIPE_RIGHT'
  707. - 'WHITE-HALF_VERTICAL_MIRROR'
  708. - 'WHITE-STRIPE_TOP'
  709. - 'WHITE-DIAGONAL_RIGHT_MIRROR'
  710. maxSpeed: 0.3
  711. acelerationValue: 0.0038
  712. rotorSpeedValue: 0.1
  713. displayName: '&cSierra II Submarine'
  714. permission: 'Submarines.type.S3'
  715. maxHealth: 40
  716. viewPort1Url: 'http://textures.minecraft.net/texture/e274b7a2bb6d8ea7d36ace798ebed4f8226bd080bba5227285a5a67d595b9'
  717. viewPort2Url: 'http://textures.minecraft.net/texture/2942eee3b8a877dfd3a67c6b76e12c63a574565b2792870e832cc72a61c0f0'
  718. viewPort3Url: 'http://textures.minecraft.net/texture/83324a6046ab85269217afd57e1e61392951417b228c22391874f4e1e295d98'
  719. brooms:
  720. 'B1':
  721. maxSpeed: 1.8
  722. acelerationValue: 0.015
  723. upSpeedValue: 0.35
  724. displayName: '&aComet 140'
  725. maxHealth: 40
  726. permission: 'Brooms.type.B1'
  727. 'B2':
  728. maxSpeed: 1.9
  729. acelerationValue: 0.017
  730. upSpeedValue: 0.4
  731. displayName: '&eNimbus 2001'
  732. maxHealth: 40
  733. permission: 'Brooms.type.B2'
  734. 'B3':
  735. maxSpeed: 2.0
  736. acelerationValue: 0.019
  737. upSpeedValue: 0.45
  738. displayName: '&cFirebolt'
  739. maxHealth: 40
  740. permission: 'Brooms.type.B3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement