Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. global:
  2. open-confirmation: true
  3. unlimited-boxes: false
  4. mysql:
  5. enabled: false
  6. host: host
  7. datebase: datebase
  8. username: username
  9. password: password
  10. loots:
  11. '70':
  12. '1':
  13. loot-name: Emeralds (5)
  14. box-name1: '{PLAYER}''s &bMystery Box'
  15. box-name2: '{PLAYER}''s loot: &2{LOOT}'
  16. material: ENDER_CHEST
  17. sounds:
  18. CHEST_OPEN:
  19. volume: 1.0
  20. pitch: 1.0
  21. fireworks:
  22. '1':
  23. type: STAR
  24. flicker: false
  25. trail: false
  26. colors:
  27. - LIME
  28. fade-colors:
  29. - WHITE
  30. broadcasts:
  31. - '&b[Mystery Box] &a{PLAYER} &rhas found &2{LOOT} &rin the Mystery Box!'
  32. commands:
  33. - give {PLAYER} minecraft:emerald 5
  34. '30':
  35. '1':
  36. loot-name: Diamonds (5)
  37. box-name1: '{PLAYER}''s &bMystery Box'
  38. box-name2: '{PLAYER}''s loot: &b{LOOT}'
  39. material: ENDER_CHEST
  40. sounds:
  41. CHEST_OPEN:
  42. volume: 1.0
  43. pitch: 1.0
  44. fireworks:
  45. '1':
  46. type: STAR
  47. flicker: false
  48. trail: false
  49. colors:
  50. - AQUA
  51. fade-colors:
  52. - WHITE
  53. broadcasts:
  54. - '&b[Mystery Box] &a{PLAYER} &rhas found &b{LOOT} &rin the Mystery Box!'
  55. commands:
  56. - give {PLAYER} minecraft:diamond 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement