Moses373

Minecraft MagicSpells Plugin - Custom Resist Spell

Dec 15th, 2015
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. resist_particle:
  2. spell-class: ".buff.DummySpell"
  3. duration: 10
  4. str-fade: You are no longer resistant.
  5. effects:
  6. eff8:
  7. effect: particles
  8. position: buff
  9. effect-interval: 1
  10. particle-name: flame
  11. horiz-spread: 0.1
  12. vert-spread: 0.3
  13. speed: 0.01
  14. count: 5
  15. eff9:
  16. effect: particles
  17. position: orbit
  18. particle-name: townaura
  19. speed: 0.1
  20. count: 100
  21. orbit-radius: 1.5
  22. orbit-seconds-per-revolution: 1
  23. orbit-tick-interval: 1
  24. orbit-y-offset: 1.5
  25. resist_potion:
  26. spell-class: ".targeted.PotionEffectSpell"
  27. targeted: false
  28. type: 11
  29. duration: 250
  30. strength: 10
  31. beneficial: true
  32. resist:
  33. spell-class: ".MultiSpell"
  34. spells:
  35. - resist_particle
  36. - resist_potion
  37. str-cast-self: You are now resistant!
  38. str-cast-others: "%a is now resistant!"
Advertisement
Add Comment
Please, Sign In to add comment