BentoBoxWorld / Limits

Limits blocks and entities on islands - for BentoBox
Eclipse Public License 2.0
8 stars 17 forks source link

Critical: Too much nether monsters #98

Closed x1p closed 3 years ago

x1p commented 4 years ago

Description The problem is a bit too much monsters. There are approximately 600+ monsters on 1 island

For these mobs, I didn't set a limit. BSkyblock settings:

  spawn-limits:
    # Spawn limits. These override the limits set in bukkit.yml
    # If set to a negative number, the server defaults will be used
    # Added since 1.11.2.
    monsters: -1
    # Added since 1.11.2.
    animals: -1
    # Added since 1.11.2.
    water-animals: -1
    # Added since 1.11.2.
    ambient: -1

So it should look for bukkit and the monsters from bukkit are 24. This is clearly more that 24. I think is related to other limits issues. (Infinite bee's, slimes) But I'm not sure.

Steps to reproduce the behavior:

  1. Go to the nether
  2. Check to see how many mobs there are of an unlimited kind of mob

Expected behavior Normal mob spawning behavior

Screenshots 2020-09-11_22 11 07

Server Information:

[Please complete the following information:]

Additional context

tastybento commented 4 years ago

This is happening since Build 229. It will take some time to work this one out.