Advertisement
Guest User

awawr

a guest
May 30th, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Crates:
  2. Donator:
  3. ParticleEffect:
  4. enabled: false
  5. onlywhenopening: true
  6. particle: LAVA
  7. Key:
  8. material: TRIPWIRE_HOOK
  9. name: '&8&l(&6&lDonator Crate Key&8&l)'
  10. enchanted: true
  11. lore:
  12. - '&7&oThis is a %Crate% Crate key'
  13. Sound:
  14. movingSound: WOOD_CLICK
  15. prizeSound: BAT_TAKEOFF
  16. closeInventorySound: CHEST_CLOSE
  17. LeftClickInv:
  18. enablechancelore: true
  19. lore:
  20. - '&7Chance: &a&l%chance%%'
  21. name: '&cItems for %crate%'
  22. enabled: true
  23. OpenInv:
  24. name: '&cOpening %crate%'
  25. PrizeItem:
  26. material: REDSTONE_TORCH_ON
  27. name: '&aPrize'
  28. enchanted: false
  29. PreCommands:
  30. - msg:%prefix%Now opening %crate% crate.
  31. BlockType: CHEST
  32. Items:
  33. '1':
  34. enchanted: false
  35. material: BOOK
  36. name: '&e$10 Kit'
  37. chance: 95
  38. commands:
  39. - kit % %player%
  40. amount: 1
  41. '2':
  42. enchanted: false
  43. material: BOOK
  44. name: '&e$30 Kit'
  45. chance: 80
  46. commands:
  47. - kit % %player%
  48. amount: 1
  49. '3':
  50. enchanted: false
  51. material: BOOK
  52. name: '&e$70 Kit'
  53. chance: 70
  54. commands:
  55. - kit % %player%
  56. amount: 1
  57. '4':
  58. enchanted: false
  59. material: GOLD_NUGGET
  60. name: '&e25k'
  61. chance: 80
  62. commands:
  63. - eco give %player% 25000
  64. amount: 1
  65. '5':
  66. enchanted: false
  67. material: GOLD_NUGGET
  68. name: '&e50k'
  69. chance: 65
  70. commands:
  71. - eco give %player% 50000
  72. amount: 1
  73. '6':
  74. enchanted: false
  75. material: GOLD_INGOT
  76. name: '&e100k'
  77. chance: 65
  78. commands:
  79. - eco give %player% 100000
  80. amount: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement