Advertisement
Guest User

Crate Reloaded Crate.yml

a guest
Mar 12th, 2022
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. VoteKey:
  2. type: KEYCRATE # Set this crate to a block, and players may right click the block to use "keys"
  3. item: 'TRIPWIRE_HOOK 1 name:&eVote_Crate_Key'
  4. animation: 'CSGO'
  5. display-name: '&c[&eVote Crate Key&c]'
  6. holographic:
  7. - '{crate-name}'
  8. - '{lore:1}'
  9. confirmation:
  10. enabled: false
  11. accept-button: 'GREEN_STAINED_GLASS_PANE 1 name:&aYes lore:&fClick_here_to_open_{crate}!'
  12. decline-button: 'RED_STAINED_GLASS_PANE 1 name:&4No'
  13. preview:
  14. enabled: true
  15. rows: 2
  16. buy:
  17. enabled: false
  18. cost: 0
  19. message:
  20. open: '{p}You have opened a {crate}'
  21. broadcast: ''
  22. effect:
  23. 1:
  24. class: Original
  25. category: PERSISTENT
  26. particle: VILLAGER_HAPPY
  27. radius: 0.8
  28. particleCount: 1
  29. period: 1
  30. 2:
  31. class: Sound
  32. category: OPEN
  33. sound: ENTITY_BAT_TAKEOFF
  34. reward:
  35. minimum-rewards: 1
  36. maximum-rewards: 1
  37. rewards:
  38. - 'unique:(), chance:(10), item:(iron_ingot 15)'
  39. - 'unique:(), chance:(10), item:(emerald 10)'
  40. - 'unique:(), chance:(5), item:(diamond 3)'
  41. - 'unique:(), chance:(10), item:(cooked_beef 15)'
  42. - 'unique:(), chance:(10), cmd:(eco give {player} 500), display:(PAPER 1 name:&a$500 glow:true)'
  43. - 'unique:(), chance:(5), cmd:(eco give {player} 2000), display:(PAPER 1 name:&a$2000 glow:true)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement