xProject_Trinityx

Untitled

Oct 20th, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. TownGuard2:
  2. Display: '&e[Lv. 30] &aTown Guard'
  3. Type: ARMOR_STAND
  4. Health: 5000
  5. Damage: 1000
  6. Faction: HuridgeGuard
  7. Options:
  8. AlwaysShowName: true
  9. KnockbackResistance: 1
  10. PreventOtherDrops: true
  11. ShowHealth: true
  12. PreventMobKillDrops: true
  13. Silent: true
  14. Collidable: false
  15. MovementSpeed: 0.0000000000001
  16. Skills:
  17. - skill{s=MineGuardSkin} @self ~onSpawn
  18. - skill{s=MineGuardSkin} @self ~onTimer:1200
  19. - skill{s=CANCEL_PLAYER;sync=true} ~onDamaged
  20. - look{headOnly=false;immediately=true} @Target ~onTimer:20
  21. AIGoalSelectors:
  22. - 0 clear
  23. - 1 meleeattack
  24. AITargetSelectors:
  25. - 0 clear
  26. - 1 specificfaction Dummy
  27. Equipment:
  28. - iron_sword HAND
  29. - shield OFFHAND
  30.  
  31. GuardTarget:
  32. Type: ARMOR_STAND
  33. Faction: Dummy
  34. Options:
  35. Collidable: false
Advertisement
Add Comment
Please, Sign In to add comment