Advertisement
Guest User

Untitled

a guest
Sep 7th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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.  
  8. items:
  9. menu:
  10. id: NETHER_STAR
  11. slot: 0
  12. name: '&bМеню сервера'
  13. commands:
  14. multi-click:
  15. - 'player: menu'
  16. commands-type: interact, inventory
  17. itemflags: death-drops, unbreakable, hide-attributes, self-drops, CreativeBypass
  18. triggers: join, respawn, world-change, region-enter
  19. enabled-regions: rangezone, spawn1
  20. enabled-worlds: world
  21. bonus:
  22. id: GOLD_INGOT
  23. slot: 1
  24. name: '&aЕжедневный бонус'
  25. commands:
  26. multi-click:
  27. - 'player: db'
  28. lore:
  29. - '&bПолучение ежедневного бонуса'
  30. itemflags: inventory-modify, unbreakable, hide-attributes, death-drops, self-drops, CreativeBypass
  31. triggers: join, respawn, world-change, region-enter
  32. enabled-regions: rangezone, spawn1
  33. enabled-worlds: world
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement