Skip to content

Releases: KasperFranz/BetterChunkLoader

3.8.2

23 Dec 16:04
Compare
Choose a tag to compare

Added

  • Show an error message before allowing players to run bcl commands when the plugin is not ready/enabled (because of wrong config or datastore)
  • Added H2 as an option for datastore #25

Changed

  • We throw more readable errors when there is a config exception.
  • Cleanup of internals in the plugin (namespaces)
  • Removed internal references of admin loader (it has not been implemented in a long time - so safe to be removed.

Fixed

  • Issue with creating chunk loaders
  • URLencode database password (Thank you @clienthax)

3.8.2 RC1

27 Oct 12:46
Compare
Choose a tag to compare
3.8.2 RC1 Pre-release
Pre-release

Fixed

  • Issue with creating chunk loaders

3.8.1

26 Oct 12:33
Compare
Choose a tag to compare

This version contains a bug.
Please use the 3.8.2 rc

Added - Sending a message to the player if another player is deleting their chunkloader

  • Allowing the player to Delete their own/others Chunk Loaders through the list command (permission betterchunkloader.list.delete.others/ betterchunkloader.list.delete.own) #6
  • Allowing players to delete all of their own chunk loaders (using /bcl delete) #36

Changed

  • Cleaned up the messages sent to the player and logged when we are deleting/changing/creating chunk loaders.
  • Using the DB Connection provided through Sponge #33 (moves DB connection to another thread)
  • Added security by using SQL Prepared statements.

Fixed

  • Fixed the log messages around edit/delete chunkloaders #37
  • Fixed a crash with bstats #44
  • Removed bstats #44

3.8.0

30 Sep 07:24
Compare
Choose a tag to compare

Added

  • Added bStats for visibility of how many are using the version.
  • Added the option to use metadata for the number of chunk loaders a player can have.
  • Added more exceptions around the MySQL database connection start.
  • Added a reload command to reload the configuration!

Changed

  • Moved to a new config setup; it should help make the code cleaner :)
  • All amounts passed to /bcl chunks should now always be a positive integer.

Fixed

  • Fixed a null pointer exception when using the purge command, and the world is empty (#27)
  • If the world is not loaded on startup, we are now loading in the world when we get the sponge event! (Fixes #35)

3.8.0-RC3

31 May 12:53
9342865
Compare
Choose a tag to compare
3.8.0-RC3 Pre-release
Pre-release

This is a pre-release.
This is just for testing purpose, please test before using this in production as it comes with a few new features :)!

Added

  • Added Bstats for visibility of how many are using the version.
  • Added the option to use metadata for the amount of chunk loaders a player can have. (please see limitation on the readme!)
  • Added more exceptions around the MySQL database connection start.
  • Added a reload command to reload the configuration! (still not fully integrated)

Changed

Fixed

  • Fixed an NPE when using purge and the world is empty (#27)

3.8.0-RC2

21 May 14:02
bb9a616
Compare
Choose a tag to compare
3.8.0-RC2 Pre-release
Pre-release

This is a pre-release.
This is just for testing purpose, please test before using this in production as it comes with a few new features :)!

This fixes an issue with RC1 and bstats

Added

  • Added Bstats for visibility of how many are using the version.
  • Added the option to use metadata for the amount of chunk loaders a player can have. (please see limitation on the readme!

Changed

Fixed

  • Fixed an NPE when using purge and the world is empty (#27)

3.8.0-RC1

16 May 17:49
46db34b
Compare
Choose a tag to compare
3.8.0-RC1 Pre-release
Pre-release

This is a pre-release.
This is just for testing purpose, please test before using this in production as it comes with a few new features :)!

Added

  • Added Bstats for visibility of how many are using the version.
  • Added the option to use metadata for the amount of chunk loaders a player can have. (please see limitation on the readme!

Changed

Fixed

  • Fixed an NPE when using purge and the world is empty (#27)

BetterChunloader v. 3.7.0

07 Oct 15:00
af315c8
Compare
Choose a tag to compare

Changed

  • added some more clean message to the error when there is a mysql error.

Fixed

  • It was not possible to remove chunk loaders

3.6.0

07 Apr 12:26
8bc2802
Compare
Choose a tag to compare

Fixed

  • Now the default blazerod is also doing what it is supposed to.

Please Read:

Please read the readme on the github page, as this contains information about how to use this plugin.

  • BetterChunkloader-5.2.0-x.x.x.jar is for Sponge API 5.2
  • BetterChunkloader-7.0.0-x.x.x.jar is for Sponge API 7.0 and 7.1
  • BetterChunkloader-8.0.0-x.x.x.jar is for Sponge API 8.0

3.5.0

27 Oct 19:38
Compare
Choose a tag to compare

BetterChunkLoader-7.0.0 Is using Sponge API 7.0.0 and BetterChunkLoader-5 is for API 5.2 :)

Added

  • added an option to teleport to a chunkloader (if you have the permission)
  • Added message when not able to load config. (#20)
  • Added option to use another item instead of a blaze rod to init the chunk loaders.

Changed

  • Upgrade to have both a 7.0 and 5.1 branch.
  • the info command is now only showing active currently loaded chunks.

Fixed

  • Fixed the spam when shutting down the server, since it tried to unload chunks we didn't load.
  • A Illegal Exception if the data in the database isn't a valid UUID, then we now just say so instead of not loading the plugin.