Advertisement
Guest User

Untitled

a guest
Mar 14th, 2021
66
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. RandomExcavator:
  6. MobType: Excavator
  7. Worlds: world_1
  8. Chance: 0.01
  9. Priority: 1
  10. Action: ADD
  11. Conditions:
  12. #- region{r=adventurespawningarea} true
  13. - biome{b=wooded_mountains} true
  14. RandomExit:
  15. MobType: Exit
  16. Worlds: world_1,world_2
  17. Chance: 0.03
  18. Priority: 1
  19. Action: ADD
  20. Conditions:
  21. #- region{r=adventurespawningarea,adventurespawningarea2} true
  22. - biome{b=wooded_mountains} true
  23. RandomDungeonZombie:
  24. MobType: DungeonZombie
  25. Worlds: world_1,world_2
  26. Chance: 0.05
  27. Priority: 1
  28. Action: ADD
  29. Conditions:
  30. #- region{r=adventurespawningarea,adventurespawningarea2} true
  31. - biome{b=wooded_mountains} true
  32. RandomAlchemist:
  33. MobType: AlchemistMob
  34. Worlds: world_2
  35. Chance: 0.02
  36. Priority: 1
  37. Action: ADD
  38. Conditions:
  39. #- region{r=adventurespawningarea2} true
  40. - biome{b=wooded_mountains} true
  41. RandomSeaGuardian:
  42. MobType: GuardianMob
  43. Worlds: sea_world
  44. Chance: 0.20
  45. Priority: 1
  46. Action: ADD
  47. Conditions:
  48. #- region{r=seaguardianspawn} true
  49. - biome{b=deep_ocean} true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement