Skip to content

Commit

Permalink
Release 0.0.23-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Jan 7, 2022
1 parent d1a365b commit cdba7c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
11 changes: 11 additions & 0 deletions changelogs/0.0.23-RC4.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit cdba7c7

Please sign in to comment.