Releases: KasperFranz/BetterChunkLoader
Releases · KasperFranz/BetterChunkLoader
3.8.2
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
Fixed
- Issue with creating chunk loaders
3.8.1
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
3.8.0
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
3.8.0-RC3
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
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
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
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
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.2BetterChunkloader-7.0.0-x.x.x.jar
is for Sponge API 7.0 and 7.1BetterChunkloader-8.0.0-x.x.x.jar
is for Sponge API 8.0
3.5.0
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.