Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - Individual mob cap for chunks loaded by each player. #1653

Closed
GlitchHead opened this issue Nov 6, 2018 · 2 comments
Closed
Labels
type: feature Request for a new Feature.

Comments

@GlitchHead
Copy link

Is your feature request related to a problem? Please describe.
The mob spawning system is designed for a singleplayer. With a global mob cap and around 10 players the mobs will be spread out to everyone. This will cause the global mob cap to be filled up quickly while the individual players get very few monsters/animals. If you are the only person online mob spawning will be normal just like in vanilla singleplayer. Animal spawning is also affected by this problem. Most animals encountered on servers are ones from newly generated chunks. Once you clear an area of animals very few will spawn.

Describe the solution you'd like
An option that will use an individual mob cap for the chunks loaded by each player. This way mob spawning will be very similar vanilla singleplayer while multiple players are online.

@deadman96385
Copy link

This would be really good, on our server as well it's always hard to get mobs to spawn when there is a fair amount of people on.

@zachbr zachbr added the type: feature Request for a new Feature. label Apr 5, 2019
@kickash32
Copy link
Contributor

I have been working on this, just a plugin for now.
https://www.spigotmc.org/resources/distributedmobspawns.67599/
I still need suggestions on how to handle chunk generated animals. It doesn't perform (in terms of speed) as well as I hoped it would. Working on fixing these issues and eventually creating a Paper patch to do it efficiently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Request for a new Feature.
Projects
None yet
Development

No branches or pull requests

4 participants