Skip to content

Commit 3eb5b22

Browse files
committed
Release 3.8.0
1 parent 906eb98 commit 3eb5b22

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,28 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/ ), and following the format from [keep a CHANGELOG](http://keepachangelog.com/ )
44

55
## [Unreleased][unreleased]
6+
### Added
7+
8+
### Changed
9+
10+
### Fixed
11+
12+
13+
## 2020-09-30 3.8.0
614
### Added
715
- Added bStats for visibility of how many are using the version.
816
- Added the option to use metadata for the amount of chunk loaders a player can have.
917
- Added more exceptions around the MySQL database connection start.
10-
- Added a reload command to reload the configuration! (still not fully integrated)
18+
- Added an reload command to reload the configuration!
1119

1220
### Changed
1321
- Moved to a new config setup, it should help make the code cleaner :)
1422
- All amounts passed to /bcl chunks should now always be a positive integer.
1523

1624
### Fixed
1725
- Fixed a null pointer exception when using the purge command, and the world is empty (#27)
18-
- If the world is not loaded on startup we are now loading in the world when we get the sponge event!
26+
- If the world is not loaded on startup we are now loading in the world when we get the sponge event! (Fixes #35)
27+
1928
## 2018-10-07 3.7.0
2029
### Changed
2130
- 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
5362
-fixed a permission issue (you was able to see everyone's balance without the right permission and updated the readme with the subcommands
5463

5564

56-
57-
5865
## 2017-04-21 3.3.0
5966
### Changed
6067
- Using the gameStoppingEvent instead of the GameStopped event to be sure that we can unforce properly.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'net.kaikk.mc'
8-
version = '3.8.0-S7.1.0-dev'
8+
version = '3.8.0-S7.1.0'
99
description = 'Better Chunkloading.'
1010
project.ext.authors = 'KaiNoMood, Rob5Underscores, KasperFranz'
1111

0 commit comments

Comments
 (0)