Advertisement
Guest User

Untitled

a guest
Aug 13th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. Crate:
  2. CrateType: Wheel #Type of crate.
  3. CrateName: '&7Crates | &f&nRanks' #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.
  6. Slot: 26 #Slot the item is in the GUI.
  7. OpeningBroadCast: false #Enables/Disables the Broadcasts message when they open a crate.
  8. BroadCast: '&e&lCRATES &8ยป &a%Player%' #Message that is broadcasted when opening the crate.
  9. Item: '131' #Item the crate is in the GUI
  10. Glowing: true #If the crate in the main /cc GUI is glowing or not.
  11. Name: '&f&lRanks &f| Crate' #Name of the item in the GUI.
  12. Lore: #The lore of the item in the GUI.
  13. - '&8&l* &7Open this crate with a key to get a reward.'
  14. - '&7'
  15. - '&8&l* &7You have &f%Keys%&f Rank&7 keys'
  16. - '&7'
  17. - '&8&l* &7&oLeft click to open'
  18. - '&8&l* &7&oRight click to preview'
  19. PhysicalKey:
  20. Name: '&f&nRanks&f | &f&lKey' #Name of the Key.
  21. Lore:
  22. - '&7Obtained voting using &e/buy' #Lore of the Key.
  23. Item: '131' #The item the key is.
  24. Glowing: true
  25. Prizes: #All the prizes that can be gotten in the Crate.
  26. 1:
  27. DisplayName: '&fRank | &6&lULTRA'
  28. DisplayItem: '425:14'
  29. DisplayAmount: 1
  30. Lore:
  31. - '&7'
  32. - '&6&l* &eChance: &f15%'
  33. MaxRange: 100
  34. Chance: 15
  35. Firework: true
  36. Glowing: true
  37. Commands:
  38. - 'tm msg %Player% &eCongratulations\n&7You won: &fRank | &6&lULTRA'
  39. - 'voucher give %Player% UltraRank 1'
  40. 2:
  41. DisplayName: '&fRank | &3&lPLATINUM'
  42. DisplayItem: '425:6'
  43. DisplayAmount: 1
  44. Lore:
  45. - '&7'
  46. - '&6&l* &eChance: &f12,5%'
  47. MaxRange: 1000
  48. Chance: 125
  49. Firework: true
  50. Glowing: true
  51. Commands:
  52. - 'tm msg %Player% &eCongratulations\n&7You won: &fRank | &3&lPLATINUM'
  53. - 'voucher give %Player% PlatinumRank 1'
  54. 3:
  55. DisplayName: '&fRank | &e&lCHAMPION'
  56. DisplayItem: '425:11'
  57. DisplayAmount: 1
  58. Lore:
  59. - '&7'
  60. - '&6&l* &eChance: &f10%'
  61. MaxRange: 100
  62. Chance: 10
  63. Firework: true
  64. Glowing: true
  65. Commands:
  66. - 'tm msg %Player% &eCongratulations\n&7You won: &fRank | &e&lCHAMPION'
  67. - 'voucher give %Player% ChampionRank 1'
  68. 4:
  69. DisplayName: '&fRank | &b&lHERO'
  70. DisplayItem: '425:12'
  71. DisplayAmount: 1
  72. Lore:
  73. - '&7'
  74. - '&6&l* &eChance: &f7,50%'
  75. MaxRange: 1000
  76. Chance: 750
  77. Firework: true
  78. Glowing: true
  79. Commands:
  80. - 'tm msg %Player% &eCongratulations\n&7You won: &fRank | &b&lHERO'
  81. - 'voucher give %Player% HeroRank 1'
  82. 5:
  83. DisplayName: '&fRank | &4&lLEGEND'
  84. DisplayItem: '425:1'
  85. DisplayAmount: 1
  86. Lore:
  87. - '&7'
  88. - '&6&l* &eChance: &f5%'
  89. MaxRange: 100
  90. Chance: 5
  91. Firework: true
  92. Glowing: true
  93. Commands:
  94. - 'tm msg %Player% &eCongratulations\n&7You won: &fRank | &4&lLEGEND'
  95. - 'voucher give %Player% LegendRank 1'
  96. 6:
  97. DisplayName: '&fRank | &2&lTITAN'
  98. DisplayItem: '425:2'
  99. DisplayAmount: 1
  100. Lore:
  101. - '&7'
  102. - '&6&l* &eChance: &f3,50%'
  103. MaxRange: 1000
  104. Chance: 35
  105. Firework: true
  106. Glowing: true
  107. Commands:
  108. - 'tm msg %Player% &eCongratulations\n&7You won: &fRank | &2&lTITAN'
  109. - 'voucher give %Player% TitanRank 1'
  110. 7:
  111. DisplayName: '&fRank | &d&lMYSTIC'
  112. DisplayItem: '425:13'
  113. DisplayAmount: 1
  114. Lore:
  115. - '&7'
  116. - '&6&l* &eChance: &f2%'
  117. MaxRange: 100
  118. Chance: 2
  119. Firework: true
  120. Glowing: true
  121. Commands:
  122. - 'tm msg %Player% &eCongratulations\n&7You won: &fRank | &d&lMYSTIC'
  123. - 'voucher give %Player% MysticRank 1'
  124. 9:
  125. DisplayName: '&fRank | &9&lDEITY'
  126. DisplayItem: '425:4'
  127. DisplayAmount: 1
  128. Lore:
  129. - '&7'
  130. - '&6&l* &eChance: &f1%'
  131. MaxRange: 100
  132. Chance: 1
  133. Firework: true
  134. Glowing: true
  135. Commands:
  136. - 'tm msg %Player% &eCongratulations\n&7You won: &fRank | &9&lDEITY'
  137. - 'voucher give %Player% DeityRank 1'
  138. 10:
  139. DisplayName: '&cNothing'
  140. DisplayItem: '166'
  141. DisplayAmount: 1
  142. Lore:
  143. - '&7'
  144. - '&6&l* &eChance: &f10%'
  145. MaxRange: 100
  146. Chance: 10
  147. Firework: true
  148. Glowing: true
  149. Commands:
  150. - 'tm msg %Player% &cAwwww\n&7Better luck next time!'
  151. 12:
  152. DisplayName: '&fTry again...'
  153. DisplayItem: '399'
  154. DisplayAmount: 1
  155. Lore:
  156. - '&7'
  157. - '&6&l* &eChance: &f7,50%'
  158. MaxRange: 1000
  159. Chance: 75
  160. Firework: true
  161. Glowing: true
  162. Commands:
  163. - 'tm msg %Player% &cAwwww\n&7Better luck next time!'
  164. - 'cc give %Player% p Ranks 1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement