mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Version up and README.md edit.
This commit is contained in:
parent
a4dda06602
commit
e7f1218576
4 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "xyz.alexcrea"
|
group = "xyz.alexcrea"
|
||||||
version = "1.5.1-beta"
|
version = "1.5.1"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue