Releases: sarhatabaot/ChunkSpawnerLimiter
Releases · sarhatabaot/ChunkSpawnerLimiter
v4.3.10
v4.3.9
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.
Added "hidden" command, /csl check to help debug issues. Permission csl.check
Full Changelog: v4.3.8...v4.3.9
v4.3.8
Changed Feature (#65):
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.
What's Changed
- Include / Exclude Worlds by @sarhatabaot in #65
- Update dependency gradle to v8.10.2 by @renovate in #53
- Update dependency org.jetbrains:annotations to v26 by @renovate in #62
- Update dependency org.bstats:bstats-bukkit to v3.1.0 by @renovate in #54
- Update gradle/actions action to v4.1.0 by @renovate in #56
Full Changelog: v4.3.7...v4.3.8
v4.3.7
New features & Bug Fixes
- Feature/kill instead of remove by @sarhatabaot in #35 : to enable this add:
kill-instead-of-remove: true
- Bug fix for block limiter.
- Search feature for entity types:
What's Changed
- Port to gradle & update action by @sarhatabaot in #32
- Update gradle/actions action to v3.3.2 by @renovate in #36
- Update gradle/gradle-build-action digest to 4c39dd8 by @renovate in #33
- Update dependency gradle to v8.8 by @renovate in #37
- Update dependency org.jetbrains:annotations to v24.1.0 - autoclosed by @renovate in #34
- Update gradle/actions action to v3.4.0 by @renovate in #41
- Update gradle/gradle-build-action digest to db35f23 by @renovate in #40
- Update actions/stale action to v9 by @renovate in #38
- Update dependency de.tr7zw:item-nbt-api to v2.13.0 by @renovate in #39
- Update dependency de.tr7zw:item-nbt-api to v2.13.1 by @renovate in #44
- Update gradle/gradle-build-action digest to 66535aa by @renovate in #42
- Update gradle/actions action to v3.4.2 by @renovate in #43
- Update dependency de.tr7zw:item-nbt-api to v2.13.2 by @renovate in #51
- Update dependency gradle to v8.9 by @renovate in #47
- Update gradle/actions action to v3.5.0 by @renovate in #49
- Update gradle/gradle-build-action digest to 093dfe9 by @renovate in #48
- Update gradle/actions action to v4 by @renovate in #50
Full Changelog: v4.3.5...v4.3.7
v4.3.5
v4.3.4
What's Changed
- You can now disable metrics. (Set to enabled by default)
- Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.2 by @renovate in #28
- Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 - autoclosed by @renovate in #15
Full Changelog: v4.3.3...v4.3.4
v4.3.3 - Bug fix
Bug fixes
- Fixed an error on startup. Probably caused by incorrect compilation of the jar.
What's Changed
- Configure Renovate by @renovate in #9
- Update dependency org.bstats:bstats-bukkit to v3.0.2 by @renovate in #12
- Update actions/checkout action to v4 by @renovate in #17
- Update actions/setup-java action to v3 by @renovate in #18
- Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.1 by @renovate in #16
- Update dependency net.revelc.code.formatter:formatter-maven-plugin to v2.23.0 by @renovate in #13
- Revert "Update dependency net.revelc.code.formatter:formatter-maven-plugin to v2.23.0" by @sarhatabaot in #20
- Update actions/setup-java action to v4 by @renovate in #22
- Update dependency org.jetbrains:annotations to v24 by @renovate in #19
New Contributors
Full Changelog: v4.3.2...v4.3.3
v4.3.2 - Bug fix
Fixes an issue with custom worlds in count.
Full Changelog: v4.3.1...v4.3.2
v4.3.1 - Bug fix
- Fixed #10
Full Changelog: v4.3.0...v4.3.1
v4.3.0 - Preserve Raid Entities
- Added a check to prevent raid entities from being removed.
- Added a config option to enable/disable this functionality,
preserve-raid-entities
set totrue
by default. - Now build against 1.14.4, 1.13.2 should still work, but we won't offer support for it anymore.
Full Changelog: v4.2.1...v4.3.0