Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.69 KB | None | 0 0
  1. Crate:
  2. CrateType: CSGO #Type of crate (CSGO/QuadCrate/QuickCrate/Roulette/CrateOnTheGo/FireCracker/Wonder/Wheel/War/Cosmic(This requires a additional info to work.)).
  3. CrateName: '&2&lVote Crate' #Name of the Inventory if a GUI crate.
  4. StartingKeys: 0 #Starting amount of keys when the player 1st joins.
  5. InGUI: true #If the crate shows in the /cc GUI. (If the crate type is QuickCrate/CrateOnTheGo/FireCracker then the Crate will not work. Quick Crate requires a Physical Crate.)
  6. Slot: 21 #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% &7is opening a &2&lVote Crate&7.' #Message that is broadcasted when opening the crate.
  9. Item: '54' #Item the crate is in the GUI
  10. Glowing: false #If the crate in the main /cc GUI is glowing or not.
  11. Name: '&2&lVote Chest' #Name of the item in the GUI.
  12. Lore: #The lore of the item in the GUI.
  13. - '&7You have &6%Keys% keys &7to open this crate with.'
  14. - '&7&l(&e&l!&7&l) Right click to view rewards.'
  15. PhysicalKey:
  16. Name: '&2&lVote Key' #Name of the Key.
  17. Lore:
  18. - '&7Used to open a vote crate'
  19. Item: '370' #The item the key is.
  20. Glowing: True #Makes the key look enchanted.
  21. # For Cosmic Crates Only
  22. #############################################
  23. # Tiers: #The tiers in the Crate
  24. # Basic: #The Config Name for the Crate
  25. # Name: '&8Basic Prize' #The in-game name of the Crate
  26. # Color: 7 #Use the MetaData for the color of the glass
  27. # Chance: 80 #Chance of that item getting picked. It would be 80/100 chance because MaxRange is 100.
  28. # MaxRange: 100 #The max range that the chance will go though.
  29. # UnCommon:
  30. # Name: '&aUnCommon Prize'
  31. # Color: 5
  32. # Chance: 55
  33. # MaxRange: 100
  34. # Rare:
  35. # Name: '&4Rare Prize'
  36. # Color: 14
  37. # Chance: 20
  38. # MaxRange: 100
  39. #############################################
  40. Prizes: #All the prizes that can be gotten in the Crate.
  41. 1:
  42. DisplayName: '&6Grass &716x'
  43. DisplayItem: '2'
  44. DisplayAmount: 16
  45. Lore:
  46. - '&6&lChance: &c&l20%'
  47. MaxRange: 100
  48. Chance: 20
  49. Firework: false
  50. Glowing: false
  51. Player: ''
  52. Unbreakable: false
  53. Commands:
  54. - 'give %player% grass 16'
  55. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  56. Messages:
  57. - '&9Crates> &7You just won 16x Grass'
  58. BlackListed-Permissions:
  59. - 'crates.blacklist.vote.1'
  60. 2:
  61. DisplayName: '&6Cobblestone &764x'
  62. DisplayItem: '4'
  63. DisplayAmount: 64
  64. Lore:
  65. - '&6&lChance: &c&l25%'
  66. MaxRange: 100
  67. Chance: 25
  68. Firework: false
  69. Glowing: false
  70. Player: ''
  71. Unbreakable: false
  72. Commands:
  73. - 'give %player% cobblestone 64'
  74. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  75. Messages:
  76. - '&9Crates> &7You just won 64x Cobblestone'
  77. BlackListed-Permissions:
  78. - 'crates.blacklist.vote.2'
  79. 3:
  80. DisplayName: '&6Redstone Block &78x'
  81. DisplayItem: '152'
  82. DisplayAmount: 8
  83. Lore:
  84. - '&6&lChance: &c&l10%'
  85. MaxRange: 100
  86. Chance: 10
  87. Firework: false
  88. Glowing: false
  89. Player: ''
  90. Unbreakable: false
  91. Commands:
  92. - 'give %player% redstone_block 8'
  93. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  94. Messages:
  95. - '&9Crates> &7You just won 8x Redstone Blocks'
  96. BlackListed-Permissions:
  97. - 'crates.blacklist.vote.3'
  98. 4:
  99. DisplayName: '&6Diamoond Block &74x'
  100. DisplayItem: '57'
  101. DisplayAmount: 4
  102. Lore:
  103. - '&6&lChance: &c&l4%'
  104. MaxRange: 100
  105. Chance: 4
  106. Firework: false
  107. Glowing: false
  108. Player: ''
  109. Unbreakable: false
  110. Commands:
  111. - 'give %player% diamond_block 4'
  112. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  113. Messages:
  114. - '&9Crates> &7You just won 4x Diamond Blocks'
  115. BlackListed-Permissions:
  116. - 'crates.blacklist.vote.4'
  117. 5:
  118. DisplayName: '&6Gold Block &78x'
  119. DisplayItem: '41'
  120. DisplayAmount: 8
  121. Lore:
  122. - '&6&lChance: &c&l5%'
  123. MaxRange: 100
  124. Chance: 5
  125. Firework: false
  126. Glowing: false
  127. Player: ''
  128. Unbreakable: false
  129. Commands:
  130. - 'give %player% gold_block 8'
  131. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  132. Messages:
  133. - '&9Crates> &7You just won 8x Gold Blocks'
  134. BlackListed-Permissions:
  135. - 'crates.blacklist.vote.5'
  136. 6:
  137. DisplayName: '&6Emerald Block &74x'
  138. DisplayItem: '133'
  139. DisplayAmount: 4
  140. Lore:
  141. - '&6&lChance: &c&l2%'
  142. MaxRange: 100
  143. Chance: 2
  144. Firework: false
  145. Glowing: false
  146. Player: ''
  147. Unbreakable: false
  148. Commands:
  149. - 'give %player% emerald_block 4'
  150. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  151. Messages:
  152. - '&9Crates> &7You just won 4x Emerald Blocks'
  153. BlackListed-Permissions:
  154. - 'crates.blacklist.vote.6'
  155. 7:
  156. DisplayName: '&6Iron Block &78x'
  157. DisplayItem: '42'
  158. DisplayAmount: 8
  159. Lore:
  160. - '&6&lChance: &c&l8%'
  161. MaxRange: 100
  162. Chance: 8
  163. Firework: false
  164. Glowing: false
  165. Player: ''
  166. Unbreakable: false
  167. Commands:
  168. - 'give %player% iron_block 8'
  169. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  170. Messages:
  171. - '&9Crates> &7You just won 8x Iron Blocks'
  172. BlackListed-Permissions:
  173. - 'crates.blacklist.vote.7'
  174. 9:
  175. DisplayName: '&6Coal Block &716x'
  176. DisplayItem: '173'
  177. DisplayAmount: 16
  178. Lore:
  179. - '&6&lChance: &c&l9%'
  180. MaxRange: 100
  181. Chance: 9
  182. Firework: false
  183. Glowing: false
  184. Player: ''
  185. Unbreakable: false
  186. Commands:
  187. - 'give %player% coal_block 16'
  188. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  189. Messages:
  190. - '&9Crates> &7You just won 16x Coal Blocks'
  191. BlackListed-Permissions:
  192. - 'crates.blacklist.vote.9'
  193.  
  194. 10:
  195. DisplayName: '&6Obsidian &716x'
  196. DisplayItem: '49'
  197. DisplayAmount: 16
  198. Lore:
  199. - '&6&lChance: &c&l9%'
  200. MaxRange: 100
  201. Chance: 9
  202. Firework: false
  203. Glowing: false
  204. Player: ''
  205. Unbreakable: false
  206. Commands:
  207. - 'give %player% obsidian 16'
  208. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  209. Messages:
  210. - '&9Crates> &7You just won 16x Obsidian'
  211. BlackListed-Permissions:
  212. - 'crates.blacklist.vote.10'
  213.  
  214. 11:
  215. DisplayName: '&6Hay Bale &716x'
  216. DisplayItem: '170'
  217. DisplayAmount: 16
  218. Lore:
  219. - '&6&lChance: &c&l9%'
  220. MaxRange: 100
  221. Chance: 9
  222. Firework: false
  223. Glowing: false
  224. Player: ''
  225. Unbreakable: false
  226. Commands:
  227. - 'give %player% hay_block 16'
  228. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  229. Messages:
  230. - '&9Crates> &7You just won 16x Hay Bales'
  231. BlackListed-Permissions:
  232. - 'crates.blacklist.vote.11'
  233.  
  234. 12:
  235. DisplayName: '&6Sponge Block &74x'
  236. DisplayItem: '19'
  237. DisplayAmount: 4
  238. Lore:
  239. - '&6&lChance: &c&l9%'
  240. MaxRange: 100
  241. Chance: 9
  242. Firework: false
  243. Glowing: false
  244. Player: ''
  245. Unbreakable: false
  246. Commands:
  247. - 'give %player% sponge 4'
  248. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  249. Messages:
  250. - '&9Crates> &7You just won 4x Sponge Blocks'
  251. BlackListed-Permissions:
  252. - 'crates.blacklist.vote.12'
  253.  
  254. 8:
  255. DisplayName: '&6Saddle &71x'
  256. DisplayItem: '329'
  257. DisplayAmount: 1
  258. Lore:
  259. - '&6&lChance: &c&l9%'
  260. MaxRange: 100
  261. Chance: 9
  262. Firework: false
  263. Glowing: false
  264. Player: ''
  265. Unbreakable: false
  266. Commands:
  267. - 'give %player% saddle 1'
  268. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  269. Messages:
  270. - '&9Crates> &7You just won 1x Saddle'
  271. BlackListed-Permissions:
  272. - 'crates.blacklist.vote.13'
  273.  
  274. 14:
  275. DisplayName: '&6Anvil &71x'
  276. DisplayItem: '145'
  277. DisplayAmount: 1
  278. Lore:
  279. - '&6&lChance: &c&l9%'
  280. MaxRange: 100
  281. Chance: 9
  282. Firework: false
  283. Glowing: false
  284. Player: ''
  285. Unbreakable: false
  286. Commands:
  287. - 'give %player% anvil 1'
  288. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  289. Messages:
  290. - '&9Crates> &7You just won 1x Anvil'
  291. BlackListed-Permissions:
  292. - 'crates.blacklist.vote.14'
  293.  
  294. 15:
  295. DisplayName: '&6Beacon &71x'
  296. DisplayItem: '138'
  297. DisplayAmount: 1
  298. Lore:
  299. - '&6&lChance: &c&l9%'
  300. MaxRange: 100
  301. Chance: 9
  302. Firework: false
  303. Glowing: false
  304. Player: ''
  305. Unbreakable: false
  306. Commands:
  307. - 'give %player% beacon 1'
  308. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  309. Messages:
  310. - '&9Crates> &7You just won 1x Beacon'
  311. BlackListed-Permissions:
  312. - 'crates.blacklist.vote.15'
  313.  
  314. 16:
  315. DisplayName: '&6Enchantment Table &71x'
  316. DisplayItem: '116'
  317. DisplayAmount: 1
  318. Lore:
  319. - '&6&lChance: &c&l9%'
  320. MaxRange: 100
  321. Chance: 9
  322. Firework: false
  323. Glowing: false
  324. Player: ''
  325. Unbreakable: false
  326. Commands:
  327. - 'give %player% enchanting_table 1'
  328. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  329. Messages:
  330. - '&9Crates> &7You just won 1x Enchantment Table'
  331. BlackListed-Permissions:
  332. - 'crates.blacklist.vote.16'
  333.  
  334. 17:
  335. DisplayName: '&6Shulker Shell &71x'
  336. DisplayItem: '450'
  337. DisplayAmount: 1
  338. Lore:
  339. - '&6&lChance: &c&l9%'
  340. MaxRange: 100
  341. Chance: 9
  342. Firework: false
  343. Glowing: false
  344. Player: ''
  345. Unbreakable: false
  346. Commands:
  347. - 'give %player% shulker_shell 1'
  348. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  349. Messages:
  350. - '&9Crates> &7You just won 1x Shulker Shell'
  351. BlackListed-Permissions:
  352. - 'crates.blacklist.vote.17'
  353.  
  354. 18:
  355. DisplayName: '&6Elytra &71x'
  356. DisplayItem: '443'
  357. DisplayAmount: 1
  358. Lore:
  359. - '&6&lChance: &c&l9%'
  360. MaxRange: 100
  361. Chance: 9
  362. Firework: false
  363. Glowing: false
  364. Player: ''
  365. Unbreakable: false
  366. Commands:
  367. - 'give %player% elytra 1'
  368. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  369. Messages:
  370. - '&9Crates> &7You just won 1x Elytra'
  371. BlackListed-Permissions:
  372. - 'crates.blacklist.vote.18'
  373.  
  374. 19:
  375. DisplayName: '&6Map &71x'
  376. DisplayItem: '395'
  377. DisplayAmount: 1
  378. Lore:
  379. - '&6&lChance: &c&l9%'
  380. MaxRange: 100
  381. Chance: 9
  382. Firework: false
  383. Glowing: false
  384. Player: ''
  385. Unbreakable: false
  386. Commands:
  387. - 'give %player% map 1'
  388. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  389. Messages:
  390. - '&9Crates> &7You just won 1x Map'
  391. BlackListed-Permissions:
  392. - 'crates.blacklist.vote.19'
  393.  
  394. 20:
  395. DisplayName: '&6Name Tag &71x'
  396. DisplayItem: '421'
  397. DisplayAmount: 1
  398. Lore:
  399. - '&6&lChance: &c&l9%'
  400. MaxRange: 100
  401. Chance: 9
  402. Firework: false
  403. Glowing: false
  404. Player: ''
  405. Unbreakable: false
  406. Commands:
  407. - 'give %player% name_tag 1'
  408. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  409. Messages:
  410. - '&9Crates> &7You just won 1x Name Tag'
  411. BlackListed-Permissions:
  412. - 'crates.blacklist.vote.20'
  413.  
  414. 21:
  415. DisplayName: '&6End Crystal &71x'
  416. DisplayItem: '426'
  417. DisplayAmount: 1
  418. Lore:
  419. - '&6&lChance: &c&l9%'
  420. MaxRange: 100
  421. Chance: 9
  422. Firework: false
  423. Glowing: false
  424. Player: ''
  425. Unbreakable: false
  426. Commands:
  427. - 'give %player% end_crystal 1'
  428. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  429. Messages:
  430. - '&9Crates> &7You just won 1x End Crystal'
  431. BlackListed-Permissions:
  432. - 'crates.blacklist.vote.21'
  433.  
  434. 22:
  435. DisplayName: '&6Ender Pearl &71x'
  436. DisplayItem: '368'
  437. DisplayAmount: 1
  438. Lore:
  439. - '&6&lChance: &c&l9%'
  440. MaxRange: 100
  441. Chance: 9
  442. Firework: false
  443. Glowing: false
  444. Player: ''
  445. Unbreakable: false
  446. Commands:
  447. - 'give %player% ender_pearl 1'
  448. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  449. Messages:
  450. - '&9Crates> &7You just won 1x Ender Pearl'
  451. BlackListed-Permissions:
  452. - 'crates.blacklist.vote.22'
  453.  
  454. 23:
  455. DisplayName: '&6Experience Bottle &764x'
  456. DisplayItem: '384'
  457. DisplayAmount: 64
  458. Lore:
  459. - '&6&lChance: &c&l9%'
  460. MaxRange: 100
  461. Chance: 9
  462. Firework: false
  463. Glowing: false
  464. Player: ''
  465. Unbreakable: false
  466. Commands:
  467. - 'give %player% experience_bottle 64'
  468. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  469. Messages:
  470. - '&9Crates> &7You just won 64x Experience Bottle'
  471. BlackListed-Permissions:
  472. - 'crates.blacklist.vote.23'
  473.  
  474. 24:
  475. DisplayName: '&6Lead &71x'
  476. DisplayItem: '420'
  477. DisplayAmount: 1
  478. Lore:
  479. - '&6&lChance: &c&l9%'
  480. MaxRange: 100
  481. Chance: 9
  482. Firework: false
  483. Glowing: false
  484. Player: ''
  485. Unbreakable: false
  486. Commands:
  487. - 'give %player% lead 1'
  488. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  489. Messages:
  490. - '&9Crates> &7You just won 1x Lead'
  491. BlackListed-Permissions:
  492. - 'crates.blacklist.vote.24'
  493.  
  494. 25:
  495. DisplayName: '&6Golden Apple &78x'
  496. DisplayItem: '322'
  497. DisplayAmount: 8
  498. Lore:
  499. - '&6&lChance: &c&l9%'
  500. MaxRange: 100
  501. Chance: 9
  502. Firework: false
  503. Glowing: false
  504. Player: ''
  505. Unbreakable: false
  506. Commands:
  507. - 'give %player% golden_apple 8'
  508. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  509. Messages:
  510. - '&9Crates> &7You just won 8x Golden Apple'
  511. BlackListed-Permissions:
  512. - 'crates.blacklist.vote.25'
  513.  
  514. 26:
  515. DisplayName: '&6Enchanted Golden Apple &71x'
  516. DisplayItem: '322:1'
  517. DisplayAmount: 1
  518. Lore:
  519. - '&6&lChance: &c&l9%'
  520. MaxRange: 100
  521. Chance: 9
  522. Firework: false
  523. Glowing: false
  524. Player: ''
  525. Unbreakable: false
  526. Commands:
  527. - 'give %player% golden_apple:1 1'
  528. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  529. Messages:
  530. - '&9Crates> &7You just won 1x Enchanted Golden Apple'
  531. BlackListed-Permissions:
  532. - 'crates.blacklist.vote.26'
  533.  
  534. 27:
  535. DisplayName: '&6Sheep Egg &71x'
  536. DisplayItem: '383:91'
  537. DisplayAmount: 1
  538. Lore:
  539. - '&6&lChance: &c&l9%'
  540. MaxRange: 100
  541. Chance: 9
  542. Firework: false
  543. Glowing: false
  544. Player: ''
  545. Unbreakable: false
  546. Commands:
  547. - 'give %player% 383:91 1'
  548. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  549. Messages:
  550. - '&9Crates> &7You just won 1x Sheep Egg'
  551. BlackListed-Permissions:
  552. - 'crates.blacklist.vote.27'
  553.  
  554. 28:
  555. DisplayName: '&6Pig Egg &71x'
  556. DisplayItem: '383:90'
  557. DisplayAmount: 1
  558. Lore:
  559. - '&6&lChance: &c&l9%'
  560. MaxRange: 100
  561. Chance: 9
  562. Firework: false
  563. Glowing: false
  564. Player: ''
  565. Unbreakable: false
  566. Commands:
  567. - 'give %player% 383:90 1'
  568. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  569. Messages:
  570. - '&9Crates> &7You just won 1x Pig Egg'
  571. BlackListed-Permissions:
  572. - 'crates.blacklist.vote.28'
  573.  
  574. 29:
  575. DisplayName: '&6Cow Egg &71x'
  576. DisplayItem: '383:92'
  577. DisplayAmount: 1
  578. Lore:
  579. - '&6&lChance: &c&l9%'
  580. MaxRange: 100
  581. Chance: 9
  582. Firework: false
  583. Glowing: false
  584. Player: ''
  585. Unbreakable: false
  586. Commands:
  587. - 'give %player% 383:92 1'
  588. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  589. Messages:
  590. - '&9Crates> &7You just won 1x Cow Egg'
  591. BlackListed-Permissions:
  592. - 'crates.blacklist.vote.29'
  593.  
  594. 30:
  595. DisplayName: '&6Mooshroom Egg &71x'
  596. DisplayItem: '383:96'
  597. DisplayAmount: 1
  598. Lore:
  599. - '&6&lChance: &c&l9%'
  600. MaxRange: 100
  601. Chance: 9
  602. Firework: false
  603. Glowing: false
  604. Player: ''
  605. Unbreakable: false
  606. Commands:
  607. - 'give %player% 383:96 1'
  608. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  609. Messages:
  610. - '&9Crates> &7You just won 1x Mooshroom Egg'
  611. BlackListed-Permissions:
  612. - 'crates.blacklist.vote.30'
  613.  
  614. 31:
  615. DisplayName: '&6Chicken Egg &71x'
  616. DisplayItem: '383:93'
  617. DisplayAmount: 1
  618. Lore:
  619. - '&6&lChance: &c&l9%'
  620. MaxRange: 100
  621. Chance: 9
  622. Firework: false
  623. Glowing: false
  624. Player: ''
  625. Unbreakable: false
  626. Commands:
  627. - 'give %player% 383:93 1'
  628. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  629. Messages:
  630. - '&9Crates> &7You just won 1x Chicken Egg'
  631. BlackListed-Permissions:
  632. - 'crates.blacklist.vote.31'
  633.  
  634. 32:
  635. DisplayName: '&6$1000 &71x'
  636. DisplayItem: '351:8'
  637. DisplayAmount: 1
  638. Lore:
  639. - '&6&lChance: &c&l9%'
  640. MaxRange: 100
  641. Chance: 9
  642. Firework: false
  643. Glowing: false
  644. Player: ''
  645. Unbreakable: false
  646. Commands:
  647. - 'eco give %player% 1000'
  648. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  649. Messages:
  650. - '&9Crates> &7You just won $1000'
  651. BlackListed-Permissions:
  652. - 'crates.blacklist.vote.32'
  653.  
  654. 33:
  655. DisplayName: '&6$5000 &71x'
  656. DisplayItem: '351:12'
  657. DisplayAmount: 1
  658. Lore:
  659. - '&6&lChance: &c&l9%'
  660. MaxRange: 100
  661. Chance: 9
  662. Firework: false
  663. Glowing: false
  664. Player: ''
  665. Unbreakable: false
  666. Commands:
  667. - 'eco give %player% 5000'
  668. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  669. Messages:
  670. - '&9Crates> &7You just won $5000'
  671. BlackListed-Permissions:
  672. - 'crates.blacklist.vote.33'
  673.  
  674. 34:
  675. DisplayName: '&6$10000 &71x'
  676. DisplayItem: '351:10'
  677. DisplayAmount: 1
  678. Lore:
  679. - '&6&lChance: &c&l9%'
  680. MaxRange: 100
  681. Chance: 9
  682. Firework: false
  683. Glowing: false
  684. Player: ''
  685. Unbreakable: false
  686. Commands:
  687. - 'eco give %player% 10000'
  688. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  689. Messages:
  690. - '&9Crates> &7You just won $10000'
  691. BlackListed-Permissions:
  692. - 'crates.blacklist.vote.34'
  693.  
  694. 35:
  695. DisplayName: '&6$15000 &71x'
  696. DisplayItem: '351:13'
  697. DisplayAmount: 1
  698. Lore:
  699. - '&6&lChance: &c&l9%'
  700. MaxRange: 100
  701. Chance: 9
  702. Firework: false
  703. Glowing: false
  704. Player: ''
  705. Unbreakable: false
  706. Commands:
  707. - 'eco give %player% 15000'
  708. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  709. Messages:
  710. - '&9Crates> &7You just won $15000'
  711. BlackListed-Permissions:
  712. - 'crates.blacklist.vote.35'
  713.  
  714. 36:
  715. DisplayName: '&6$20000 &71x'
  716. DisplayItem: '351:5'
  717. DisplayAmount: 1
  718. Lore:
  719. - '&6&lChance: &c&l9%'
  720. MaxRange: 100
  721. Chance: 9
  722. Firework: false
  723. Glowing: false
  724. Player: ''
  725. Unbreakable: false
  726. Commands:
  727. - 'eco give %player% 20000'
  728. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  729. Messages:
  730. - '&9Crates> &7You just won $20000'
  731. BlackListed-Permissions:
  732. - 'crates.blacklist.vote.36'
  733.  
  734. 37:
  735. DisplayName: '&6$50000 &71x'
  736. DisplayItem: '175'
  737. DisplayAmount: 1
  738. Lore:
  739. - '&6&lChance: &c&l9%'
  740. MaxRange: 100
  741. Chance: 9
  742. Firework: false
  743. Glowing: false
  744. Player: ''
  745. Unbreakable: false
  746. Commands:
  747. - 'eco give %player% 50000'
  748. # - 'pex user %player% add crazycrates.blacklist.basic.3'
  749. Messages:
  750. - '&9Crates> &7You just won $50000'
  751. BlackListed-Permissions:
  752. - 'crates.blacklist.vote.37'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement