diff --git a/README.md b/README.md index c5954df..d7d77ea 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ or here [on GitHub](https://github.com/alexcrea/CustomAnvil/releases/latest) - Can handle some custom enchantment plugins (see below for more information) - Gui to configure the plugin in game. - Support of color code and hexadecimal color +- (Experimental) folia support (gui do not work) --- ### Permissions: ```yml @@ -59,7 +60,7 @@ Use EcoEnchant restriction system by default. Here is a list of supported anvil mechanic plugins with support status: - [Disenchantment](https://www.spigotmc.org/resources/disenchantment-1-21-1-1-20-6-new-book-splitting-mechanics.110741/) -Officially supported by Custom Anvil but still experimental. Mostly use Custom Anvil XP settings. +Officially supported by Custom Anvil but still experimental. Mostly use Custom Anvil basic XP settings. (version >= 5.4.0) If you like Custom Anvil to support a specific plugin (custom enchant or anvil mechanic). You can ask, but please note implementing compatibility will be considered @@ -88,10 +89,10 @@ For 1.21 to 1.21.1 use the [1.21 configurations](https://github.com/alexcrea/Cus Custom anvil [use bstat](https://bstats.org/plugin/bukkit/Unsafe%20Enchants%20Plus/20923) for metric. You can [disable it](https://bstats.org/getting-started) if you like. ### Planned: -- Semi manual config update on plugin or minecraft update -- Get restriction and multiplier on unknown enchantments +- Better folia support (make gui work. fix some dirty handled parts) +- Get restriction on unknown enchantments - Warn admin on unsupported minecraft version -- More features for custom anvil craft​ +- More features for custom anvil craft ### Known issue: Most unknown registered enchantments (by unsupported custom enchantment plugin & datapacks) will not have restriction by default. Planned but no eta. diff --git a/build.gradle.kts b/build.gradle.kts index 51058d9..d8ed4d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { } group = "xyz.alexcrea" -version = "1.6.0" +version = "1.6.1" repositories { // EcoEnchants diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index ed47c0f..c7f2a01 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ main: io.delilaheve.CustomAnvil name: CustomAnvil prefix: "Custom Anvil" -version: 1.6.0 +version: 1.6.1 folia-supported: true description: Allow to customise anvil mechanics api-version: 1.16