Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. id: 'Weed'
  2. item: 'INK_SACK'
  3. data: 2
  4. custom-name: '&2&lWeed'
  5. lore:
  6. - '&7&oGrants a regeneration effect'
  7. - '&7&oat the cost of hunger.'
  8. - '&8'
  9. - '&8(&7Right Click&8) &r&7to consume.'
  10. legal: false
  11. sell-price: 0.0
  12. buy-price: 0.0
  13. chat-message: '&7&l>> &r&2&lYou consumed Weed!'
  14. sounds:
  15. 1:
  16. name: 'ENTITY_TNT_PRIMED'
  17. volume: 0.8
  18. pitch: 1.0
  19. 2:
  20. name: 'ENTITY_CAT_HISS'
  21. volume: 0.8
  22. pitch: 0.4
  23. 3:
  24. name: 'BLOCK_FIRE_AMBIENT'
  25. volume: 1.0
  26. pitch: 1.0
  27. particles:
  28. 1:
  29. name: 'SMOKE_LARGE'
  30. offset-y: 1.5
  31. offset-multiplier: 1
  32. count: 4
  33. 2:
  34. name: 'FLAME'
  35. offset-y: 1.5
  36. offset-multiplier: 1
  37. count: 2
  38. commands:
  39. 1:
  40. executor: 'PLAYER'
  41. command: 'minecraft:me this command got executed after 5 seconds *'
  42. delay: 5
  43. 2:
  44. executor: 'CONSOLE'
  45. command: 'say %player% consumed Weed 20 seconds ago!'
  46. delay: 20
  47. consume-requirement:
  48. item: FLINT_AND_STEEL
  49. data: 0
  50. effects:
  51. duration: 60
  52. clear-effects: false
  53. potion-effects:
  54. 1:
  55. type: 'INCREASE_DAMAGE'
  56. duration: 10
  57. amplifier: 0
  58. ambient: false
  59. particles: false
  60. 2:
  61. type: 'HUNGER'
  62. duration: 1200
  63. amplifier: 1
  64. ambient: false
  65. particles: false
  66. 3:
  67. type: 'BLINDNESS'
  68. duration: 1200
  69. amplifier: 1
  70. ambient: false
  71. particles: false
  72. 3:
  73. type: 'CONFUSION'
  74. duration: 1200
  75. amplifier: 1
  76. ambient: false
  77. particles: false
  78. growing:
  79. required-to-plant: 'SOIL'
  80. growing-stages:
  81. 1:
  82. order: 0
  83. type: LONG_GRASS
  84. data: 2
  85. delay: 180
  86. use-random-rotation: true
  87. drops:
  88. 1:
  89. item: 'SEEDS'
  90. data: 0
  91. custom-name: '&2&lWeed Seeds'
  92. lore:
  93. - '&7Use these seeds to plant a Weed plant.'
  94. drop-amount: 1
  95. drop-chance: 50
  96. 2:
  97. order: 1
  98. type: DOUBLE_PLANT
  99. data: 3
  100. delay: 200
  101. use-random-rotation: true
  102. drops:
  103. 1:
  104. item: 'SEEDS'
  105. data: 0
  106. custom-name: '&2&lWeed Seeds'
  107. lore:
  108. - '&7Use these seeds to plant a Weed plant.'
  109. drop-amount: 1
  110. drop-chance: 50
  111. 3:
  112. order: 2
  113. type: DOUBLE_PLANT
  114. data: 3
  115. grown: true
  116. use-random-rotation: true
  117. drops:
  118. 1:
  119. item: INK_SACK
  120. data: 2
  121. custom-name: '&2&lWeed'
  122. lore:
  123. - '&7&oGrants a regeneration effect'
  124. - '&7&oat the cost of hunger.'
  125. - '&8'
  126. - '&8(&7Right Click&8) &r&7to consume.'
  127. drop-amount: 1
  128. drop-chance: 100
  129. 2:
  130. item: 'SEEDS'
  131. data: 0
  132. custom-name: '&2&lWeed Seeds'
  133. lore:
  134. - '&7Use these seeds to plant a Weed plant.'
  135. drop-amount: 2
  136. drop-chance: 30
  137. 3:
  138. item: 'SEEDS'
  139. data: 0
  140. custom-name: '&2&lWeed Seeds'
  141. lore:
  142. - '&7Use these seeds to plant a Weed plant.'
  143. drop-amount: 3
  144. drop-chance: 20
  145. 4:
  146. item: 'SEEDS'
  147. data: 0
  148. custom-name: '&2&lWeed Seeds'
  149. lore:
  150. - '&7Use these seeds to plant a Weed plant.'
  151. drop-amount: 1
  152. drop-chance: 50
  153. use-random-grow: true
  154. random-grow:
  155. chance: 20
  156. min-growing-ms: 10
  157. max-growing-ms: 4600
  158. seed:
  159. item: 'SEEDS'
  160. data: 0
  161. custom-name: '&2&lWeed Seeds'
  162. lore:
  163. - '&7Use these seeds to plant a Weed plant.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement