Advertisement
Guest User

items.yml

a guest
Jun 18th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. items-Version: 5
  2.  
  3. #// Global Settings, for each world listed under world-list. These information will take effect in them. //#
  4. Global-Settings:
  5. Prevention:
  6. prevent-pickups: false
  7. AllowOPBypass: false
  8. CreativeBypass: false
  9. Clear-On:
  10. clear-on-join: false
  11. clear-on-world-change: false
  12. clear-only-itemjoin-on-join: false
  13. clear-only-itemjoin-on-world-change: false
  14. AllowOPBypass: false
  15. First-Join:
  16. FirstJoin-Mode-Enabled: true
  17. Get-Items:
  18. ItemJoin-Specific-Items: true
  19. Global-Items: false
  20. Delay: 2
  21.  
  22. #// This is the list of worlds that have custom items on join. //#
  23. #// ItemJoin will only function in the worlds listed here //#
  24. world-list:
  25. - Hub
  26. #// For every world listed in the world-list, you need to make a section for it. //#
  27. #// NOTE: It is only required to have the id and slot listed under each item to receive it. //#
  28. #// This is the first section, This is the name of the world you want to receive the items in. //#
  29. Hub:
  30. items:
  31. elytra:
  32. id: ELYTRA
  33. slot: CHESTPLATE
  34. count: 1
  35. enchantment:
  36. - 'DURABILITY:3'
  37. itemflags:
  38. - 'first-join'
  39. - 'hide-attributes'
  40. permission-node:
  41. - 'itemjoin.elytra'
  42. rockets:
  43. id: 401
  44. slot: OFFHAND
  45. count: 64
  46. itemflags:
  47. - 'first-join'
  48. - 'hide-attributes'
  49. permission-node:
  50. - 'itemjoin.rockets'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement