Guest User

Random Spawn YML

a guest
Dec 30th, 2023
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # Configuration for Random Mob Spawning
  2.  
  3. # Is Random Spawning enabled?
  4. enabled: true
  5.  
  6. # In what radius of player should mobs spawn?
  7. # This respect all limitations of server (i.e. spawning range set)
  8. playerRadius: 100
  9.  
  10. # What is the chance custom mob will spawn?
  11. # The higher the chance, the more will spawn
  12. # Setting to 100% will not make all mobs custom, only all attempts custom mobs (highest count of mobs)
  13. spawnChance: 40
  14.  
  15. # How many custom mobs at total can be on the server?
  16. # This limit is only for random spawned custom mobs
  17. randomMobLimit: 50
  18.  
  19. # Random Spawn-able custom mobs list
  20. mobsAllowedToRandomSpawn:
  21. - 'Demon'
  22. - 'Dog'
  23. - 'Dragon'
  24. - 'Flamingo'
  25. - 'Giraffe'
  26. - 'Gorilla'
  27. - 'Hippo'
  28. - 'Monkey'
  29. - 'Octopus'
  30. - 'Raccoon'
  31. - 'Raptor'
  32. - 'Robot'
  33. - 'Tiger'
  34. - 'Turtle'
  35. - 'Wyvern'
  36. - 'Zebra'
  37. - 'Snail'
  38.  
  39. # Worlds list for random spawning
  40. # In what worlds should random custom mobs spawn
  41. worldList:
  42. - 'paper_1_20_2_2568593'
Advertisement
Add Comment
Please, Sign In to add comment