Advertisement
ReshiStar

Untitled

Dec 4th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. # For more information, check out the plugin manual or join us on Discord:
  2. # http://www.mythicmobs.net
  3. #
  4.  
  5. SkeletalKnight:
  6. Type: ZOMBIE
  7. Display: '&aSkeletal Knight &6- Lv.<mob.level>'
  8. Health: 40
  9. Damage: 12
  10. BossBar:
  11. Enabled: true
  12. Title: '<mob.name>'
  13. Range: 7
  14. Color: RED
  15. Style: SOLID
  16. Equipment:
  17. - lsh head
  18. Drops:
  19. - GOLD_NUGGET{display="Gold Coin"} 1to2 0.5
  20. LevelModifiers:
  21. - health 5
  22. - damage 0.5
  23. KillMessages:
  24. - '<target.name> was beat up by a Skeletal Knight'
  25. Options:
  26. AlwaysShowName: true
  27. MovementSpeed: 0.17
  28. Skills:
  29. - skill{s=Yell} @NearestPlayer{r=20} ~onTimer:10
  30. # - potion{type=invisibility;duration=122000;level=4;hasParticles=false} ~onSpawn @self
  31. SkeletonKing:
  32. Type: WITHER_SKELETON
  33. Display: '&6Skeleton King'
  34. Health: 500
  35. Damage: 10
  36. Skills:
  37. - message{cooldown=20;m="<mob.name><&co> None may challenge the Skeleton King!"}
  38. @PlayersInRadius{r=40} ~onCombat >0 0.2
  39. - message{m="<mob.name><&co> Ahahahahah! Die, <trigger.name>!"} @PlayersInRadius{r=40}
  40. ~onPlayerKill >0 1
  41. - skill{s=SummonSkeletons} @self 0.1
  42. - skill{s=SmashAttack} @target >0 0.2
  43. Equipment:
  44. - KingsCrown HEAD
  45. - SkeletonKingSword HAND
  46. Drops:
  47. - SkeletonKingDrops
  48. Options:
  49. AlwaysShowName: true
  50. MovementSpeed: 0.2
  51. MaxCombatDistance: 25
  52. PreventOtherDrops: true
  53. SkeletalMinion:
  54. Type: SKELETON
  55. Display: '&2Skeletal Minion'
  56. Health: 10
  57. Damage: 2
  58. Options:
  59. MovementSpeed: 0.1
  60. StaticallyChargedSheep:
  61. Type: SHEEP
  62. Display: '&aStatically Charged Sheep'
  63. Health: 100
  64. Damage: 2
  65. Options:
  66. MovementSpeed: 0.3
  67. DamageModifiers:
  68. - LIGHTNING 0
  69. - FIRE 0.5
  70. Skills:
  71. - lightning @LivingInRadius{r=10} ~onTimer:100
  72. AngrySludge:
  73. Type: SLIME
  74. Display: '&aAngry Sludge'
  75. Health: 100
  76. Damage: 2
  77. Options:
  78. Size: 20
  79. MovementSpeed: 0.1
  80. PreventSlimeSplit: true
  81. PreventOtherDrops: true
  82. MaxCombatDistance: 30
  83. KnockbackResistance: 1
  84. Skills:
  85. - skill{s=AngrySludgePoison} 0.2
  86. - blockmask{material=SLIME_BLOCK;r=1;duration=100} @self ~onTimer:20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement