Version up and README.md edit.

This commit is contained in:
alexcrea 2024-06-23 22:33:37 +02:00
parent a4dda06602
commit e7f1218576
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
4 changed files with 7 additions and 3 deletions

View file

@ -49,7 +49,10 @@ Currently, there is not a lot of compatible plugin
Here is a list of supported plugins with support status: 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/): - [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. If you like Custom Anvil to support a specific custom enchantment plugin.
You can ask, but please note implementing compatibility will be considered You can ask, but please note implementing compatibility will be considered

View file

@ -5,7 +5,7 @@ plugins {
} }
group = "xyz.alexcrea" group = "xyz.alexcrea"
version = "1.5.1-beta" version = "1.5.1"
repositories { repositories {
mavenCentral() mavenCentral()

View file

@ -35,6 +35,7 @@ class EcoEnchantDependency(private val ecoEnchantPlugin: Plugin) {
val compatibilityFile = File(folder, "ecoEnchant.yml") val compatibilityFile = File(folder, "ecoEnchant.yml")
if(compatibilityFile.exists()){ if(compatibilityFile.exists()){
folder.mkdirs()
compatibilityFile.createNewFile() compatibilityFile.createNewFile()
} }

View file

@ -1,7 +1,7 @@
main: io.delilaheve.CustomAnvil main: io.delilaheve.CustomAnvil
name: CustomAnvil name: CustomAnvil
prefix: "Custom Anvil" prefix: "Custom Anvil"
version: 1.5.1-beta version: 1.5.1
description: Allow to customise anvil mechanics description: Allow to customise anvil mechanics
api-version: 1.16 api-version: 1.16
load: POSTWORLD load: POSTWORLD