Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.63 KB | None | 0 0
  1. Crate:
  2. CrateType: QUICKCrate #Type of crate.
  3. CrateName: '&6Legendary Crate' #Name of the Inventory if a GUI crate.
  4. StartingKeys: 0 #Starting amount of keys when the player 1st joins.
  5. InGUI: false #If the crate shows in the /cc GUI.
  6. Slot: 23 #Slot the item is in the GUI.
  7. OpeningBroadCast: false #Enables/Disables the Broadcasts message when they open a crate.
  8. BroadCast: '%Prefix%&6&l%Player% &eis opening a &6&lLegendary Crate' #Message that is broadcasted when opening the crate.
  9. Item: '130' #Item the crate is in the GUI
  10. Glowing: false #If the crate in the main /cc GUI is glowing or not.
  11. Name: '&6&lLegendary Crate' #Name of the item in the GUI.
  12. Lore: #The lore of the item in the GUI.
  13. - '&eBest crate in the game.'
  14. PhysicalKey:
  15. Name: '&6&lLegendary Crate Key.' #Name of the Key.
  16. Lore:
  17. - '&6&l▪ &6Use the legendary crate key'
  18. - '&6at &6&l/warp crates.'
  19. Item: '131' #The item the key is.
  20. Glowing: true
  21. Tiers: #The tiers in the Crate
  22. Basic: #The Config Name for the Crate
  23. Name: '&6Legendary Crate' #The in-game name of the Crate
  24. Color: 6 #Use the MetaData for the color of the glass
  25. Chance: 80 #Chance of that item getting picked. It would be 80/100 chance because MaxRange is 100.
  26. MaxRange: 100 #The max range that the chance will go though.
  27. UnCommon:
  28. Name: '&aUnCommon Prize'
  29. Color: 5
  30. Chance: 55
  31. MaxRange: 100
  32. Rare:
  33. Name: '&4Rare Prize'
  34. Color: 14
  35. Chance: 20
  36. MaxRange: 100
  37. Prizes: #All the prizes that can be gotten in the Crate.
  38. 1:
  39. DisplayName: '&c&l5 Rare Crate keys'
  40. DisplayItem: '131'
  41. DisplayAmount: 5
  42. Lore:
  43. - '&7'
  44. - '&8▪ &e&lCHANCE: &c25%'
  45. MaxRange: 100
  46. Chance: 25
  47. Firework: false
  48. Glowing: true
  49. Tiers:
  50. - 'Basic'
  51. - 'UnCommon'
  52. - 'Rare'
  53. Commands:
  54. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &c&l5 Rare Crate Keys'
  55. - 'crate give p rare 5 %Player%'
  56. 2:
  57. DisplayName: '&6$25M'
  58. DisplayItem: '175'
  59. DisplayAmount: 1
  60. Lore:
  61. - '&7'
  62. - '&8▪ &e&lCHANCE: &620%'
  63. MaxRange: 100
  64. Chance: 20
  65. Firework: false
  66. Glowing: false
  67. Tiers:
  68. - 'Basic'
  69. - 'UnCommon'
  70. - 'Rare'
  71. Commands:
  72. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &6$25000000'
  73. - 'eco give %Player% 25000000'
  74. 3:
  75. DisplayName: '&6$50M'
  76. DisplayItem: '175'
  77. DisplayAmount: 1
  78. Lore:
  79. - '&7'
  80. - '&8▪ &e&lCHANCE: &615%'
  81. MaxRange: 100
  82. Chance: 15
  83. Firework: false
  84. Glowing: true
  85. Tiers:
  86. - 'Basic'
  87. - 'UnCommon'
  88. - 'Rare'
  89. Commands:
  90. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &6$50000000'
  91. - 'eco give %Player% 50000000'
  92. 4:
  93. DisplayName: '&6$100M'
  94. DisplayItem: '175'
  95. DisplayAmount: 1
  96. Lore:
  97. - '&7'
  98. - '&8▪ &e&lCHANCE: &65%'
  99. MaxRange: 100
  100. Chance: 5
  101. Firework: false
  102. Glowing: true
  103. Tiers:
  104. - 'Basic'
  105. - 'UnCommon'
  106. - 'Rare'
  107. Commands:
  108. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &6$100000000'
  109. - 'eco give %Player% 100000000'
  110. 5:
  111. DisplayName: '&6$250M'
  112. DisplayItem: '175'
  113. DisplayAmount: 1
  114. Lore:
  115. - '&7'
  116. - '&8▪ &e&lCHANCE: &61%'
  117. MaxRange: 100
  118. Chance: 1
  119. Firework: false
  120. Glowing: true
  121. Tiers:
  122. - 'Basic'
  123. - 'UnCommon'
  124. - 'Rare'
  125. Commands:
  126. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &6$250000000'
  127. - 'eco give %Player% 250000000'
  128. 6:
  129. DisplayName: '&c10 &c&lRare Crate Keys'
  130. DisplayItem: '131'
  131. DisplayAmount: 10
  132. Lore:
  133. - '&7'
  134. - '&8▪ &e&lCHANCE: &615%'
  135. MaxRange: 100
  136. Chance: 15
  137. Firework: false
  138. Glowing: true
  139. Tiers:
  140. - 'Basic'
  141. - 'UnCommon'
  142. - 'Rare'
  143. Commands:
  144. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &c&l10x Crate Keys'
  145. - 'crate give physical Rare 10 %Player%'
  146. 7:
  147. DisplayName: '&6&l2 Legendary Crate Keys'
  148. DisplayItem: '131'
  149. DisplayAmount: 2
  150. Lore:
  151. - '&7'
  152. - '&8▪ &e&lCHANCE: &64%'
  153. MaxRange: 100
  154. Chance: 4
  155. Firework: false
  156. Glowing: true
  157. Tiers:
  158. - 'Basic'
  159. - 'UnCommon'
  160. - 'Rare'
  161. Commands:
  162. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &6&lLegendary Crate Keys'
  163. - 'crate give physical legendary 2 %Player%'
  164. 8:
  165. DisplayName: '&4&lSORCO KIT'
  166. DisplayItem: '310'
  167. DisplayAmount: 1
  168. Lore:
  169. - '&8▪ &e&lCHANCE: &610%'
  170. MaxRange: 100
  171. Chance: 10
  172. Firework: false
  173. Glowing: true
  174. Tiers:
  175. - 'Basic'
  176. - 'UnCommon'
  177. - 'Rare'
  178. Commands:
  179. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &4&lSorco Kit'
  180. - 'kit Sorco %Player%'
  181. 9:
  182. DisplayName: '&c&lLEGEND KIT'
  183. DisplayItem: '310'
  184. DisplayAmount: 1
  185. Lore:
  186. - '&8▪ &e&lCHANCE: &65%'
  187. MaxRange: 100
  188. Chance: 5
  189. Firework: false
  190. Glowing: true
  191. Tiers:
  192. - 'Basic'
  193. - 'UnCommon'
  194. - 'Rare'
  195. Commands:
  196. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &c&lLegend Kit'
  197. - 'kit Legend %Player%'
  198. 10:
  199. DisplayName: '&e&lEternal KIT'
  200. DisplayItem: '310'
  201. DisplayAmount: 1
  202. Lore:
  203. - '&8▪ &e&lCHANCE: &62%'
  204. MaxRange: 100
  205. Chance: 2
  206. Firework: false
  207. Glowing: true
  208. Tiers:
  209. - 'Basic'
  210. - 'UnCommon'
  211. - 'Rare'
  212. Commands:
  213. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &e&l(Eternal Kit)'
  214. - 'kit Eternal %Player%'
  215. 12:
  216. DisplayName: '&b&l1 Rank Crate Key'
  217. DisplayItem: '131'
  218. DisplayAmount: 1
  219. Lore:
  220. - '&7'
  221. - '&8▪ &e&lCHANCE: &61%'
  222. MaxRange: 100
  223. Chance: 1
  224. Firework: true
  225. Glowing: true
  226. Tiers:
  227. - 'Basic'
  228. - 'UnCommon'
  229. - 'Rare'
  230. Commands:
  231. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &b&l1 Rank Crate Key'
  232. - 'crate give physical rank 1 %Player%'
  233. 13:
  234. DisplayName: '&e&l[Yellow Color]'
  235. DisplayItem: '35:4'
  236. DisplayAmount: 1
  237. Lore:
  238. - '&8▪ &e&lCHANCE: &63%'
  239. MaxRange: 100
  240. Chance: 3
  241. Firework: false
  242. Glowing: false
  243. Tiers:
  244. - 'Basic'
  245. - 'UnCommon'
  246. - 'Rare'
  247. Commands:
  248. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &e&lYellow Color.'
  249. - 'pex user %Player% add chatcolor.color.yellow'
  250. 14:
  251. DisplayName: '&6&l[Gold Color]'
  252. DisplayItem: '35:1'
  253. DisplayAmount: 1
  254. Lore:
  255. - '&8▪ &e&lCHANCE: &63%'
  256. MaxRange: 100
  257. Chance: 3
  258. Firework: false
  259. Glowing: false
  260. Tiers:
  261. - 'Basic'
  262. - 'UnCommon'
  263. - 'Rare'
  264. Commands:
  265. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6&lGold Color.'
  266. - 'pex user %Player% add chatcolor.color.gold'
  267. 15:
  268. DisplayName: '&c&l[Red Color]'
  269. DisplayItem: '35:14'
  270. DisplayAmount: 1
  271. Lore:
  272. - '&8▪ &e&lCHANCE: &63%'
  273. MaxRange: 100
  274. Chance: 3
  275. Firework: false
  276. Glowing: false
  277. Tiers:
  278. - 'Basic'
  279. - 'UnCommon'
  280. - 'Rare'
  281. Commands:
  282. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &c&lRed Color.'
  283. - 'pex user %Player% add chatcolor.color.light_red'
  284. 17:
  285. DisplayName: '&4&l[Dark Red Color]'
  286. DisplayItem: '159:14'
  287. DisplayAmount: 1
  288. Lore:
  289. - '&8▪ &e&lCHANCE: &62%'
  290. MaxRange: 100
  291. Chance: 2
  292. Firework: false
  293. Glowing: false
  294. Tiers:
  295. - 'Basic'
  296. - 'UnCommon'
  297. - 'Rare'
  298. Commands:
  299. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &4&lDark Color.'
  300. - 'pex user %Player% add chatcolor.color.dark_red'
  301. 16:
  302. DisplayName: '&f&l&k&lkkk&f&lBold Chat&k&lkkk'
  303. DisplayItem: '35'
  304. DisplayAmount: 1
  305. Lore:
  306. - '&8▪ &e&lCHANCE: &61%'
  307. MaxRange: 100
  308. Chance: 1
  309. Firework: true
  310. Glowing: true
  311. Tiers:
  312. - 'Basic'
  313. - 'UnCommon'
  314. - 'Rare'
  315. Commands:
  316. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &f&lBold Chat'
  317. - 'pex user %Player% add chatcolor.color.bold'
  318. 17:
  319. DisplayName: '&6[1000 Tokens]'
  320. DisplayItem: '378'
  321. DisplayAmount: 1
  322. Lore:
  323. - '&8▪ &e&lCHANCE: &640%'
  324. MaxRange: 100
  325. Chance: 40
  326. Firework: false
  327. Glowing: false
  328. Tiers:
  329. - 'Basic'
  330. - 'UnCommon'
  331. - 'Rare'
  332. Commands:
  333. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &61000 Tokens'
  334. - 'te add %Player% 1000'
  335. 18:
  336. DisplayName: '&6[2500 Tokens]'
  337. DisplayItem: '378'
  338. DisplayAmount: 1
  339. Lore:
  340. - '&8▪ &e&lCHANCE: &635%'
  341. MaxRange: 100
  342. Chance: 35
  343. Firework: false
  344. Glowing: false
  345. Tiers:
  346. - 'Basic'
  347. - 'UnCommon'
  348. - 'Rare'
  349. Commands:
  350. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &62500 Tokens'
  351. - 'te add %Player% 2500'
  352. 19:
  353. DisplayName: '&4&l/rename'
  354. DisplayItem: '421'
  355. DisplayAmount: 1
  356. Lore:
  357. - '&8▪ &e&lCHANCE: &65%'
  358. - '&8'
  359. - '&c&lNOTE: &eThis perk only'
  360. - '&elast for 5 minutes. Purchase'
  361. - '&6&l[Corrupt] &efor it to'
  362. - '&elifetime.'
  363. MaxRange: 100
  364. Chance: 5
  365. Firework: true
  366. Glowing: true
  367. Tiers:
  368. - 'Basic'
  369. - 'UnCommon'
  370. - 'Rare'
  371. Commands:
  372. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &4&l/rename'
  373. - 'msg %Player% If you use /rename it will clear all block count from pickaxe. You have been warned.'
  374. - 'pex user %Player% timed add sr.name 360'
  375. - 'pex user %Player% timed add sr.color 360'
  376. 20:
  377. DisplayName: '&b&l/invsee'
  378. DisplayItem: '311'
  379. DisplayAmount: 1
  380. Lore:
  381. - '&8▪ &e&lCHANCE: &62%'
  382. - '&8'
  383. - '&c&lNOTE: &eThis lets you'
  384. - '&elook in people''s inventory'
  385. - '&eyou cannot take anything out.'
  386. MaxRange: 100
  387. Chance: 2
  388. Firework: false
  389. Glowing: true
  390. Tiers:
  391. - 'Basic'
  392. - 'UnCommon'
  393. - 'Rare'
  394. Commands:
  395. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &b&l/invsee'
  396. - 'pex user %Player% add essentials.invsee'
  397. 21:
  398. DisplayName: '&5&l/skull'
  399. DisplayItem: '397'
  400. DisplayAmount: 1
  401. Lore:
  402. - '&8▪ &e&lCHANCE: &62%'
  403. - '&8'
  404. - '&c&lNOTE: &eThis lets you'
  405. - '&eget a skull of yourself.'
  406. - '&eCan be used for plots.'
  407. MaxRange: 100
  408. Chance: 2
  409. Firework: false
  410. Glowing: true
  411. Tiers:
  412. - 'Basic'
  413. - 'UnCommon'
  414. - 'Rare'
  415. Commands:
  416. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &5&l/skull'
  417. - 'pex user %Player% add essentials.skull'
  418. - 'pex user %Player% add essentials.skull.spawn'
  419. - 'pex user %player% add essentials.skull.modify'
  420. 25:
  421. DisplayName: '&e&lx64 Enchanted Golden Apples'
  422. DisplayItem: '322:1'
  423. DisplayAmount: 64
  424. Lore:
  425. - '&e'
  426. - '&8▪ &e&lCHANCE: &65%'
  427. - '&e'
  428. MaxRange: 100
  429. Chance: 5
  430. Firework: false
  431. Glowing: true
  432. Tiers:
  433. - 'Basic'
  434. - 'UnCommon'
  435. - 'Rare'
  436. Commands:
  437. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6x64 Enchanted Golden Apples'
  438. - 'give %Player% 322:1 64'
  439. 26:
  440. DisplayName: '&d&l1 Disguise Crate Key'
  441. DisplayItem: '131'
  442. DisplayAmount: 1
  443. Lore:
  444. - '&7'
  445. - '&8▪ &e&lCHANCE: &62%'
  446. MaxRange: 100
  447. Chance: 2
  448. Firework: false
  449. Glowing: true
  450. Tiers:
  451. - 'Basic'
  452. - 'UnCommon'
  453. - 'Rare'
  454. Commands:
  455. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &d&l1 Disguise Crate Key'
  456. - 'crate give physical disguise 1 %Player%'
  457. 27:
  458. DisplayName: '&9&l1 Pet Crate Key'
  459. DisplayItem: '131'
  460. DisplayAmount: 1
  461. Lore:
  462. - '&7'
  463. - '&8▪ &e&lCHANCE: &61%'
  464. MaxRange: 100
  465. Chance: 1
  466. Firework: false
  467. Glowing: true
  468. Tiers:
  469. - 'Basic'
  470. - 'UnCommon'
  471. - 'Rare'
  472. Commands:
  473. - 'tm msg %Player% &6CorruptPrisons\n&eYou won: &9&l1 Pet Crate Key'
  474. - 'crate give physical pets 1 %Player%'
  475. 28:
  476. DisplayName: '&6Backpack Voucher (36 Slots)'
  477. DisplayItem: '54'
  478. DisplayAmount: 1
  479. Lore:
  480. - '&e'
  481. - '&8▪ &e&lCHANCE: &610%'
  482. - '&e'
  483. MaxRange: 100
  484. Chance: 10
  485. Firework: false
  486. Glowing: true
  487. Tiers:
  488. - 'Basic'
  489. - 'UnCommon'
  490. - 'Rare'
  491. Commands:
  492. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6Backpack (36 Slots)'
  493. - 'prisonutils:backpack %Player% 4 soulbound'
  494. 29:
  495. DisplayName: '&6Backpack Voucher (45 Slots)'
  496. DisplayItem: '54'
  497. DisplayAmount: 1
  498. Lore:
  499. - '&e'
  500. - '&8▪ &e&lCHANCE: &65%'
  501. - '&e'
  502. MaxRange: 100
  503. Chance: 5
  504. Firework: false
  505. Glowing: true
  506. Tiers:
  507. - 'Basic'
  508. - 'UnCommon'
  509. - 'Rare'
  510. Commands:
  511. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6Backpack (45 Slots)'
  512. - 'prisonutils:backpack %Player% 5 soulbound'
  513. 30:
  514. DisplayName: '&6&l&o2x Plot Voucher'
  515. DisplayItem: '2'
  516. DisplayAmount: 1
  517. Lore:
  518. - '&e'
  519. - '&8▪ &e&lCHANCE: &65%'
  520. - '&e'
  521. MaxRange: 100
  522. Chance: 5
  523. Firework: false
  524. Glowing: false
  525. Tiers:
  526. - 'Basic'
  527. - 'UnCommon'
  528. - 'Rare'
  529. Commands:
  530. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6&l2x Plots'
  531. - 'pex user %Player% add plots.plot.2'
  532. 31:
  533. DisplayName: '&6&l&o3x Plot Voucher'
  534. DisplayItem: '2'
  535. DisplayAmount: 1
  536. Lore:
  537. - '&e'
  538. - '&8▪ &e&lCHANCE: &64%'
  539. - '&e'
  540. MaxRange: 100
  541. Chance: 4
  542. Firework: false
  543. Glowing: false
  544. Tiers:
  545. - 'Basic'
  546. - 'UnCommon'
  547. - 'Rare'
  548. Commands:
  549. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6&l3x Plots'
  550. - 'pex user %Player% add plots.plot.3'
  551. 32:
  552. DisplayName: '&6&o1.2x &e&oMoney Booster'
  553. DisplayItem: '340'
  554. DisplayAmount: 1
  555. Lore:
  556. - '&e'
  557. - '&8▪ &e&lCHANCE: &65%'
  558. - '&e'
  559. MaxRange: 100
  560. Chance: 5
  561. Firework: false
  562. Glowing: false
  563. Tiers:
  564. - 'Basic'
  565. - 'UnCommon'
  566. - 'Rare'
  567. Commands:
  568. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6&l1.2x Money Booster'
  569. - 'voucher give %Player% MoneyBooster 1'
  570. 33:
  571. DisplayName: '&6&o1.5x &e&oMoney Booster'
  572. DisplayItem: '340'
  573. DisplayAmount: 1
  574. Lore:
  575. - '&e'
  576. - '&8▪ &e&lCHANCE: &62%'
  577. - '&e'
  578. MaxRange: 100
  579. Chance: 2
  580. Firework: false
  581. Glowing: true
  582. Tiers:
  583. - 'Basic'
  584. - 'UnCommon'
  585. - 'Rare'
  586. Commands:
  587. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6&l1.5x Money Booster'
  588. - 'voucher give %Player% MoneyBooster2 1'
  589. 34:
  590. DisplayName: '&6&lGalaxy Helmet'
  591. DisplayItem: '314'
  592. DisplayAmount: 1
  593. Lore:
  594. - '&e'
  595. - '&8▪ &e&lCHANCE: &64%'
  596. - '&e'
  597. - '&c&lNOTE: &fOnce you have the'
  598. - '&ffull set. It will glow!'
  599. MaxRange: 100
  600. Chance: 4
  601. Firework: true
  602. Glowing: true
  603. Tiers:
  604. - 'Basic'
  605. - 'UnCommon'
  606. - 'Rare'
  607. Commands:
  608. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6&lGalaxy Helmet'
  609. - 'galaxyarmor give %Player% helmet'
  610. 35:
  611. DisplayName: '&6&lGalaxy Chestplate'
  612. DisplayItem: '315'
  613. DisplayAmount: 1
  614. Lore:
  615. - '&e'
  616. - '&8▪ &e&lCHANCE: &61%'
  617. - '&e'
  618. - '&c&lNOTE: &fOnce you have the'
  619. - '&ffull set. It will glow!'
  620. MaxRange: 100
  621. Chance: 1
  622. Firework: true
  623. Glowing: true
  624. Tiers:
  625. - 'Basic'
  626. - 'UnCommon'
  627. - 'Rare'
  628. Commands:
  629. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6&lGalaxy Chestplate'
  630. - 'galaxyarmor give %Player% chestplate'
  631. 36:
  632. DisplayName: '&6&lGalaxy Leggings'
  633. DisplayItem: '316'
  634. DisplayAmount: 1
  635. Lore:
  636. - '&e'
  637. - '&8▪ &e&lCHANCE: &62%'
  638. - '&e'
  639. - '&c&lNOTE: &fOnce you have the'
  640. - '&ffull set. It will glow!'
  641. MaxRange: 100
  642. Chance: 2
  643. Firework: true
  644. Glowing: true
  645. Tiers:
  646. - 'Basic'
  647. - 'UnCommon'
  648. - 'Rare'
  649. Commands:
  650. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6&lGalaxy Leggings'
  651. - 'galaxyarmor give %Player% leggings'
  652. 37:
  653. DisplayName: '&6&lGalaxy Boots'
  654. DisplayItem: '317'
  655. DisplayAmount: 1
  656. Lore:
  657. - '&e'
  658. - '&8▪ &e&lCHANCE: &63%'
  659. - '&e'
  660. - '&c&lNOTE: &fOnce you have the'
  661. - '&ffull set. It will glow!'
  662. MaxRange: 100
  663. Chance: 3
  664. Firework: true
  665. Glowing: true
  666. Tiers:
  667. - 'Basic'
  668. - 'UnCommon'
  669. - 'Rare'
  670. Commands:
  671. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6&lGalaxy Boots'
  672. - 'galaxyarmor give %Player% boots'
  673. 38:
  674. DisplayName: '&b&lNezker Kit'
  675. DisplayItem: '160:3'
  676. DisplayAmount: 1
  677. Lore:
  678. - '&7'
  679. - '&8▪ &e&lCHANCE: &615%'
  680. MaxRange: 100
  681. Chance: 15
  682. Firework: false
  683. Glowing: true
  684. Tiers:
  685. - 'Basic'
  686. - 'UnCommon'
  687. - 'Rare'
  688. Commands:
  689. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &b&lNezker Kit'
  690. - 'ekit nezker %Player%'
  691. 39:
  692. DisplayName: '&6&lCorrupt Kit'
  693. DisplayItem: '312'
  694. DisplayAmount: 1
  695. Lore:
  696. - '&7'
  697. - '&8▪ &e&lCHANCE: &62%'
  698. MaxRange: 100
  699. Chance: 2
  700. Firework: false
  701. Glowing: true
  702. Tiers:
  703. - 'Basic'
  704. - 'UnCommon'
  705. - 'Rare'
  706. Commands:
  707. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &e&lCorrupt Kit!'
  708. - 'kit corrupt %player%'
  709. 40:
  710. DisplayName: '&e&l$15bil'
  711. DisplayItem: '339'
  712. DisplayAmount: 1
  713. Lore:
  714. - '&7'
  715. - '&8▪ &e&lCHANCE: &65%'
  716. MaxRange: 100
  717. Chance: 5
  718. Firework: false
  719. Glowing: true
  720. Tiers:
  721. - 'Basic'
  722. - 'UnCommon'
  723. - 'Rare'
  724. Commands:
  725. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &e&l$15Bil'
  726. - 'eco give %player 15000000000'
  727. 41:
  728. DisplayName: '&5&lSoulShadow Wings'
  729. DisplayItem: '381'
  730. DisplayAmount: 1
  731. Lore:
  732. - '&7'
  733. - '&8▪ &e&lCHANCE: &61%'
  734. - '&8'
  735. - '&c&lNOTE: &b&lFrost Wings'
  736. - '&bcan only be unlocked from'
  737. - '&6&lMining Quest.'
  738. - '&8'
  739. - '&c&lNOTE: &4&lBloody Wings'
  740. - '&4can only be unlocked from'
  741. - '&6&lKilling Quest.'
  742. - '&8'
  743. - '&c&lNOTE: &f&lAngel Wings'
  744. - '&fcan only be unlocked from'
  745. - '&6&lDistance Quest.'
  746. MaxRange: 100
  747. Chance: 1
  748. Firework: false
  749. Glowing: true
  750. Tiers:
  751. - 'Basic'
  752. - 'UnCommon'
  753. - 'Rare'
  754. Commands:
  755. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &5&lSoulShadow Wings'
  756. - 'pex user %Player% add customwings.wing.SoulShadow'
  757. 42:
  758. DisplayName: '&3&lWisdom Wings'
  759. DisplayItem: '280'
  760. DisplayAmount: 1
  761. Lore:
  762. - '&7'
  763. - '&8▪ &e&lCHANCE: &61%'
  764. - '&8'
  765. - '&c&lNOTE: &b&lFrost Wings'
  766. - '&bcan only be unlocked from'
  767. - '&6&lMining Quest.'
  768. - '&8'
  769. - '&c&lNOTE: &4&lBloody Wings'
  770. - '&4can only be unlocked from'
  771. - '&6&lKilling Quest.'
  772. - '&8'
  773. - '&c&lNOTE: &f&lAngel Wings'
  774. - '&fcan only be unlocked from'
  775. - '&6&lDistance Quest.'
  776. MaxRange: 100
  777. Chance: 1
  778. Firework: false
  779. Glowing: true
  780. Tiers:
  781. - 'Basic'
  782. - 'UnCommon'
  783. - 'Rare'
  784. Commands:
  785. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &3&lWisdom Wings'
  786. - 'pex user %Player% add customwings.wing.Wisdom'
  787. 43:
  788. DisplayName: '&6&l[King] &6&oTag'
  789. DisplayItem: '421'
  790. DisplayAmount: 1
  791. Lore:
  792. - '&7'
  793. - '&8▪ &e&lCHANCE: &610%'
  794. MaxRange: 100
  795. Chance: 10
  796. Firework: false
  797. Glowing: true
  798. Tiers:
  799. - 'Basic'
  800. - 'UnCommon'
  801. - 'Rare'
  802. Commands:
  803. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &6&lKing Tag'
  804. - 'pex user %Player% add chattags.tag.king'
  805. 44:
  806. DisplayName: '&b&l[Tryhard] &b&oTag'
  807. DisplayItem: '421'
  808. DisplayAmount: 1
  809. Lore:
  810. - '&7'
  811. - '&8▪ &e&lCHANCE: &69%'
  812. MaxRange: 100
  813. Chance: 9
  814. Firework: false
  815. Glowing: true
  816. Tiers:
  817. - 'Basic'
  818. - 'UnCommon'
  819. - 'Rare'
  820. Commands:
  821. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &b&lTryhard Tag'
  822. - 'pex user %Player% add chattags.tag.tryhard'
  823. 45:
  824. DisplayName: '&e&leZ &e&oTag'
  825. DisplayItem: '421'
  826. DisplayAmount: 1
  827. Lore:
  828. - '&7'
  829. - '&8▪ &e&lCHANCE: &68%'
  830. MaxRange: 100
  831. Chance: 8
  832. Firework: false
  833. Glowing: true
  834. Tiers:
  835. - 'Basic'
  836. - 'UnCommon'
  837. - 'Rare'
  838. Commands:
  839. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &e&leZ Tag'
  840. - 'pex user %Player% add chattags.tag.ez'
  841. 46:
  842. DisplayName: '&d&l<3 &d&oTag'
  843. DisplayItem: '421'
  844. DisplayAmount: 1
  845. Lore:
  846. - '&7'
  847. - '&8▪ &e&lCHANCE: &67%'
  848. MaxRange: 100
  849. Chance: 7
  850. Firework: false
  851. Glowing: true
  852. Tiers:
  853. - 'Basic'
  854. - 'UnCommon'
  855. - 'Rare'
  856. Commands:
  857. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &d&l<3 Tag'
  858. - 'pex user %Player% add chattags.tag.love'
  859. 47:
  860. DisplayName: '&3&l[Savage] &3&oTag'
  861. DisplayItem: '421'
  862. DisplayAmount: 1
  863. Lore:
  864. - '&7'
  865. - '&8▪ &e&lCHANCE: &66%'
  866. MaxRange: 100
  867. Chance: 6
  868. Firework: false
  869. Glowing: true
  870. Tiers:
  871. - 'Basic'
  872. - 'UnCommon'
  873. - 'Rare'
  874. Commands:
  875. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &3&lSavage Tag'
  876. - 'pex user %Player% add chattags.tag.savage'
  877. 48:
  878. DisplayName: '&5&lGang Gang! &5&oTag'
  879. DisplayItem: '421'
  880. DisplayAmount: 1
  881. Lore:
  882. - '&7'
  883. - '&8▪ &e&lCHANCE: &65%'
  884. MaxRange: 100
  885. Chance: 5
  886. Firework: false
  887. Glowing: true
  888. Tiers:
  889. - 'Basic'
  890. - 'UnCommon'
  891. - 'Rare'
  892. Commands:
  893. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &5&lGangGang Tag'
  894. - 'pex user %Player% add chattags.tag.gang'
  895. 49:
  896. DisplayName: '&a&l[Money Maker] &a&oTag'
  897. DisplayItem: '421'
  898. DisplayAmount: 1
  899. Lore:
  900. - '&7'
  901. - '&8▪ &e&lCHANCE: &64%'
  902. MaxRange: 100
  903. Chance: 4
  904. Firework: false
  905. Glowing: true
  906. Tiers:
  907. - 'Basic'
  908. - 'UnCommon'
  909. - 'Rare'
  910. Commands:
  911. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &a&lMoneyMaker Tag'
  912. - 'pex user %Player% add chattags.tag.moneymaker'
  913. 50:
  914. DisplayName: '&4&l[OP] &4&oTag'
  915. DisplayItem: '421'
  916. DisplayAmount: 1
  917. Lore:
  918. - '&7'
  919. - '&8▪ &e&lCHANCE: &63%'
  920. MaxRange: 100
  921. Chance: 3
  922. Firework: false
  923. Glowing: true
  924. Tiers:
  925. - 'Basic'
  926. - 'UnCommon'
  927. - 'Rare'
  928. Commands:
  929. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &4&lOP Tag'
  930. - 'pex user %Player% add chattags.tag.op'
  931. 51:
  932. DisplayName: '&2&l[Breaker] &2&oTag'
  933. DisplayItem: '421'
  934. DisplayAmount: 1
  935. Lore:
  936. - '&7'
  937. - '&8▪ &e&lCHANCE: &62%'
  938. MaxRange: 100
  939. Chance: 2
  940. Firework: false
  941. Glowing: true
  942. Tiers:
  943. - 'Basic'
  944. - 'UnCommon'
  945. - 'Rare'
  946. Commands:
  947. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &2&lBreaker Tag'
  948. - 'pex user %Player% add chattags.tag.breaker'
  949. 52:
  950. DisplayName: '&c&l#Comp &c&oTag'
  951. DisplayItem: '421'
  952. DisplayAmount: 1
  953. Lore:
  954. - '&7'
  955. - '&8▪ &e&lCHANCE: &61%'
  956. - '&7'
  957. - '&e&oPsss.... this is the tag'
  958. - '&efrom complusion. See if you can'
  959. - '&eget it!'
  960. MaxRange: 100
  961. Chance: 1
  962. Firework: false
  963. Glowing: true
  964. Tiers:
  965. - 'Basic'
  966. - 'UnCommon'
  967. - 'Rare'
  968. Commands:
  969. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &c&l#Comp Tag'
  970. - 'pex user %Player% add chattags.tag.comp'
  971. 53:
  972. DisplayName: '&5&lEnderchest Upgrade &d(Level 1)'
  973. DisplayItem: '130'
  974. DisplayAmount: 1
  975. Lore:
  976. - '&7'
  977. - '&5&l* &d(9 Slots &d- 18 Slots)'
  978. - '&7'
  979. - '&8▪ &e&lCHANCE: &620%'
  980. MaxRange: 100
  981. Chance: 20
  982. Firework: false
  983. Glowing: true
  984. Tiers:
  985. - 'Basic'
  986. - 'UnCommon'
  987. - 'Rare'
  988. Commands:
  989. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &5&lEnderchest Lv.1'
  990. - 'pex user %Player% add CustomEnderChest.level.1'
  991. 54:
  992. DisplayName: '&5&lEnderchest Upgrade &d(Level 2)'
  993. DisplayItem: '130'
  994. DisplayAmount: 1
  995. Lore:
  996. - '&7'
  997. - '&5&l* &d(9 Slots &d- 27 Slots)'
  998. - '&7'
  999. - '&8▪ &e&lCHANCE: &615%'
  1000. MaxRange: 100
  1001. Chance: 15
  1002. Firework: false
  1003. Glowing: true
  1004. Tiers:
  1005. - 'Basic'
  1006. - 'UnCommon'
  1007. - 'Rare'
  1008. Commands:
  1009. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &5&lEnderchest Lv.2'
  1010. - 'pex user %Player% add CustomEnderChest.level.2'
  1011. 55:
  1012. DisplayName: '&5&lEnderchest Upgrade &d(Level 3)'
  1013. DisplayItem: '130'
  1014. DisplayAmount: 1
  1015. Lore:
  1016. - '&7'
  1017. - '&5&l* &d(9 Slots &d- 36 Slots)'
  1018. - '&7'
  1019. - '&8▪ &e&lCHANCE: &610%'
  1020. MaxRange: 100
  1021. Chance: 10
  1022. Firework: false
  1023. Glowing: true
  1024. Tiers:
  1025. - 'Basic'
  1026. - 'UnCommon'
  1027. - 'Rare'
  1028. Commands:
  1029. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &5&lEnderchest Lv.3'
  1030. - 'pex user %Player% add CustomEnderChest.level.3'
  1031. 56:
  1032. DisplayName: '&5&lEnderchest Upgrade &d(Level 4)'
  1033. DisplayItem: '130'
  1034. DisplayAmount: 1
  1035. Lore:
  1036. - '&7'
  1037. - '&5&l* &d(9 Slots &d- 45 Slots)'
  1038. - '&7'
  1039. - '&8▪ &e&lCHANCE: &65%'
  1040. MaxRange: 100
  1041. Chance: 5
  1042. Firework: false
  1043. Glowing: true
  1044. Tiers:
  1045. - 'Basic'
  1046. - 'UnCommon'
  1047. - 'Rare'
  1048. Commands:
  1049. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &5&lEnderchest Lv.4'
  1050. - 'pex user %Player% add CustomEnderChest.level.4'
  1051. 57:
  1052. DisplayName: '&5&lEnderchest Upgrade &d(Level 5)'
  1053. DisplayItem: '130'
  1054. DisplayAmount: 1
  1055. Lore:
  1056. - '&7'
  1057. - '&5&l* &d(9 Slots &d- 54 Slots)'
  1058. - '&7'
  1059. - '&8▪ &e&lCHANCE: &61%'
  1060. MaxRange: 100
  1061. Chance: 1
  1062. Firework: false
  1063. Glowing: true
  1064. Tiers:
  1065. - 'Basic'
  1066. - 'UnCommon'
  1067. - 'Rare'
  1068. Commands:
  1069. - 'tm msg %Player% &6&lCorruptPrisons\n&eYou won: &5&lEnderchest Lv.5'
  1070. - 'pex user %Player% add CustomEnderChest.level.5'
  1071. 58:
  1072. DisplayName: '&6&l[25000 Tokens]'
  1073. DisplayItem: '378'
  1074. DisplayAmount: 1
  1075. Lore:
  1076. - '&7'
  1077. - '&8▪ &e&lCHANCE: &65%'
  1078. MaxRange: 100
  1079. Chance: 5
  1080. Firework: false
  1081. Glowing: true
  1082. Tiers:
  1083. - 'Basic'
  1084. - 'UnCommon'
  1085. - 'Rare'
  1086. Commands:
  1087. - 'te add %Player% 25000'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement