Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. # For more information, check out the plugin manual or join us on Discord:
  2. # http://www.mythicmobs.net
  3. #
  4.  
  5. huntcharge:
  6. Skills:
  7. - lunge{v=10} @Forwards[f=25;y=0.0}
  8. - damage{a=12;pi=true} @LivingEntitiesInRadius{r=10}
  9. - effect:sound{s=entity.zombie_horse.death;v=5} @self
  10. huntvolley:
  11. Skills:
  12. - effect:sound{s=entity.witch.throw;v=5} @self
  13. - delay 5
  14. - arrowvolley{a=30;s=50;v=15;rd=100} @Target
  15. summonhounds:
  16. Skills:
  17. - effect:sound{s=entity.wolf.howl;v=10} @self
  18. - delay 10
  19. - summon{t=HellHound;a=3;r=6} @PIR{r=20}
  20. removeskull:
  21. Skills:
  22. - health{10000} true
  23. - equip{i=stone_button HEAD}
  24. - effect:sound{s=entity.wither.hurt;v=16} @self
  25. throwskull:
  26. Skills:
  27. - effect:sound{s=entity.wither.shoot;v=10} @self
  28. - effect:lightning{l=true;lr=100} @PIR{r=10}
  29. - shootskull{y=3;ps=true} @target
  30. smitethem:
  31. Skills:
  32. - effect:sound{s=entity.lightning_bolt.thunder;v=12} @self
  33. - delay 10
  34. - lightning{d=3} @target
  35. hfeed:
  36. Skills:
  37. - consume{d=5;h=3;pk=true;pi=true;ia=true} @PIR{r=8}
  38. - effect:sound[s=entity.wolf.growl;v=8;p=0.5} @self
  39. hspin:
  40. Skills:
  41. - effect:spin{d=40;v=19} @self
  42. - stun{d=80} @PIR{r=10}
  43. - damage{a=8;pk=true} @PIR{r=9}
  44. hpounce:
  45. Skills:
  46. - leap{v=200} @target
  47. - delay 20
  48. - jump{v=-100}
  49. - effect:explosion @self
  50. - damage{a=10} @EntitiesInRadius{r=5}
  51. darksteed:
  52. Skills:
  53. - effect:sound{s=entity.zombie_horse.death;v=10} @self
  54. - effect:ender @self
  55. - delay 10
  56. - potion{type=WEAKNESS;d=160;l=1;p=true;i=true} @PIR{r=16}
  57. - jsonmessage{m="[{'text':'Your knees go weak at the cursed horses cry.','color':'red'}]"} @PIR{r=17}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement