Advertisement
amitay12123

Untitled

Aug 15th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. BASIC
  2.  
  3.  
  4. Settings:
  5. Spawn-Chance: 50 #The chance that this tier will spawn.
  6. Use-Chance: true #If true then it uses the chance option in the prizes and if false then each prize has a 1/(Amount of Prizes) chance of winning.
  7. Placed-Block: '54' #The block that will be clicked when they land.
  8. Bulk-Prizes: #This allows players to win multiple prizes from one crate.
  9. Toggle: false #Toggle if players can win multiple prizes.
  10. Random: true #If true then it will pick a random bulk from 1-MaxBulk.
  11. Max-Bulk: 3 #The max amount of prizes.
  12. Hologram-Toggle: true #Toggle on and off holograms.
  13. Hologram-Height: 1.5 #How high the hologram will be from the crate.
  14. Hologram: #Holograms only show if Holographic Displays is on the server.
  15. - '&7&l(&6&l!&7&l) Basic Crate'
  16. Firework-Toggle: true #Toggle on or off fireworks.
  17. Firework-Colors: #The colors the fireworks will be.
  18. - 'Gray'
  19. - 'Black'
  20. - 'Orange'
  21. Signal-Flare:
  22. Toggle: true
  23. Time: '15s'
  24. Colors:
  25. - 'Gray'
  26. - 'Black'
  27. - 'Orange'
  28. ###################################
  29. # Items: Options
  30. # Item:<ID:MD> - You can choose the item with its id and meta data.
  31. # Amount:<Number> - Choose how many of the item you get.
  32. # Name:<Name> - The display name that goes on the item.
  33. # Lore:<Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  34. # Glowing:<True/False> - Will make the item have a glowing effect without having an enchantment on the item. (Only supports 1.8 - 1.11)
  35. # Unbreakable-Item:<True/False> - Will add the Unbreaking NBT tag to the item to allow custom textured items to be gained through the envoys.
  36. # <Enchantment>:<Level> - Choose the enchantment you want to add to the item. You can use the in-game names of the enchantment if you want. Replace the spaces in the name with "_".
  37. ###################################
  38. Prizes: #The prizes that can be won.
  39. '1': #Prize number
  40. Chance: 40 #The chance that it will be won.
  41. Drop-Items: false #Drop all items in the Items: option on the ground instead of into their inventory.
  42. Messages: #The message that will be sent to the player if won.
  43. - '&7You have just won &a$100,000&7.'
  44. Commands: #The commands that will be run when this prize is won.
  45. - 'eco give %Player% 100000'
  46. '2':
  47. Chance: 40
  48. Drop-Items: false
  49. Messages:
  50. - '&7You have just won a &e15000 token&7.'
  51. Commands:
  52. - 'tokens add %Player% 15000'
  53. '3':
  54. Chance: 20
  55. Drop-Items: false
  56. Messages:
  57. - '&7You have just won Star kit!'
  58. Commands:
  59. - 'voucher give starkit %Player% 1'
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. LUCKY
  74.  
  75. Settings:
  76. Spawn-Chance: 40
  77. Use-Chance: true
  78. Placed-Block: '130'
  79. Bulk-Prizes:
  80. Toggle: false
  81. Random: true
  82. Max-Bulk: 3
  83. Hologram-Toggle: true
  84. Hologram-Height: 1.5
  85. Hologram:
  86. - '&7&l(&e&l!&7&l) &e&lLucky Crate'
  87. Firework-Toggle: true
  88. Firework-Colors:
  89. - 'Gray'
  90. - 'Black'
  91. - 'Yellow'
  92. Signal-Flare:
  93. Toggle: true
  94. Time: '25s'
  95. Colors:
  96. - 'Gray'
  97. - 'Black'
  98. - 'Yellow'
  99. ###################################
  100. # Items: Options
  101. # Item:<ID:MD> - You can choose the item with its id and meta data.
  102. # Amount:<Number> - Choose how many of the item you get.
  103. # Name:<Name> - The display name that goes on the item.
  104. # Lore:<Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  105. # Glowing:<True/False> - Will make the item have a glowing effect without having an enchantment on the item. (Only supports 1.8 - 1.11)
  106. # Unbreakable-Item:<True/False> - Will add the Unbreaking NBT tag to the item to allow custom textured items to be gained through the envoys.
  107. # <Enchantment>:<Level> - Choose the enchantment you want to add to the item. You can use the in-game names of the enchantment if you want. Replace the spaces in the name with "_".
  108. ###################################
  109. Prizes:
  110. '1':
  111. Chance: 30
  112. Messages:
  113. - '&7You have just found &a$2,000,000&7.'
  114. Commands:
  115. - 'eco give %Player% 2000000'
  116. '2':
  117. Chance: 30
  118. Messages:
  119. - '&7You have just found &e50000 tokens&7.'
  120. Commands:
  121. - 'tokens add %Player% 50000'
  122. '3':
  123. Chance: 20
  124. Drop-Items: false
  125. Messages:
  126. - '&7Congratulations you have just won a &3Galaxy sword.'
  127. Items:
  128. - 'Item:276, Amount:1, Name:&3Galaxy Sword, Sharpness:7, Unbreaking:5, Fire_Aspect:6'
  129. '4':
  130. Chance: 20
  131. Drop-Items: false
  132. Messages:
  133. - '&7Congratulations you have just won a &5Super nova kit!&7.'
  134. Commands:
  135. - 'voucher give supernovakit %player% 1'
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. TITAN
  152.  
  153. Settings:
  154. Spawn-Chance: 10
  155. Use-Chance: true
  156. Placed-Block: '116'
  157. Bulk-Prizes:
  158. Toggle: false
  159. Random: true
  160. Max-Bulk: 3
  161. Hologram-Toggle: true
  162. Hologram-Height: 1.5
  163. Hologram:
  164. - '&7&l(&4&l!&7&l) &4&lTitan Crate'
  165. Firework-Toggle: true
  166. Firework-Colors:
  167. - 'Gray'
  168. - 'Black'
  169. - 'Red'
  170. Signal-Flare:
  171. Toggle: true
  172. Time: '40s'
  173. Colors:
  174. - 'Gray'
  175. - 'Black'
  176. - 'Red'
  177. ###################################
  178. # Items: Options
  179. # Item:<ID:MD> - You can choose the item with its id and meta data.
  180. # Amount:<Number> - Choose how many of the item you get.
  181. # Name:<Name> - The display name that goes on the item.
  182. # Lore:<Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  183. # Glowing:<True/False> - Will make the item have a glowing effect without having an enchantment on the item. (Only supports 1.8 - 1.11)
  184. # Unbreakable-Item:<True/False> - Will add the Unbreaking NBT tag to the item to allow custom textured items to be gained through the envoys.
  185. # <Enchantment>:<Level> - Choose the enchantment you want to add to the item. You can use the in-game names of the enchantment if you want. Replace the spaces in the name with "_".
  186. ###################################
  187. Prizes:
  188. '1':
  189. Chance: 34
  190. Messages:
  191. - '&7You have just found &a$10,000,000&7.'
  192. Commands:
  193. - 'eco give %Player% 10000000'
  194. '2':
  195. Chance: 34
  196. Messages:
  197. - '&7You have just found &e100000 tokens!&7.'
  198. Commands:
  199. - 'tokens add %Player% 100000'
  200. '2':
  201. Chance: 10
  202. Drop-Items: false
  203. Messages:
  204. - '&7Congratulations you have just won a &4GOD &7sword.'
  205. Items:
  206. - 'Item:276, Amount:1, Name:&4OP Sword, Sharpness:9, Unbreaking:5, Fire_Aspect:7'
  207. '3':
  208. Chance: 10
  209. Drop-Items: false
  210. Messages:
  211. - '&7Congratulations you have just won a &4GOD &7armor set.'
  212. Items:
  213. - 'Item:310, Amount:1, Name:&4GOD Helmet, Protection: 9, Unbreaking:6, Fire_Protection: 7, Aqua_Affinity: 6'
  214. - 'Item:311, Amount:1, Name:&4GOD Chestplate, Protection:9, Unbreaking:6, Fire_Protection: 7'
  215. - 'Item:312, Amount:1, Name:&4GOD Leggings, Protection:9, Unbreaking:6, Fire_Protection: 7'
  216. - 'Item:313, Amount:1, Name:&4GOD Boots, Protection:9, Unbreaking:6, Fire_Protection: 7'
  217. '4':
  218. Chance: 10
  219. Drop-Items: false
  220. Messages:
  221. - '&7Congratulations you have just won a &3Galaxy kit!&7.'
  222. Commands:
  223. - 'voucher give Galaxykit %player% 1'
  224. '5':
  225. Chance: 2
  226. Drop-Items: false
  227. Messages:
  228. - '&7Congratulations you have just won a &aStar rank!&7.'
  229. Commands:
  230. - 'voucher give starrank %player% 1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement