Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. Crates:
  2. Basic:
  3. title: '&f Basic Crate'
  4. blockID: 54
  5. blockData: 0
  6. openSound: BLOCK_CHEST_OPEN
  7. winSound: ENTITY_PLAYER_LEVELUP
  8. scrollSound: BLOCK_NOTE_BASS
  9. effects: true
  10. firework: true
  11. openDuration: 8
  12. prizeDisplayDuration: 10
  13. disableColouredGlass: false
  14. useableKeys:
  15. - Basic
  16. wrongKeyMessage: '&cYou can''t use that key for this crate!'
  17. Super:
  18. title: '&6 Super Crate'
  19. blockID: 130
  20. blockData: 0
  21. openSound: BLOCK_CHEST_OPEN
  22. winSound: VILLAGER_YES
  23. scrollSound: BLOCK_NOTE_BASS
  24. effects: true
  25. firework: true
  26. openDuration: 8
  27. prizeDisplayDuration: 10
  28. disableColouredGlass: false
  29. useableKeys:
  30. - Super
  31. wrongKeyMessage: '&cYou can''t use that key for this crate!'
  32. Mega:
  33. title: '&2 Mega Crate'
  34. blockID: 130
  35. blockData: 0
  36. openSound: BLOCK_CHEST_OPEN
  37. winSound: FIREWORK_BLAST
  38. scrollSound: BLOCK_NOTE_BASS
  39. effects: true
  40. firework: true
  41. openDuration: 8
  42. prizeDisplayDuration: 10
  43. disableColouredGlass: false
  44. useableKeys:
  45. - Mega
  46. wrongKeyMessage: '&cYou can''t use that key for this crate!'
  47. Ultimate:
  48. title: '&3 Ultimate Crate'
  49. blockID: 130
  50. blockData: 0
  51. openSound: BLOCK_CHEST_OPEN
  52. winSound: FIREWORK_LARGE_BLAST
  53. scrollSound: BLOCK_NOTE_BASS
  54. effects: true
  55. firework: true
  56. openDuration: 8
  57. prizeDisplayDuration: 10
  58. disableColouredGlass: false
  59. useableKeys:
  60. - Ultimate
  61. wrongKeyMessage: '&cYou can''t use that key for this crate!'
  62. Insane:
  63. title: '&4 Insane Crate'
  64. blockID: 130
  65. blockData: 0
  66. openSound: BLOCK_CHEST_OPEN
  67. winSound: EXPLODE
  68. scrollSound: BLOCK_NOTE_BASS
  69. effects: true
  70. firework: true
  71. openDuration: 8
  72. prizeDisplayDuration: 10
  73. disableColouredGlass: false
  74. useableKeys:
  75. - Insane
  76. wrongKeyMessage: '&cYou can''t use that key for this crate!'
  77. 'file version': 0.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement