Advertisement
Guest User

envoy tier config

a guest
Dec 13th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 KB | None | 0 0
  1. Settings:
  2. Spawn-Chance: 100 #The chance that this tier will spawn.
  3. 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.
  4. Placed-Block: '130' #The block that will be clicked when they land.
  5. Bulk-Prizes: #This allows players to win multiple prizes from one crate.
  6. Toggle: false #Toggle if players can win multiple prizes.
  7. Random: true #If true then it will pick a random bulk from 1-MaxBulk.
  8. Max-Bulk: 3 #The max amount of prizes.
  9. Hologram-Toggle: true #Toggle on and off holograms.
  10. Hologram-Height: 1 #How high the hologram will be from the crate.
  11. Hologram: #Holograms only show if Holographic Displays is on the server.
  12. - '&7&l(&6&l!&7&l) SkyHub Crate'
  13. Firework-Toggle: true #Toggle on or off fireworks.
  14. Firework-Colors: #The colors the fireworks will be.
  15. - 'Yellow'
  16. - 'White'
  17. - 'Orange'
  18. Signal-Flare:
  19. Toggle: true
  20. Time: '15s'
  21. Colors:
  22. - 'Yellow'
  23. - 'White'
  24. - 'Orange'
  25. ###################################
  26. # Items: Options
  27. # Item:<ID:MD> - You can choose the item with its id and meta data.
  28. # Amount:<Number> - Choose how many of the item you get.
  29. # Name:<Name> - The display name that goes on the item.
  30. # Lore:<Line 1>,<Line 2>,<Line 3>,<Line 4> - The lore that will go under the enchantments. Split lines with a ','
  31. # Glowing:<True/False> - Will make the item have a glowing effect without having an enchantment on the item. (Only supports 1.8 - 1.11)
  32. # Unbreakable-Item:<True/False> - Will add the Unbreaking NBT tag to the item to allow custom textured items to be gained through the envoys.
  33. # <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 "_".
  34. ###################################
  35. Prizes: #The prizes that can be won.
  36. '1': #Prize number
  37. Chance: 10 #The chance that it will be won.
  38. Drop-Items: true #Drop all items in the Items: option on the ground instead of into their inventory.
  39. Messages: #The message that will be sent to the player if won.
  40. - '&7You have just won &a$10,000&7.'
  41. Commands: #The commands that will be run when this prize is won.
  42. - 'eco give %Player% 10000'
  43. '2':
  44. Chance: 20
  45. Drop-Items: true
  46. Messages:
  47. - '&7You have just won &616 Golden Apples&7.'
  48. Items:
  49. - 'Item:322:1, Amount:16, Name:&dJuicy Golden Apple, Lore:&7I am a yummy apple,&7Make sure to savor my flavor.'
  50. '3':
  51. Chance: 10
  52. Drop-Items: true
  53. Messages:
  54. - '&7Congratulations you have just won a piece of &e&l*&6&l*&e&l* Envoy Armor &e&l*&6&l*&e&l*.'
  55. Items:
  56. - 'Item:310, Amount:1, Name:&e&l*&6&l*&e&l* Envoy Helmet &e&l*&6&l*&e&l*, Protection:8, Unbreaking:8'
  57. '4':
  58. Chance: 10
  59. Drop-Items: true
  60. Messages:
  61. - '&7Congratulations you have just won a piece of &e&l*&6&l*&e&l* Envoy Armor &e&l*&6&l*&e&l*.'
  62. Items:
  63. - 'Item:311, Amount:1, Name:&e&l*&6&l*&e&l* Envoy Chestplate &e&l*&6&l*&e&l*, Protection:8, Unbreaking:8, Fireprot:5'
  64. '5':
  65. Chance: 10
  66. Drop-Items: true
  67. Messages:
  68. - '&7Congratulations you have just won a piece of &e&l*&6&l*&e&l* Envoy Armor &e&l*&6&l*&e&l*.'
  69. Items:
  70. 9- 'Item:312, Amount:1, Name:&e&l*&6&l*&e&l* Envoy Leggings &e&l*&6&l*&e&l*, Protection:8, Unbreaking:8'
  71. '6':
  72. Chance: 10
  73. Drop-Items: true
  74. Messages:
  75. - '&7Congratulations you have just won a piece of &e&l*&6&l*&e&l* Envoy Armor &e&l*&6&l*&e&l*.'
  76. Items:
  77. - 'Item:313, Amount:1, Name:&e&l*&6&l*&e&l* Envoy Boots &e&l*&6&l*&e&l*, Protection:8, Unbreaking:8:'
  78. '7':
  79. Chance: 10
  80. Drop-Items: true
  81. Messages:
  82. - '&7Congratulations you have just won an &e&l*&6&l*&e&l* Envoy Sword &e&l*&6&l*&e&l*.'
  83. Items:
  84. - 'Item:276, Amount:1, Name:&e&l*&6&l*&e&l* Envoy Sword &e&l*&6&l*&e&l*, Sharpness:8, Unbreaking:8, Fire_Aspect:2, Looting:3'
  85. '8':
  86. Chance: 10
  87. Drop-Items: true
  88. Messages:
  89. - '&7Congratulations you have just won a &e&lTeir 1 &f: Money Pouch.'
  90. Commands:
  91. - 'mp 1 %player% 1'
  92. '9':
  93. Chance: 10
  94. Drop-Items: true
  95. Messages:
  96. - '&7Congratulations you have just won a &e&lTeir 2 &f: Money Pouch.'
  97. Commands:
  98. - 'mp 2 %player% 1'
  99. '10':
  100. Chance: 10
  101. Drop-Items: true
  102. Messages:
  103. - '&7Congratulations you have just won a &e&lTeir 3 &f: Money Pouch.'
  104. Commands:
  105. - 'mp 3 %player% 1'
  106. '11':
  107. Chance: 10
  108. Drop-Items: true
  109. Messages:
  110. - '&7Congratulations you have just won a &e&lTeir 4 &f: Money Pouch.'
  111. Commands:
  112. - 'mp 4 %player% 1'
  113. '12':
  114. Chance: 10
  115. Drop-Items: true
  116. Messages:
  117. - '&7Congratulations you have just won a &e&lTeir 5 &f: Money Pouch.'
  118. Commands:
  119. - 'mp 5 %player% 1'
  120. '13':
  121. Chance: 10
  122. Drop-Items: true
  123. Messages:
  124. - '&7Congratulations you have just won a &e&lTag &c&l: GOD.'
  125. Commands:
  126. - 'voucher give %player% god 1'
  127. '14':
  128. Chance: 10
  129. Drop-Items: true
  130. Messages:
  131. - '&7Congratulations you have just won a &a&l&nBasic&f&l ; Key.'
  132. Commands:
  133. - 'crazycrates give p basic 1 %player%'
  134. '15':
  135. Chance: 10
  136. Drop-Items: true
  137. Messages:
  138. - '&7Congratulations you have just won a &4&l&nAdvanced&f&l ; Key.'
  139. Commands:
  140. - 'crazycrates give p advanced 1 %player%'
  141. '16':
  142. Chance: 10
  143. Drop-Items: true
  144. Messages:
  145. - '&7Congratulations you have just won a &6&lFireword Pet.'
  146. Commands:
  147. - 'tpets give Firework %player%'
  148. '17':
  149. Chance: 10
  150. Drop-Items: true
  151. Messages:
  152. - '&7Congratulations you have just won a &6&lIronGolem Pet.'
  153. Commands:
  154. - 'tpets give IronPet %player%'
  155. '18':
  156. Chance: 10
  157. Drop-Items: true
  158. Messages:
  159. - '&7Congratulations you have just won a &6&lPig Pet.'
  160. Commands:
  161. - 'tpets give Pig %player%'
  162. '19':
  163. Chance: 10
  164. Drop-Items: true
  165. Messages:
  166. - '&7Congratulations you have just won a &6&lChicken Pet.'
  167. Commands:
  168. - 'tpets give chicken %player%'
  169. '20':
  170. Chance: 10
  171. Drop-Items: true
  172. Messages:
  173. - '&7Congratulations you have just won a &6&lCow Pet.'
  174. Commands:
  175. - 'tpets give Cow %player%'
  176. '21':
  177. Chance: 10
  178. Drop-Items: true
  179. Messages:
  180. - '&7Congratulations you have just won a &6&lWolf Pet.'
  181. Commands:
  182. - 'tpets give Wolf %player%'
  183. '22':
  184. Chance: 10
  185. Drop-Items: true
  186. Messages:
  187. - '&7Congratulations you have just won a &6&lZombie Pet.'
  188. Commands:
  189. - 'tpets give Zombie %player%'
  190. '23':
  191. Chance: 10
  192. Drop-Items: true
  193. Messages:
  194. - '&7Congratulations you have just won &e50x &6&lMobcoins.'
  195. Commands:
  196. - 'mobcoins giveitem %player% 50'
  197. '24':
  198. Chance: 3
  199. Drop-Items: true
  200. Messages:
  201. - '&7Congratulations you have just won a &e50x &6&lMobcoins.'
  202. Commands:
  203. - 'mobcoins giveitem %player% 250'
  204. '25':
  205. Chance: 5
  206. Drop-Items: true
  207. Messages:
  208. - '&7Congratulations you have just won a &e50x &6&lMobcoins.'
  209. Commands:
  210. - 'mobcoins giveitem %player% 100'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement