Changes
Added 3 new config settings:
watch-entity-spawns: true
# Only relevant if kill-instead-of-remove is used (unless paper's tick setting is set to false)
# Drops the items from the armor stands, i.e. helmet, etc
drop-items-from-armor-stands: false
log-armor-stand-tick-warning: true
Fixed a bug that caused the watch-vehicle-create-event
setting to not function correctly.
Changed Feature:
The excluded worlds config entry has been removed. Instead we now have a "worlds" section.
worlds:
mode: "excluded"
worlds: []
This allows worlds to either be excluded from the checks, or to be limited to just the set worlds.
Bug Fixes
- Potentially fixed a memory leak with Entity & Chunk objects.
Full changelog: https://github.com/sarhatabaot/ChunkSpawnerLimiter/releases/tag/v4.3.8
New features & Bug Fixes
- Feature/kill instead of remove by @sarhatabaot in https://github.com/sarhatabaot/ChunkSpawnerLimiter/pull/35. To enable this add:
kill-instead-of-remove: true
- Bug fix for block limiter.
- Search feature for entity types:
Full changelog at: https://github.com/sarhatabaot/ChunkSpawnerLimiter/releases/tag/v4.3.7
- Added an option to disable metrics. (Metrics are enabled by default)
- Added a generic help command.
https://github.com/sarhatabaot/ChunkSpawnerLimiter/compare/v4.3.3...v4.3.5
Fixed an error on startup.
https://github.com/sarhatabaot/ChunkSpawnerLimiter/releases/tag/v4.3.3