Advertisement
Akim91

Untitled

May 6th, 2021
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ### MOB.yml ###
  2. Destroyer:
  3. Type: WITCH
  4. AIGoalSelectors:
  5. - 0 clear
  6. AITargetSelectors:
  7. - 0 clear
  8. Options.ApplyInvisibility: true
  9. Skills:
  10. - skill{s=ServerDestruction;delay=<random.1-20>} @self ~onSpawn
  11. - remove{delay=21} @self ~onSpawn
  12.  
  13. ### Skills.yml ###
  14.  
  15. ServerDestruction:
  16. Skills:
  17. - skill{s=ServerDestruction2} @BlocksInRadius{r=4}
  18. ServerDestruction2:
  19. TargetConditions:
  20. - blocktype{type=BEDROCK} false
  21. Skills:
  22. - breakblock
  23.  
  24. ### Crucible Item.yml ###
  25.  
  26. ServerDestroyer:
  27. Id: STICK
  28. Display: 'Good Bye'
  29. Skills:
  30. - particleline{p=mob;mob=Destroyer;a=1;db=3.5;hs=3;vs=3;zigzag=true;zzo=5} @forward{f=60;y=0} ~onUse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement