Spawner Limiter

The Spawner Limiter module is designed to reduce the lag caused by excessive mob spawners and the high volume of mobs they can produce.

Configuration

The configuration for this module can be found in plugins/ClearLaggEnhanced/modules/spawner-limiter/config.yml.

enabled: true

# Multiplier for the spawn delay of spawners
# Higher value means slower spawning (1.5 = 50% slower)
spawn-delay-multiplier: 1.5

# Specific worlds where this module is enabled
# Leave empty [] for all worlds
worlds: []

Features

Spawn Delay Multiplier

Instead of simply disabling spawners, this module allows you to slow them down. By increasing the spawn-delay-multiplier, you can reduce the frequency at which spawners attempt to spawn mobs, effectively lowering the overall entity load on the server.

World Filtering

You can choose to apply spawner limits only to specific worlds by adding them to the worlds list in the configuration.

Admin GUI

You can also toggle this module and adjust the multiplier directly in the game using /lagg admin.