Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. id: 'Weed'
  2. item: 'CACTUS_GREEN'
  3. data: 0
  4. custom-name: '&2&lWeed'
  5. lore:
  6. - '&7&oHeals greatly over time'
  7. - '&7&ocost of sickness.'
  8. - '&7&oRequires Lighter'
  9. - '&c&l&oHighly Illegal'
  10. - '&8'
  11. - '&8(&7Right Click&8) &r&7to consume.'
  12. legal: false
  13. sell-price: 35.0
  14. buy-price: 135.0
  15. chat-message: '&7&l>> &r&2&lYou smoked some Weed'
  16. sounds:
  17. 1:
  18. name: 'ENTITY_TNT_PRIMED'
  19. volume: 0.8
  20. pitch: 1.0
  21. 2:
  22. name: 'ENTITY_CAT_HISS'
  23. volume: 0.8
  24. pitch: 0.4
  25. 3:
  26. name: 'BLOCK_FIRE_AMBIENT'
  27. volume: 1.0
  28. pitch: 1.0
  29. particles:
  30. 1:
  31. name: 'SMOKE_LARGE'
  32. offset-y: 1.5
  33. offset-multiplier: 1
  34. count: 4
  35. 2:
  36. name: 'FLAME'
  37. offset-y: 1.5
  38. offset-multiplier: 1
  39. count: 2
  40. consume-requirement:
  41. item: 'FLINT_AND_STEEL'
  42. data: 0
  43. effects:
  44. duration: 60
  45. clear-effects: false
  46. potion-effects:
  47. 1:
  48. type: 'REGENERATION'
  49. duration: 1200
  50. amplifier: 0
  51. ambient: false
  52. particles: false
  53. 2:
  54. type: 'CONFUSION'
  55. duration: 1200
  56. amplifier: 1
  57. ambient: false
  58. particles: false
  59. growing:
  60. required-to-plant: 'FARMLAND'
  61. required-to-plant-data: 7
  62. growing-stages:
  63. 1:
  64. order: 0
  65. type: FERN
  66. data: 0
  67. delay: 60
  68. drops:
  69. 1:
  70. item: 'WHEAT_SEEDS'
  71. data: 0
  72. custom-name: '&2&lWeed Seeds'
  73. lore:
  74. - '&7Use these seeds to plant a Weed plant.'
  75. drop-amount: 1
  76. drop-chance: 50
  77. 2:
  78. order: 1
  79. type: LARGE_FERN
  80. data: 0
  81. grown: true
  82. drops:
  83. 1:
  84. item: 'CACTUS_GREEN'
  85. data: 0
  86. custom-name: '&2&lWeed'
  87. lore:
  88. - '&7&oHeals greatly over time'
  89. - '&7&oCost of sickness.'
  90. - '&7&oRequires Lighter'
  91. - '&c&l&oHighly Illegal'
  92. - ''
  93. - '&8(&7Right Click&8) &r&7to consume'
  94. drop-amount: 1
  95. drop-chance: 100
  96. use-random-grow: true
  97. random-grow:
  98. chance: 5
  99. min-growing-ms: 2200
  100. max-growing-ms: 3600
  101. seed:
  102. item: 'WHEAT_SEEDS'
  103. data: 0
  104. custom-name: '&2&lWeed Seeds'
  105. lore:
  106. - '&7Use these seeds to plant a Weed plant.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement