Advertisement
Guest User

my MysteyBox Config

a guest
Apr 2nd, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. global:
  2. unlimited-mystery-boxes: false
  3. open-confirmation: true
  4. inventory:
  5. mystery-vault-rows: 4
  6. confirmation-rows: 3
  7. confirmation-yes-item-slot: 11
  8. confirmation-no-item-slot: 15
  9. mysql:
  10. enabled: false
  11. host: "host"
  12. datebase: "datebase"
  13. username: "username"
  14. password: "password"
  15. mystery-boxes:
  16. one_star:
  17. item-name: "&aCommon Mystery Box"
  18. item-lore:
  19. - "&7Open the &bMystery Box &7to"
  20. - "&7get various items!"
  21. - ""
  22. - "&7The rarity of this Mystery Box"
  23. - "&7is clasified as &aCommon&7."
  24. - ""
  25. - "&7Quality: &e✬&7✬✬✬"
  26. - "&eClick to open!"
  27. item-type: ENDER_CHEST
  28. item-amount: 1
  29. item-data: 0
  30. falling-mystery-box-name: "{PLAYER}'s &aMystery Box"
  31. falling-mystery-box-name2: "{PLAYER}'s loot: {LOOT_NAME}"
  32. falling-mystery-box-type: ENDER_CHEST
  33. loots:
  34. 50:
  35. 1:
  36. loot-name: "&3Iron Ingots"
  37. broadcast-to-player: false
  38. broadcasts:
  39. - "&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!"
  40. messages:
  41. - "&bMystery Box: &rYou have found {LOOT_NAME}&r!"
  42. commands:
  43. - "give {PLAYER} minecraft:iron_ingot 5"
  44. sounds:
  45. ENTITY_CHICKEN_EGG:
  46. volume: 1.0
  47. pitch: 1.0
  48. ENTITY_EXPERIENCE_ORB_PICKUP:
  49. volume: 1.0
  50. pitch: 1.0
  51. fireworks:
  52. 1:
  53. type: BALL
  54. flicker: false
  55. trail: false
  56. colors:
  57. - TEAL
  58. fade-colors:
  59. - WHITE
  60. two_star:
  61. item-name: "&9Rare Mystery Box"
  62. item-lore:
  63. - "&7Open the &bMystery Box &7to"
  64. - "&7get various items!"
  65. - ""
  66. - "&7The rarity of this Mystery Box"
  67. - "&7is clasified as &9Rare&7."
  68. - ""
  69. - "&7Quality: &e✬✬&7✬✬"
  70. - "&eClick to open!"
  71. item-type: ENDER_CHEST
  72. item-amount: 1
  73. item-data: 0
  74. falling-mystery-box-name: "{PLAYER}'s &9Mystery Box"
  75. falling-mystery-box-name2: "{PLAYER}'s loot: {LOOT_NAME}"
  76. falling-mystery-box-type: ENDER_CHEST
  77. loots:
  78. 50:
  79. 1:
  80. loot-name: "&eGold Ingots"
  81. broadcast-to-player: false
  82. broadcasts:
  83. - "&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!"
  84. messages:
  85. - "&bMystery Box: &rYou have found {LOOT_NAME}&r!"
  86. commands:
  87. - "give {PLAYER} minecraft:gold_ingot 5"
  88. sounds:
  89. ENTITY_CHICKEN_EGG:
  90. volume: 1.0
  91. pitch: 1.0
  92. ENTITY_PLAYER_LEVELUP:
  93. volume: 1.0
  94. pitch: 1.0
  95. fireworks:
  96. 1:
  97. type: STAR
  98. flicker: false
  99. trail: false
  100. colors:
  101. - YELLOW
  102. fade-colors:
  103. - WHITE
  104. three_star:
  105. item-name: "&5Epic Mystery Box"
  106. item-lore:
  107. - "&7Open the &bMystery Box &7to"
  108. - "&7get various items!"
  109. - ""
  110. - "&7The rarity of this Mystery Box"
  111. - "&7is clasified as &5Epic&7."
  112. - ""
  113. - "&7Quality: &e✬✬✬&7✬"
  114. - "&eClick to open!"
  115. item-type: ENDER_CHEST
  116. item-amount: 1
  117. item-data: 0
  118. falling-mystery-box-name: "{PLAYER}'s &5Mystery Box"
  119. falling-mystery-box-name2: "{PLAYER}'s loot: {LOOT_NAME}"
  120. falling-mystery-box-type: ENDER_CHEST
  121. loots:
  122. 50:
  123. 1:
  124. loot-name: "&aEmeralds"
  125. broadcast-to-player: false
  126. broadcasts:
  127. - "&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!"
  128. messages:
  129. - "&bMystery Box: &rYou have found {LOOT_NAME}&r!"
  130. commands:
  131. - "give {PLAYER} minecraft:emerald 5"
  132. sounds:
  133. ENTITY_CHICKEN_EGG:
  134. volume: 1.0
  135. pitch: 1.0
  136. ENTITY_VILLAGER_YES:
  137. volume: 1.0
  138. pitch: 1.0
  139. fireworks:
  140. 1:
  141. type: BURST
  142. flicker: false
  143. trail: false
  144. colors:
  145. - LIME
  146. fade-colors:
  147. - WHITE
  148. four_star:
  149. item-name: "&6Legendary Mystery Box"
  150. item-lore:
  151. - "&7Open the &bMystery Box &7to"
  152. - "&7get various items!"
  153. - ""
  154. - "&7The rarity of this Mystery Box"
  155. - "&7is clasified as &6Legendary&7."
  156. - ""
  157. - "&7Quality: &e✬✬✬✬"
  158. - "&eClick to open!"
  159. item-type: ENDER_CHEST
  160. item-amount: 1
  161. item-data: 0
  162. falling-mystery-box-name: "{PLAYER}'s &6Mystery Box"
  163. falling-mystery-box-name2: "{PLAYER}'s loot: {LOOT_NAME}"
  164. falling-mystery-box-type: ENDER_CHEST
  165. loots:
  166. 50:
  167. 1:
  168. loot-name: "&bDiamonds"
  169. broadcast-to-player: false
  170. broadcasts:
  171. - "&bMystery Box: &e{PLAYER} &rhas found {LOOT_NAME}&r!'
  172. messages:
  173. - "&bMystery Box: &rYou have found {LOOT_NAME}&r!"
  174. commands:
  175. - "give {PLAYER} minecraft:diamond 5"
  176. sounds:
  177. ENTITY_CHICKEN_EGG:
  178. volume: 1.0
  179. pitch: 1.0
  180. ENTITY_ENDERDRAGON_GROWL:
  181. volume: 1.0
  182. pitch: 1.0
  183. fireworks:
  184. 1:
  185. type: BALL_LARGE
  186. flicker: false
  187. trail: false
  188. colors:
  189. - AQUA
  190. fade-colors:
  191. - WHITE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement