Skip to content

Releases: sarhatabaot/ChunkSpawnerLimiter

v4.3.0 - Preserve Raid Entities

04 Jan 08:28
a4412ae
Compare
Choose a tag to compare
  • Added a check to prevent raid entities from being removed.
  • Added a config option to enable/disable this functionality, preserve-raid-entities set to true 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

4.2.1 - Bug fix

15 Dec 17:08
8babfa6
Compare
Choose a tag to compare

What's Changed

  • Fixes issue #7 by @sarhatabaot in #8

  • Added ability to modify the min/max y/x per world. Add the block below to your blocks.yml and modify the world name.

worlds:
    world_nether:
      min-y: 0
      max-y: 128

Full Changelog: v4.2.0...v4.2.1

v4.2.0

07 Nov 19:09
b19af7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.6...v4.2.0

v4.1.6 - New info commands

12 Feb 14:04
Compare
Choose a tag to compare

Added

  • Info command, to show the current spawn reason & entity limits. Permission csl.info
  • Settings command, to show the current settings. Permission csl.settings
  • Reload is now accessible through /csl reload as well as /cslreload

Full Changelog: v4.1.5...v4.1.6

v4.1.5 - Bug fixes

25 Apr 06:34
Compare
Choose a tag to compare
  • Fixed #5.
  • Permission checks for commands now done through plugin.yml instead of through onCommand().
  • Updated Config references.
    • Added configReloaded entry.

v4.1.5 Snapshot

22 Apr 17:26
Compare
Choose a tag to compare
v4.1.5 Snapshot Pre-release
Pre-release
  • Fixed #5.

v4.1.4 - Added a reload command.

18 Mar 16:52
bac1d73
Compare
Choose a tag to compare
  • Added reload config command.
  • Added more info to plugin.yml.
  • Fixed issue #3

v4.1.3-1.13.2

02 Apr 09:14
935eb94
Compare
Choose a tag to compare
  • Fixed an issue where villagers wouldn't be removed.
  • Added an ignore-metadata feature.
  • Added a preserve named entity feature.

v4.0.0-1.13.2

09 Mar 14:00
1796b31
Compare
Choose a tag to compare
  • Fixed an issue where mobs pushed into the chunk aren't removed.
  • Tasks now properly repeat using task.runTaskTimer();
  • Now using bstats