Advertisement
Guest User

randomspawns

a guest
Oct 10th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 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. RandomSkeletonKing:
  6. MobType: SkeletonKing
  7. Worlds: world,world_nether
  8. Chance: 0.001
  9. Priority: 1
  10. Action: ADD
  11. Conditions:
  12. - outside true
  13. - inblock AIR true
  14. RandomSkeletalKnight:
  15. MobType: SkeletalKnight
  16. Worlds: world,world_nether
  17. Chance: 0.20
  18. Priority: 3
  19. Action: ADD
  20. Conditions:
  21. - outside true
  22. - inblock AIR true
  23. RandomSkeletalRogue:
  24. MobType: SkeletalRogue
  25. Worlds: world,world_nether
  26. Chance: 0.15
  27. Priority: 2
  28. Action: ADD
  29. Conditions:
  30. - outside true
  31. - inblock AIR true
  32. RandomUndeadWarrior:
  33. MobType: UndeadWarrior
  34. Worlds: world,world_nether
  35. Chance: 0.25
  36. Priority: 1
  37. Action: ADD
  38. Conditions:
  39. - outside true
  40. - inblock AIR true
  41. RandomGolem:
  42. MobType: Golem
  43. Worlds: world,world_nether
  44. Chance: 0.15
  45. Priority: 1
  46. Action: ADD
  47. Conditions:
  48. - outside true
  49. - inblock AIR true
  50. RandomAngrySludge:
  51. MobType: AngrySludge
  52. Worlds: world,world_nether
  53. Chance: 0.005
  54. Priority: 1
  55. Action: ADD
  56. Conditions:
  57. - outside true
  58. - inblock AIR true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement