From cdba7c709137bcbe28c1ad10e6c71b7d266e1b81 Mon Sep 17 00:00:00 2001 From: CJ Burkey Date: Thu, 6 Jan 2022 19:34:33 -0500 Subject: [PATCH] Release 0.0.23-RC4 --- README.md | 2 +- build.gradle.kts | 2 +- changelogs/0.0.23-RC4.md | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 changelogs/0.0.23-RC4.md diff --git a/README.md b/README.md index 6d736909..2f919f20 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![ClaimChunk Logo](imgs/icon64.png) ![ClaimChunk Title](imgs/logo_carrier.png) -[![Version Info](https://img.shields.io/static/v1?label=Version&message=0.0.23-RC3&color=blueviolet&style=for-the-badge)](https://github.com/cjburkey01/ClaimChunk/releases) +[![Version Info](https://img.shields.io/static/v1?label=Version&message=0.0.23-RC4&color=blueviolet&style=for-the-badge)](https://github.com/cjburkey01/ClaimChunk/releases) [![Download Info](https://img.shields.io/static/v1?label=Spigot&message=1.18.1&color=blueviolet&style=for-the-badge)](https://www.spigotmc.org/resources/claimchunk.44458/) [![Servers Using Claimchunk](https://img.shields.io/bstats/servers/5179?label=Servers&color=cornflowerblue&style=for-the-badge)](https://bstats.org/plugin/bukkit/ClaimChunk) [![Players Using Claimchunk](https://img.shields.io/bstats/players/5179?label=Players&color=cornflowerblue&style=for-the-badge)](https://bstats.org/plugin/bukkit/ClaimChunk) diff --git a/build.gradle.kts b/build.gradle.kts index 18b42d34..d274acb9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { } object DepData { - const val LIVE_VERSION = "0.0.23-RC3"; + const val LIVE_VERSION = "0.0.23-RC4"; const val THIS_VERSION = "0.0.23-RC4"; const val PLUGIN_NAME = "ClaimChunk"; const val ARCHIVES_BASE_NAME = "claimchunk"; diff --git a/changelogs/0.0.23-RC4.md b/changelogs/0.0.23-RC4.md new file mode 100644 index 00000000..4d648c6b --- /dev/null +++ b/changelogs/0.0.23-RC4.md @@ -0,0 +1,11 @@ +# ClaimChunk 0.0.23-RC4 + +Changes: +* Remove unused `debug` from the `log` section of the config file as it was unused. +* Update to Java 17. +* Fix plugin reloading (fingers crossed! `/chunk admin reload` *should* work!). +* Try to fix dragon eggs teleporting from claimed chunks. +* Add `preventAdjacent` list to world profiles to prevent chest connections if owned by different players (or unclaimed into claimed). +* If a message from the `messages.json` file is empty, it won't be sent. + +As always please report any bugs you find to the [GitHub issue tracker](https://github.com/cjburkey01/ClaimChunk/issues) or our [Discord server](https://discord.gg/swW8xX665Z).