Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. In Mob File
  2.  
  3. Skills:
  4. - skill{s=YetiScream} @trigger ~onChangeTarget 1
  5.  
  6. This should trigger it when it changes target with a 100% chance to activate, and target whoever triggered it
  7.  
  8. Skill File;
  9.  
  10. YetiScream:
  11. Cooldown: 1
  12. Skills:
  13. - effect:explosion @Self
  14. - sound{s=entity.endermen.scream;v=20} @PlayersInRadius{r=30}
  15. - damage{amount=5} @PlayersInRadius{r=10}
  16. - throw{velocity=25;velocityY=8} @PlayersInRadius{r=10}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement