Advertisement
Guest User

Villagers.yml

a guest
Sep 25th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. TestVillager:
  2. Type: zombie_villager
  3. Display: '&4TestVillager'
  4. Health: 100
  5. Damage: 6
  6. Disguise: Villager
  7. KillMessages:
  8. - '<target.name> Got Rect'
  9. Faction: Villager1
  10. AIGoalSelectors:
  11. - 0 clear
  12. - 1 meleeattack
  13. - 2 lookatplayers
  14. - 3 randomstroll
  15. AITargetSelectors:
  16. - 0 clear
  17. - 1 attacker
  18. - 2 specificfaction Villager2
  19. - 3 monsters
  20. Skills:
  21. - rally{types=TestVillager;radius=100;ot=false}
  22. Options:
  23. MovementSpeed: 0.4
  24. PreventSunburn: true
  25. Despawn: false
  26. TestVillager2:
  27. Type: zombie_villager
  28. Display: '&6TestVillager2'
  29. Health: 100
  30. Damage: 6
  31. Disguise: Villager
  32. KillMessages:
  33. - '<target.name> Got Rect'
  34. Faction: Villager2
  35. AIGoalSelectors:
  36. - 0 clear
  37. - 1 meleeattack
  38. - 2 lookatplayers
  39. - 3 randomstroll
  40. AITargetSelectors:
  41. - 0 clear
  42. - 1 attacker
  43. - 2 specificfaction Villager1
  44. - 3 monsters
  45. Skills:
  46. - rally{types=TestVillager2;radius=100;ot=false}
  47. Options:
  48. MovementSpeed: 0.4
  49. PreventSunburn: true
  50. Despawn: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement