diff --git a/README.md b/README.md index 72bf255b..a63c5f7d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ ![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-RC1&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-RC2&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) -**Join us on our [Discord server](https://discord.gg/swW8xX665Z) (*zGYrqcq*) for bug reports, support, and general chatting!** +**Join us on our [Discord server](https://discord.gg/swW8xX665Z) for bug reports, support, and general chatting!** Info ---- diff --git a/build.gradle.kts b/build.gradle.kts index 4f8761f6..e95e51ee 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { } object DepData { - const val LIVE_VERSION = "0.0.23-RC1"; + const val LIVE_VERSION = "0.0.23-RC2"; const val THIS_VERSION = "0.0.23-RC2"; const val PLUGIN_NAME = "ClaimChunk"; const val ARCHIVES_BASE_NAME = "claimchunk"; diff --git a/changelogs/0.0.23-RC2.md b/changelogs/0.0.23-RC2.md new file mode 100644 index 00000000..03d2f948 --- /dev/null +++ b/changelogs/0.0.23-RC2.md @@ -0,0 +1,9 @@ +# ClaimChunk 0.0.23-RC2 + +Changes: +* Update to Spigot 1.18.1 +* Add config conversion! + * Config values under the `protection` category of the config *should* be automatically converted and removed from your config.yml files. +* Reduce debug spam + +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). diff --git a/unbuilt_readme.md b/unbuilt_readme.md index 0235b9b6..ca7f335d 100644 --- a/unbuilt_readme.md +++ b/unbuilt_readme.md @@ -6,7 +6,7 @@ [![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) -**Join us on our [Discord server](https://discord.gg/swW8xX665Z) (*zGYrqcq*) for bug reports, support, and general chatting!** +**Join us on our [Discord server](https://discord.gg/swW8xX665Z) for bug reports, support, and general chatting!** Info ----