Advertisement
Guest User

ItemJoin

a guest
Mar 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 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: 2
  5. items-Overwrite: false
  6. items-Spamming: false
  7. items-RestrictCount : false
  8.  
  9. items:
  10. Menu:
  11. id: COMPASS
  12. slot: 0
  13. name: '&aMenu &7(click)'
  14. data-value: 1
  15. count: 1
  16. lore:
  17. - '&cClick to choose a game.'
  18. commands:
  19. right-click:
  20. - 'server: survival'
  21. left-click:
  22. - 'server: survival'
  23. commands-type: interact
  24. commands-sound: NOTE_PLING
  25. commands-cooldown: 0
  26. cooldown-message: '&cPlease wait'
  27. itemflags: inventory-modify, hide-attributes, death-drops, self-drops, item-store
  28. triggers: join, respawn, world-change
  29. permission-node: 'itemjoin.menu'
  30. enabled-worlds: world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement