Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 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. ultra-item:
  10. id: 347
  11. slot: 0
  12. name: '&f• &7&lServer Selector &f•'
  13. lore:
  14. - '&7Click me to teleport to one of our servers.'
  15. commands:
  16. multi-click:
  17. - 'console:cg open serverselect %player%'
  18. commands-type: interact, inventory
  19. commands-sound: BLOCK_NOTE_PLING
  20. commands-cooldown: 2
  21. cooldown-message: '&8[&9Core&8] &cPlease wait a few seconds before using.'
  22. enchantment: FIRE_ASPECT:3, DAMAGE_ALL:5, DAMAGE_UNDEAD:5, KNOCKBACK:8
  23. itemflags: inventory-modify, death-drops, unbreakable, hide-attributes, self-drops, CreativeBypass
  24. triggers: join, respawn, world-change, region-enter
  25. permission-node: 'itemjoin.ultra'
  26. book-item:
  27. id: 130
  28. slot: 2
  29. name: '&f• &a&lGadgets &f•'
  30. lore:
  31. - '&7Click here to enter the gadgets menu.'
  32. commands:
  33. multi-click:
  34. - 'player:gadgetsmenu main'
  35. itemflags: inventory-modify, death-drops, self-drops, placement
  36. commands-sound: BLOCK_NOTE_PLING
  37. commands-cooldown: 2
  38. cooldown-message: '&8[&9Core&8] &cPlease wait a few seconds before using.'
  39. triggers: join, respawn
  40. permission-node: 'itemjoin.book'
  41. filler-pane-item:
  42. id: 160
  43. slot: 1, 5
  44. name: '&f'
  45. data-value: 15
  46. itemflags: inventory-modify, placement, death-drops, self-drops
  47. triggers: join, world-change
  48. permission-node: 'itemjoin.idk'
  49. enabled-worlds: world, world_nether, world_the_end
  50. filler-pane-item2:
  51. id: 160
  52. slot: 3, 7
  53. name: '&f'
  54. data-value: 15
  55. itemflags: inventory-modify, placement, death-drops, self-drops
  56. triggers: join, world-change
  57. permission-node: 'itemjoin.idk2'
  58. enabled-worlds: world, world_nether, world_the_end
  59. skull-item:
  60. id: SKULL_ITEM
  61. slot: 4
  62. name: '&f• &6&lOptions &f•'
  63. skull-owner: '%player%'
  64. data-value: 3
  65. lore:
  66. - '&7This is being worked on at the moment!'
  67. commands:
  68. multi-click:
  69. - 'message: &8[&9Core&8] &cYep, you guessed it! Coming Soon!'
  70. itemflags: inventory-modify, death-drops, self-drops, placement
  71. triggers: join, respawn, world-change
  72. permission-node: 'itemjoin.why'
  73. enabled-worlds: world, world_nether, world_the_end
  74. grapp:
  75. id: 346
  76. slot: 8
  77. name: '&f• &3&lGrappling Hook &f•'
  78. lore:
  79. - '&7Right click me to grapple somewhere!'
  80. enchantment: FIRE_ASPECT:3, DAMAGE_ALL:5, DAMAGE_UNDEAD:5, UNBREAKING
  81. itemflags: inventory-modify, placement, hide-attributes, death-drops, self-drops
  82. triggers: join, respawn, world-change
  83. permission-node: 'itemjoin.grapp'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement