Moses373

Minecraft MagicSpells Plugin - Custom Tornado Spell

Dec 14th, 2015
1,731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. windgeyser:
  2. spell-class: ".targeted.GeyserSpell"
  3. name: windgeyser
  4. description: Create a geyser of wind at your enemy's feet.
  5. cast-item: blaze_rod
  6. range: 20
  7. damage: 0
  8. velocity: 15
  9. animation-speed: 2
  10. geyser-height: 10
  11. geyser-type: air
  12. ignore-armor: false
  13. can-target: players,monsters,animals
  14. check-plugins: true
  15. cost:
  16. - mana 10
  17. str-cost: 10 mana
  18. str-cast-self: You create a geyser of wind at your enemy's feet.
  19. str-no-target: No target found.
  20. tornado:
  21. spell-class: ".instant.ParticleProjectileSpell"
  22. cast-item: blaze_rod
  23. projectile-velocity: 1
  24. projectile-gravity: 0
  25. particle-name: largeexplode
  26. particle-speed: 0.0001
  27. particle-count: 100
  28. particle-horizontal-spread: 0.2
  29. particle-vertical-spread: 30
  30. render-distance: 100
  31. tick-interval: 1
  32. stop-on-hit-entity: false
  33. max-distance: 100
  34. max-duration: 50
  35. spell-interval: 50
  36. stop-on-hit-ground: false
  37. hit-air-during: true
  38. hit-radius: 5
  39. hit-players: true
  40. hit-ground: true
  41. str-cast-self: You summon a tornado!
  42. str-cast-others: "%a summons a tornado!"
  43. spell: tornado_aoe
  44. cost:
  45. - mana 40
  46. str-cost: 40 mana
  47. cooldown: 50
  48. special-effect-interval: 1
  49. effects:
  50. eff1:
  51. effect: sound
  52. position: special
  53. pitch: 0.1
  54. volume: 1000.0
  55. sound: ambient.weather.rain
  56. tornado_aoe:
  57. spell-class: ".targeted.AreaEffectSpell"
  58. horizontal-radius: 5
  59. vertical-radius: 5
  60. point-blank: true
  61. hit-players: true
  62. fail-if-no-targets: false
  63. max-targets: 10
  64. spell-source-in-center: false
  65. spells:
  66. - windgeyser
Advertisement
Add Comment
Please, Sign In to add comment