Advertisement
Guest User

weed.yml

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