Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. Banana:
  2. spell-class: ".instant.DummySpell"
  3. name: "&eBanana"
  4. cast-item: coal
  5. effects:
  6. 1:
  7. position: caster
  8. effect: effectlib
  9. height-offset: 0.5
  10. forward-offset: 2
  11. z-offset: 0
  12. effectlib:
  13. class: SphereEffect
  14. radius: 0.3
  15. particle: REDSTONE
  16. color: f5f242
  17. iterations: 50
  18. period: 1
  19. particles: 10
  20. 2:
  21. position: caster
  22. effect: effectlib
  23. height-offset: 0.8
  24. forward-offset: 2
  25. z-offset: 0.3
  26. effectlib:
  27. class: SphereEffect
  28. radius: 0.3
  29. particle: REDSTONE
  30. color: f5f242
  31. iterations: 50
  32. period: 1
  33. particles: 10
  34. 3:
  35. position: caster
  36. effect: effectlib
  37. height-offset: 1.1
  38. forward-offset: 2
  39. z-offset: 0.6
  40. effectlib:
  41. class: SphereEffect
  42. radius: 0.3
  43. particle: REDSTONE
  44. color: f5f242
  45. iterations: 50
  46. period: 1
  47. particles: 10
  48. 4:
  49. position: caster
  50. effect: effectlib
  51. height-offset: 1.4
  52. forward-offset: 2
  53. z-offset: 0.8
  54. effectlib:
  55. class: SphereEffect
  56. radius: 0.3
  57. particle: REDSTONE
  58. color: f5f242
  59. iterations: 50
  60. period: 1
  61. particles: 10
  62. 5:
  63. position: caster
  64. effect: effectlib
  65. height-offset: 1.7
  66. forward-offset: 2
  67. z-offset: 1
  68. effectlib:
  69. class: SphereEffect
  70. radius: 0.3
  71. particle: REDSTONE
  72. color: f5f242
  73. iterations: 50
  74. period: 1
  75. particles: 10
  76. 6:
  77. position: caster
  78. effect: effectlib
  79. height-offset: 0.4
  80. forward-offset: 2
  81. z-offset: -0.3
  82. effectlib:
  83. class: SphereEffect
  84. radius: 0.3
  85. particle: REDSTONE
  86. color: f5f242
  87. iterations: 50
  88. period: 1
  89. particles: 10
  90. 7:
  91. position: caster
  92. effect: effectlib
  93. height-offset: 2
  94. forward-offset: 2
  95. z-offset: 1.2
  96. effectlib:
  97. class: SphereEffect
  98. radius: 0.1
  99. particle: REDSTONE
  100. color: 592d1c
  101. iterations: 50
  102. period: 1
  103. particles: 2
  104. 8:
  105. position: caster
  106. effect: effectlib
  107. height-offset: 2.2
  108. forward-offset: 2
  109. z-offset: 1.4
  110. effectlib:
  111. class: SphereEffect
  112. radius: 0.1
  113. particle: REDSTONE
  114. color: 592d1c
  115. iterations: 50
  116. period: 1
  117. particles: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement