Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. #
  2. # Whitelist is what keys are allowed to be virtualized.
  3. inventory:
  4. title: Your Crates
  5. size: 27
  6. add_filler_items: true
  7. filler_item:
  8. material: STAINED_GLASS_PANE
  9. dye_color: BLACK
  10. name: '&a'
  11. sounds:
  12. open_gui: CHEST_OPEN
  13. insufficient_crates: ITEM_BREAK
  14. actions:
  15. right_click: PREVIEW_CRATE
  16. left_click: OPEN_CRATE
  17. messages:
  18. insufficient_crates: '&cYou do not have enough %crate% keys.'
  19. whitelist:
  20. enabled: true
  21. allowed_keys:
  22. - Vote
  23. holograms:
  24. enabled: false
  25. offset:
  26. x: 0.5
  27. y: 1.0
  28. z: 0.5
  29. hologram:
  30. - '&aVirtual Crates'
  31. - '&7Customizable virtual form of Crate Reloaded'
  32. - '&7Takes the physical crate keys and turns them into virtual keys.'
  33. - '&7With toggleable hologram support.'
  34. items:
  35. crate:
  36. material: TRIPWIRE_HOOK
  37. name: '&aVote Crate'
  38. crate_name: Vote
  39. slot: 13
  40. lore:
  41. - '&7This is a crate description'
  42. - '&7You can add and remove lines as you wish'
  43. - '&7as well as many crates as you wish.'
  44. - '&a'
  45. - '&7Your keys: &f%key_amount%'
  46. - '&aRight Click &7to preview the crate.'
  47. - '&aLeft Click &7to open the crate.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement