From e7f121857666df713dd50d40ddbff694454c46ba Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:33:37 +0200 Subject: [PATCH] Version up and README.md edit. --- README.md | 5 ++++- build.gradle.kts | 2 +- .../xyz/alexcrea/cuanvil/dependency/EcoEnchantDependency.kt | 1 + src/main/resources/plugin.yml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ab69d2..234ed58 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,10 @@ Currently, there is not a lot of compatible plugin Here is a list of supported plugins with support status: - [Enchantment²](https://www.spigotmc.org/resources/enchants-squared-the-enchantsplus-rewrite-custom-enchantments-that-act-like-vanilla-ones.86747/): -Officially supported but still experimental. Automatic configuration translation. +Officially supported but still experimental. Automatic configuration. +- [EcoEnchant](https://www.spigotmc.org/resources/50-sale-%E2%8C%9B-ecoenchants-%E2%AD%95-250-enchantments-%E2%9C%85-create-custom-enchants-%E2%9C%A8-essentials-cmi-support.79573/): +Officially supported but still experimental. Need a server restart to add newly added enchantment. +Automatic configuration on restart. If you like Custom Anvil to support a specific custom enchantment plugin. You can ask, but please note implementing compatibility will be considered diff --git a/build.gradle.kts b/build.gradle.kts index 6d101e5..fc654d2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "xyz.alexcrea" -version = "1.5.1-beta" +version = "1.5.1" repositories { mavenCentral() diff --git a/src/main/kotlin/xyz/alexcrea/cuanvil/dependency/EcoEnchantDependency.kt b/src/main/kotlin/xyz/alexcrea/cuanvil/dependency/EcoEnchantDependency.kt index a128132..e37237e 100644 --- a/src/main/kotlin/xyz/alexcrea/cuanvil/dependency/EcoEnchantDependency.kt +++ b/src/main/kotlin/xyz/alexcrea/cuanvil/dependency/EcoEnchantDependency.kt @@ -35,6 +35,7 @@ class EcoEnchantDependency(private val ecoEnchantPlugin: Plugin) { val compatibilityFile = File(folder, "ecoEnchant.yml") if(compatibilityFile.exists()){ + folder.mkdirs() compatibilityFile.createNewFile() } diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index e1d031b..73e4029 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.5.1-beta +version: 1.5.1 description: Allow to customise anvil mechanics api-version: 1.16 load: POSTWORLD