Advertisement
jsoichiro

test2

Sep 16th, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 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. SmashAttack:
  6. Cooldown: 1
  7. Conditions:
  8. - targetwithin 25
  9. Skills:
  10. - message{cooldown=30;m="<mob.name><&co> おまえを吹き飛ばしてやる!"} @PlayersInRadius{r=40}
  11. - teleport @target
  12. - effect:sound{s=mob.endermen.portal;volume=1.0;pitch=0.5}
  13. - delay 10
  14. - damage{amount=5;ignorearmor=true} @PlayersInRadius{r=5}
  15. - throw{velocity=10;velocityY=5} @PlayersInRadius{r=5}
  16. - effect:explosion @Self
  17. SummonSkeletons:
  18. Cooldown: 1
  19. Skills:
  20. - message{m="<mob.name><&co> 私の下僕どもよ現れろ!"} @PlayersInRadius{r=40}
  21. - delay 3
  22. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  23. - delay 3
  24. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  25. - delay 3
  26. - summon{mob=SkeletalMinion;amount=2;noise=5} @Self
  27. AngrySludgePoison:
  28. Cooldown: 10
  29. Skills:
  30. - potion{type=POISON;lvl=2;duration=100} @PlayersInRadius{r=15}
  31. - effect:particles{p=happyVillager;amount=1000;hSpread=15;ySpread=1;speed=0;yOFfset=0.5}
  32. @Self
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement