Advertisement
skribe

Untitled

Oct 11th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.86 KB | None | 0 0
  1. HeadlessHorseman:
  2.   Type: WITHER_SKELETON
  3.   Display: '&2Headless Horseman'
  4.   Health: 20
  5.   Damage: 12
  6.   Skills:
  7.  - skill{s=getmount} @self ~onSpawn
  8.   - message{cooldown=20;m="<mob.name><&co> Ahahahaha!"}
  9.     @PlayersInRadius{r=40} ~onCombat >0 0.2
  10.   - decapitate ~onPlayerKill
  11.   - message{m="<mob.name><&co> Thank you, <trigger.name>! Another head for my collection."} @PlayersInRadius{r=40}
  12.     ~onPlayerKill >0 1
  13.   AIGoalSelectors:
  14.  - 0 clear
  15.   - 1 patrol -354,67,202;-298,66,234
  16.   Equipment:
  17.  - HorsemanHead:4
  18.   - HorsemanAxe:0
  19.   Options:
  20.     MovementSpeed: 0.1
  21.   Drops:
  22.  - HorsemanHead 1 0.05
  23. HorsemanMount:
  24.     Type: HORSE
  25.     Display: '&eHorseman Mount'
  26.     Health: 10
  27.     Options:
  28.         MovementSpeed: 0.7
  29.         HorseTamed: true
  30.         HorseSaddled: true
  31.     AIGoalSelectors:
  32.    - 0 clear
  33.     - 1 patrol -354,67,202;-298,66,234
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement