Advertisement
Casper2416

Untitled

Feb 24th, 2020
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. # --{ =-=-=-=-=-=-=-=-=-= ItemJoin's Custom Item Configurations, by RockinChaos =-=-=-=-=-=-=-=-=-= }--
  2. # See the tutorial page for a more in-depth explaination; https://github.com/RockinChaos/ItemJoin/wiki
  3. items-Version: 6
  4. items-Delay: 2
  5. items-Overwrite: false
  6. items-Spamming: false
  7. items-RestrictCount: false
  8. items:
  9. blue_glass:
  10. id: BLUE_STAINED_GLASS_PANE
  11. slot: 1, 3, 5, 7
  12. name: Blue Stained Glass Pane
  13. itemflags: INVENTORY-MODIFY, SELF-DROPS
  14. triggers: JOIN, WORLD-SWITCH
  15. enabled-worlds: world
  16. shop:
  17. id: DIAMOND
  18. slot: 2
  19. name: '&b&lShop'
  20. lore:
  21. - '&bA item sending you to'
  22. - '&ba secret computer network'
  23. commands:
  24. right-click:
  25. - 'player: buy'
  26. left-click:
  27. - 'player: buy'
  28. commands-sound: ENTITY_PLAYER_LEVELUP
  29. itemflags: INVENTORY-MODIFY, SELF-DROPS
  30. triggers: JOIN, WORLD-SWITCH
  31. permission-node: itemjoin.shop
  32. enabled-worlds: world
  33. hub:
  34. id: COMPASS
  35. slot: 0
  36. name: '&c&lUniverse teleporter'
  37. lore:
  38. - '&cA ancient device used'
  39. - '&cfor teleportation!'
  40. commands:
  41. right-click:
  42. - 'player: cc open hub'
  43. left-click:
  44. - 'player: cc open hub'
  45. commands-sound: BLOCK_ANVIL_USE
  46. itemflags: INVENTORY-MODIFY, SELF-DROPS
  47. triggers: JOIN, WORLD-SWITCH
  48. permission-node: itemjoin.hub
  49. enabled-worlds: world
  50. feather:
  51. id: FEATHER
  52. slot: 8
  53. name: '&lSuper flight feather'
  54. lore:
  55. - '&fA direct copy of the'
  56. - '&fwing cap from'
  57. - '&fSuper Mario 64'
  58. commands:
  59. right-click:
  60. - 'player: fly'
  61. left-click:
  62. - 'player: fly'
  63. commands-sound: BLOCK_GRAVEL_FALL
  64. itemflags: INVENTORY-MODIFY, ITEM-STORE, SELF-DROPS, ITEM-CRAFTABLE
  65. triggers: JOIN, WORLD-SWITCH
  66. enabled-worlds: world
  67. vote:
  68. id: PLAYER_HEAD
  69. slot: 6
  70. name: '&9&lVote for our server'
  71. skull-texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTAzY2NmMDI4YzYxYzJkZmY0NDM3NTc4Y2U3MWUxNTUwNDc4MTg1YjU0ZmM5NGM1OTI3ZjBmMDZmOTY2MjczYSJ9fX0=
  72. lore:
  73. - '&9Support our server'
  74. - '&9by voting'
  75. commands:
  76. right-click:
  77. - 'player: vote'
  78. left-click:
  79. - 'player: vote'
  80. commands-sound: BLOCK_NOTE_BLOCK_BIT
  81. itemflags: PLACEMENT, INVENTORY-MODIFY, SELF-DROPS
  82. triggers: JOIN, WORLD-SWITCH
  83. enabled-worlds: world
  84. book:
  85. id: BOOK
  86. slot: 4
  87. name: '&a&lHelp Book'
  88. lore:
  89. - '&aRight click this book for any help'
  90. commands:
  91. right-click:
  92. - 'player: help'
  93. left-click:
  94. - 'player: help'
  95. commands-sound: ITEM_BOOK_PAGE_TURN
  96. commands-cooldown: 30
  97. cooldown-message: §cYou have to wait %timeleft% seconds until you can use this
  98. item again
  99. itemflags: INVENTORY-MODIFY, SELF-DROPS
  100. triggers: JOIN, WORLD-SWITCH
  101. enabled-worlds: world
  102. yellow_glass:
  103. id: YELLOW_STAINED_GLASS_PANE
  104. slot: 1, 3, 5, 7
  105. itemflags: PLACEMENT, SELF-DROPS
  106. permission-node: staffmode.glass
  107. exit:
  108. id: BARRIER
  109. slot: 8
  110. name: '&c&lExit staff mode'
  111. lore:
  112. - '&cExits staff mode'
  113. - '&cand enters player mode'
  114. itemflags: PLACEMENT, SELF-DROPS
  115. enabled-worlds: ALL
  116. rank_giver:
  117. id: NAME_TAG
  118. slot: 6
  119. name: '&a&lRank giver'
  120. lore:
  121. - '&aRight click this item'
  122. - '&athen add a player name'
  123. - '&aand choose a rank'
  124. itemflags: SELF-DROPS
  125. item_3:
  126. id: DIAMOND_AXE
  127. slot: 4
  128. name: '&4&lFast Kicker'
  129. lore:
  130. - '&4Right click this item'
  131. - '&4Enter the player and reason'
  132. - '&4And the player is kicked'
  133. commands:
  134. left-click:
  135. - 'player: kick %hitplayer%'
  136. itemflags: SELF-DROPS
  137. enabled-worlds: ALL
  138. kicker:
  139. id: DIAMOND_AXE
  140. slot: 4
  141. name: '&4&lFast Kicker'
  142. lore:
  143. - '&4Right click this item'
  144. - '&4Enter the player and reason'
  145. - '&4And the player is kicked'
  146. commands:
  147. left-click:
  148. - 'player: kick %hitplayer%'
  149. itemflags: SELF-DROPS
  150. enabled-worlds: ALL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement