Advertisement
XeDev_Legitz

Untitled

Jun 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. id: 'Cocaine'
  2. item: 'SUGAR'
  3. data: 0
  4. custom-name: '&b&lCocaine'
  5. lore:
  6. - '&7&oGrants Jump Boost, Speed, and Haste 2.'
  7. - '&8'
  8. - '&8(&7Right Click&8) &r&7to consume.'
  9. legal: true
  10. buy-price: 1000.0
  11. effects:
  12. duration: 30
  13. clear-effects: false
  14. potion-effects:
  15. 1:
  16. type: 'SPEED'
  17. duration: 6000
  18. amplifier: 1
  19. ambient: false
  20. particles: false
  21. 2:
  22. type: 'JUMP'
  23. duration: 6000
  24. amplifier: 1
  25. ambient: false
  26. particles: false
  27. 3:
  28. type: 'MUNDANE'
  29. duration: 6000
  30. amplifier: 1
  31. ambient: false
  32. particles: false
  33.  
  34. damage-resist-multiplier: 0.2
  35.  
  36.  
  37.  
  38.  
  39. growing:
  40. required-to-plant: 'SAND'
  41. growing-stages:
  42. 1:
  43. order: 0
  44. type: SUGAR_CANE_BLOCK
  45. data: 2
  46. delay: 60
  47. drops:
  48. 1:
  49. item: 'SUGAR_CANE'
  50. data: 0
  51. custom-name: '&2&lUnprocessed Cocaine'
  52. lore:
  53. - '&7Cook to get Cocaine'
  54. drop-amount: 1
  55. drop-chance: 50
  56. 2:
  57. order: 1
  58. type: SUGAR_CANE_BLOCK
  59. data: 2
  60. grown: true
  61. drops:
  62. 1:
  63. item: SUGAR_CANE
  64. data: 0
  65. custom-name: '&2&lUnprocessed Cocaine'
  66. lore:
  67. - '&7Cook to get Cocaine'
  68. drop-amount: 2
  69. drop-chance: 100
  70. use-random-grow: true
  71. random-grow:
  72. chance: 5
  73. min-growing-ms: 2200
  74. max-growing-ms: 3600
  75. seed:
  76. item: 'SUGAR_CANE'
  77. data: 0
  78. custom-name: '&2&lUnprocessed Cocaine'
  79. lore:
  80. - '&7Cook to get Cocaine'
  81.  
  82. cooking:
  83. input-item:
  84. item: 'SUGAR_CANE'
  85. data: 0
  86. custom-name: '&2&lUnprocessed Cocaine'
  87. cook-amount: 0
  88. custom-result:
  89. item: 'SUGAR'
  90. data: 0
  91. amount: 2
  92. custom-name: '&b&lCocaine'
  93. lore:
  94. - '&7&oGrants Jump Boost, Speed, and Haste 2.'
  95. - '&8'
  96. - '&8(&7Right Click&8) &r&7to consume.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement