Advertisement
Guest User

Fixed items.yml

a guest
Feb 25th, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. # --{ =-=-=-=-=-=-=-=-=-= ItemJoin's Custom Item Configurations, by RockinChaos =-=-=-=-=-=-=-=-=-= }--
  2. # See the tutorial page for a more in-depth explaination; 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. items:
  9. map:
  10. id: COMPASS
  11. slot: 1
  12. count: 1
  13. name: '&6Map Selector'
  14. commands:
  15. right-click:
  16. - 'player: maps'
  17. left-click:
  18. - 'player: maps'
  19. commands-type: interact
  20. commands-sound: NOTE_PLING0
  21. itemflags: unbreakable, hide-attributes, inventory-modify, placement, cancel-events, self-drops, death-drops
  22. triggers: respawn, join
  23. enabled-worlds: ALL
  24. editor:
  25. id: ARMOR_STAND
  26. slot: 4
  27. count: 1
  28. name: '&9Editor'
  29. commands:
  30. right-click:
  31. - 'player: menustartkit'
  32. - 'player: customizemenu'
  33. left-click:
  34. - 'player: menustartkit'
  35. - 'player: customizemenu'
  36. commands-type: interact
  37. commands-sound: NOTE_PLING
  38. itemflags: unbreakable, hide-attributes, inventory-modify, placement, cancel-events, self-drops, death-drops
  39. triggers: respawn, join
  40. enabled-worlds: ALL
  41. crates:
  42. id: chest
  43. slot: 7
  44. count: 1
  45. name: '&cCrates'
  46. commands:
  47. right-click:
  48. - 'player: bs Crates'
  49. left-click:
  50. - 'player: bs Crates'
  51. commands-type: interact
  52. commands-sound: NOTE_PLING
  53. itemflags: unbreakable, hide-attributes, inventory-modify, placement, cancel-events, self-drops, death-drops
  54. triggers: respawn, join
  55. enabled-worlds: ALL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement