Advertisement
Guest User

items.yml

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. #// <>==<>==<> ItemJoin's Custom Items On Join, by RockinChaos <>==<>==<> //#
  2. #// See the Documentations page for a more in-depth tutorial; https://www.spigotmc.org/wiki/itemjoin/ //#
  3. items-Version: 6
  4. items-Delay: 1
  5. items-Overwrite: true
  6. items-Spamming: false
  7. items-RestrictCount : false
  8.  
  9. items:
  10. buy:
  11. id: DIAMOND
  12. slot: 7
  13. name: '&e&lMMC Store'
  14. lore:
  15. - '&7MMC''s In Game Store.'
  16. commands:
  17. multi-click:
  18. - 'player: buy'
  19. commands-type: interact, inventory
  20. commands-sound: BLOCK_NOTE_PLING
  21. commands-sequence: SEQUENTIAL
  22. commands-cost: 0
  23. commands-cooldown: 5
  24. cooldown-message: '&6[&4MMC&6] &a[%item%&a] &cis on cooldown for &a%timeleft% &cseconds..'
  25. enchantment: DURABILITY:10
  26. itemflags: inventory-modify, death-drops, unbreakable, hide-attributes, self-drops, CreativeBypass
  27. triggers: join
  28. permission-node: 'itemjoin.buy'
  29. enabled-regions: hub
  30. enabled-worlds: hub
  31. help:
  32. id: BOOK
  33. slot: 1
  34. name: '&9&lNeed Help?'
  35. lore:
  36. - '&7Click here if you need anything'
  37. commands:
  38. multi-click:
  39. - 'player: help'
  40. commands-type: interact, inventory
  41. commands-sound: BLOCK_NOTE_PLING
  42. commands-sequence: SEQUENTIAL
  43. commands-cost: 0
  44. commands-cooldown: 5
  45. cooldown-message: '&6[&4MMC&6] &a[%item%&a] &cis on cooldown for &a%timeleft% &cseconds..'
  46. enchantment: DURABILITY:10
  47. itemflags: inventory-modify, death-drops, unbreakable, hide-attributes, self-drops, CreativeBypass
  48. triggers: join
  49. permission-node: 'itemjoin.help'
  50. enabled-regions: hub
  51. enabled-worlds: hub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement