Skip to content

Commit

Permalink
Release 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperFranz committed Sep 30, 2020
1 parent 906eb98 commit 3eb5b22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,28 @@ 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 :)
- 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!
- 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.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 3eb5b22

Please sign in to comment.