document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # Lootbox v1.3 (TheOatBaron) - http://dev.bukkit.org/bukkit-plugins/lootbox/
  2. options:
  3. chat:
  4. prefix: '&7[&6Lootbox&7] '
  5. no-permissions: '&7You do not have permission to do this!'
  6. improper-usage-of-command: '&7Improper usage of the command!'
  7. empty-lootbox: '&7The lootbox appears to be empty...'
  8. more-than-one-lootbox: '&7You can only have ONE lootbox in your hand while opening
  9. it!'
  10. more-than-one-key: '&7You can only have ONE key in your hand while using it!'
  11. full-inventory: '&7Your inventory is too full for this!'
  12. config-error: '&7Something went wrong in the Lootbox config.yml :C'
  13. reload: '&7Lootbox config.yml has been reloaded!'
  14. given-lootbox: '&7You have been given a lootbox!'
  15. gave-lootbox: '&7You have gave a lootbox!'
  16. given-key: '&7You have been given a key!'
  17. gave-key: '&7You have gave a key!'
  18. lootbox-given: '&7You have been given a lootbox!'
  19. no-key: '&7This box requires a key to open! If you have the proper one, right
  20. click with it!'
  21. nothing: '&7This key does not open anything!'
  22. no-lootbox-to-open: '&7This key can''t open any lootboxes you have, make sure
  23. they aren''t stacked!'
  24. no-exist: '&7That lootbox/key doesn''t exist! Remember, names are case-sensitive!'
  25. offline-player: '&7That player is offline!'
  26. seperator: '&7----------------'
  27. lootboxes: '&8Lootboxes'
  28. keys: '&8Keys'
  29. improper-item: '&7You aren''t holding the proper item!'
  30. no-key-needed: '&8No key needed to open this lootbox!'
  31. no-lootboxes: '&8This key doesn''t open any lootbox!'
  32. not-a-lootbox: '&7You are not holding a lootbox!'
  33. not-a-key: '&7You are not holding a key!'
  34. lootbox-too-big: '&7This lootbox contains too many items to open! Contact an administrator!'
  35. items:
  36. lootbox-item: '54'
  37. key-item: '131'
  38. other:
  39. make-noise-when-lootbox-opens: true
  40. lootboxes:
  41. Common_Crate:
  42. color: '&a'
  43. lore: '&5A Common Find&b|&aRight click to open|&875% chance of getting money!'
  44. requires-a-key: false
  45. permission: common
  46. execute-commands:
  47. - eco give {PLAYERNAME} 500 chance:75
  48. items:
  49. - 14 3 chance:10
  50. - 15 5 chance:10
  51. - 16 2 chance:10
  52. - 341 1 chance:30
  53. - 265 5 chance:10
  54. - 262 10 chance:20
  55. - 5 12 chance:30
  56. - 1 5 chance:90
  57. - 264 1 chance:5
  58. - 265 5 chance:25
  59. - 331 6 chance:20
  60. - 391 3 chance:10
  61. - 98 5 chance:10
  62. - 48 1 chance:5
  63. - 260 3 chance:5
  64. - 297 3 chance:5
  65. - 266 2 chance:10
  66. - 352 2 chance:20
  67. Rare_Crate:
  68. color: '&5'
  69. lore: '&5A Rare Find&b|&aThis needs a key!'
  70. requires-a-key: true
  71. permission: rare
  72. broadcast-message: '{PLAYERNAME} &7has opened a &5RareCrate&7.'
  73. execute-commands: []
  74. min-items: 3
  75. items:
  76. - 322 3 chance:20
  77. - 264 3 chance:20
  78. - 265 10 chance:40
  79. - 266 8 chance:20
  80. - 388 1 chance:65
  81. - 307 1 chance:20
  82. - 329 1 chance:20
  83. - 310 1 0:4 34:3 7:2 name:&b&lNyloxHelm chance:2
  84. - 312 1 0:4 34:3 7:2 name:&b&lNyloxLegs chance:2
  85. - 277 1 16:5 21:3 name:&6[&b&lSpooner&6]&4&lSpade chance:2
  86. - 279 1 16:4 20:2 name:&6[&b&lDevastate&6]&4&lAxe chance:2
  87. - 293 1 16:5 20:2 21:3 name:&6[&b&lReaper&6]&4&lSythe chance:2
  88. - 261 1 48:5 49:2 50:2 34:3 51:1 name:&6[&b&lTrueShot&6]&4&lBow chance:2
  89. - 341 3 chance:20
  90. Legendary_Crate:
  91. color: '&6'
  92. lore: '&5A Legendary Find&b|&aThis needs a key!'
  93. requires-a-key: true
  94. permission: legend
  95. broadcast-message: '{PLAYERNAME} &7has opened a &6Legendary Crate&7.'
  96. execute-commands: []
  97. max-items: 6
  98. min-items: 4
  99. items:
  100. - 52:60#4 1 chance:5
  101. - 311 1 0:4 34:3 7:2 name:&b&lNyloxChest chance:10
  102. - 312 1 0:4 34:3 7:2 name:&b&lNyloxLegs chance:10
  103. - 276 1 16:4 19:2 name:&6[&b&lGodsBlood&6]&4&lSword chance:5
  104. - 277 1 16:5 21:3 name:&6[&b&lSpooner&6]&4&lSpade chance:5
  105. - 278 1 32:5 34:3 35:3 name:&6[&b&lCruncher&6]&4&lPickaxe chance:5
  106. - 279 1 16:4 20:2 name:&6[&b&lDevastate&6]&4&lAxe chance:5
  107. - 293 1 16:5 20:2 21:3 name:&6[&b&lReaper&6]&4&lSythe chance:5
  108. - 261 1 48:5 49:2 50:2 34:3 51:1 name:&6[&b&lTrueShot&6]&4&lBow chance:5
  109. - 57 1 chance:10
  110. - 41 2 chance:10
  111. - 42 3 chance:20
  112. - 322:1 2 chance:20
  113. - 133 1 chance:10
  114. - 56 8 chance:50
  115. Special_Crate:
  116. color: '&e'
  117. lore: '&5A Special Crate!'
  118. requires-a-key: false
  119. permission: special
  120. broadcast-message: '{PLAYERNAME} &7has opened a &6Special Crate&7.'
  121. execute-commands:
  122. - lootbox give {PLAYERNAME} box Common_Crate
  123. - lootbox give {PLAYERNAME} box Common_Crate
  124. - lootbox give {PLAYERNAME} box Common_Crate
  125. - lootbox give {PLAYERNAME} box Rare_Crate
  126. - lootbox give {PLAYERNAME} box Rare_Crate
  127. - lootbox give {PLAYERNAME} box Legendary_Crate
  128. keys:
  129. Rare_Key:
  130. color: '&6'
  131. lore: '&8This is a Rare Key!|&8It can be used to open a &5Rare Crate&8!'
  132. permission: rare
  133. opens-lootboxes:
  134. - Rare_Crate
  135. Legendary_Key:
  136. color: '&9'
  137. lore: '&8This is a Legendary Key!|&8It can be used to open a &6Legendary Crate&8!'
  138. permission: legendary
  139. opens-lootboxes:
  140. - Legendary_Crate
  141. Global_Key:
  142. color: '&2'
  143. lore: '&8This is a GLOBAL Key!|&8It can be used to open ANY Crate!'
  144. permission: global
  145. opens-lootboxes:
  146. - Rare_Crate
  147. - Legendary_Crate
');