ReshiStar

Untitled

Dec 5th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 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. Wanderernametag:
  5. Type: ARMOR_STAND
  6. Display: '&aWanderer &6- Lv.3'
  7. Health: 1
  8. Damage: 1
  9. Options:
  10. AlwaysShowName: true
  11. Invisible: true
  12. Small: true
  13. Skills:
  14. - mount{type=Wanderer} ~onSpawn @self
  15. - remove ~onSignal:die @self
  16. Wanderer:
  17. Type: ZOMBIE
  18. Display: '&aWanderer &6- Lv.<mob.level>'
  19. AIGoalSelectors:
  20. - 0 clear
  21. - 1 meleeattack
  22. - 2 randomstroll
  23. AITargetSelectors:
  24. - 0 clear
  25. - 1 attacker
  26. - 2 clear
  27. Health: 40
  28. Damage: 12
  29. BossBar:
  30. Enabled: true
  31. Title: '<mob.name>'
  32. Range: 7
  33. Color: RED
  34. Style: SOLID
  35. Equipment:
  36. - lsh head
  37. Drops:
  38. - GOLD_NUGGET{display="Gold Coin"} 1to2 0.5
  39. LevelModifiers:
  40. - health 5
  41. - damage 0.5
  42. KillMessages:
  43. - '<target.name> was beat up by a <mob.name>'
  44. Options:
  45. MovementSpeed: 0.17
  46. Silent: true
  47. Skills:
  48. # - skill{s=Yell} @NearestPlayer{r=20} ~onTimer:10
  49. - potion{type=invisibility;duration=122000;level=1;hasParticles=false} ~onSpawn @self
  50. - setlevel{a=set;l=3} ~onSpawn
  51. - runaigoalselector{goal=randomstroll} ~onSpawn @self
  52. - signal{s=die} @Parent ~onDeath
  53. - randomskill{skills=Yellone,Yelltwo,Yellthree,Yellfour;} @PIR{r=20} ~onDamaged
  54. SkeletonKing:
  55. Type: WITHER_SKELETON
  56. Display: '&6Skeleton King'
  57. Health: 500
  58. Damage: 10
  59. Skills:
  60. - message{cooldown=20;m="<mob.name><&co> None may challenge the Skeleton King!"}
  61. @PlayersInRadius{r=40} ~onCombat >0 0.2
  62. - message{m="<mob.name><&co> Ahahahahah! Die, <trigger.name>!"} @PlayersInRadius{r=40}
  63. ~onPlayerKill >0 1
  64. - skill{s=SummonSkeletons} @self 0.1
  65. - skill{s=SmashAttack} @target >0 0.2
  66. Equipment:
  67. - KingsCrown HEAD
  68. - SkeletonKingSword HAND
  69. Drops:
  70. - SkeletonKingDrops
  71. Options:
  72. AlwaysShowName: true
  73. MovementSpeed: 0.2
  74. MaxCombatDistance: 25
  75. PreventOtherDrops: true
  76. SkeletalMinion:
  77. Type: SKELETON
  78. Display: '&2Skeletal Minion'
  79. Health: 10
  80. Damage: 2
  81. Options:
  82. MovementSpeed: 0.1
  83. StaticallyChargedSheep:
  84. Type: SHEEP
  85. Display: '&aStatically Charged Sheep'
  86. Health: 100
  87. Damage: 2
  88. Options:
  89. MovementSpeed: 0.3
  90. DamageModifiers:
  91. - LIGHTNING 0
  92. - FIRE 0.5
  93. Skills:
  94. - lightning @LivingInRadius{r=10} ~onTimer:100
  95. AngrySludge:
  96. Type: SLIME
  97. Display: '&aAngry Sludge'
  98. Health: 100
  99. Damage: 2
  100. Options:
  101. Size: 20
  102. MovementSpeed: 0.1
  103. PreventSlimeSplit: true
  104. PreventOtherDrops: true
  105. MaxCombatDistance: 30
  106. KnockbackResistance: 1
  107. Skills:
  108. - skill{s=AngrySludgePoison} 0.2
  109. - blockmask{material=SLIME_BLOCK;r=1;duration=100} @self ~onTimer:20
Add Comment
Please, Sign In to add comment