diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ec638f..c9c41f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/ ), and following the format from [keep a CHANGELOG](http://keepachangelog.com/ ) ## [Unreleased][unreleased] +### Added + +### Changed + +### Fixed + + +## 2020-09-30 3.8.0 ### 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. - Added more exceptions around the MySQL database connection start. - - Added a reload command to reload the configuration! (still not fully integrated) + - Added an reload command to reload the configuration! ### Changed - Moved to a new config setup, it should help make the code cleaner :) @@ -15,7 +23,8 @@ This project adheres to [Semantic Versioning](http://semver.org/ ), and followin ### 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! + - If the world is not loaded on startup we are now loading in the world when we get the sponge event! (Fixes #35) + ## 2018-10-07 3.7.0 ### Changed - added some more clean message to the error when there is a mysql error. @@ -53,8 +62,6 @@ This project adheres to [Semantic Versioning](http://semver.org/ ), and followin -fixed a permission issue (you was able to see everyone's balance without the right permission and updated the readme with the subcommands - - ## 2017-04-21 3.3.0 ### Changed - Using the gameStoppingEvent instead of the GameStopped event to be sure that we can unforce properly. diff --git a/build.gradle b/build.gradle index 04c4498..9708884 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = 'net.kaikk.mc' -version = '3.8.0-S7.1.0-dev' +version = '3.8.0-S7.1.0' description = 'Better Chunkloading.' project.ext.authors = 'KaiNoMood, Rob5Underscores, KasperFranz'