diff --git a/build.gradle.kts b/build.gradle.kts index a89f8baf..f8a449af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,9 +34,6 @@ repositories { // EcoEnchants maven(url = "https://repo.auxilor.io/repository/maven-public/") - // ExcellentEnchants - maven(url = "https://repo.nightexpressdev.com/releases") - // ItemsAdder maven(url = "https://maven.devs.beer/") @@ -82,11 +79,12 @@ dependencies { // ExcellentEnchants implementation(project(":impl:ExcellentEnchant5_4")) - compileOnly("su.nightexpress.excellentenchants:Core:5.1.0") { - exclude("org.spigotmc") - } - compileOnly(files("libs/ExcellentEnchants-4.3.3-striped.jar")) // For pre v5 excellent enchants - compileOnly(files("libs/ExcellentEnchants-4.1.0-striped.jar")) // For legacy excellent enchants + compileOnly(files("libs/ExcellentEnchants/ExcellentEnchants-4.3.3-striped.jar")) // For pre v5 excellent enchants + compileOnly(files("libs/ExcellentEnchants/ExcellentEnchants-4.1.0-striped.jar")) // For legacy excellent enchants + // early v5 excellent enchants + compileOnly(files("libs/ExcellentEnchants/Core-5.1.0.jar")) + compileOnly(files("libs/ExcellentEnchants/API-5.1.0.jar")) + compileOnly(files("libs/ExcellentEnchants/main-2.7.9.jar")) // Disenchantment compileOnly(files("libs/Disenchantment-6.1.5.jar")) diff --git a/libs/ExcellentEnchants/API-5.1.0.jar b/libs/ExcellentEnchants/API-5.1.0.jar new file mode 100644 index 00000000..855724b5 Binary files /dev/null and b/libs/ExcellentEnchants/API-5.1.0.jar differ diff --git a/libs/ExcellentEnchants/Core-5.1.0.jar b/libs/ExcellentEnchants/Core-5.1.0.jar new file mode 100644 index 00000000..8899ac49 Binary files /dev/null and b/libs/ExcellentEnchants/Core-5.1.0.jar differ diff --git a/libs/ExcellentEnchants-4.1.0-striped.jar b/libs/ExcellentEnchants/ExcellentEnchants-4.1.0-striped.jar similarity index 100% rename from libs/ExcellentEnchants-4.1.0-striped.jar rename to libs/ExcellentEnchants/ExcellentEnchants-4.1.0-striped.jar diff --git a/libs/ExcellentEnchants-4.3.3-striped.jar b/libs/ExcellentEnchants/ExcellentEnchants-4.3.3-striped.jar similarity index 100% rename from libs/ExcellentEnchants-4.3.3-striped.jar rename to libs/ExcellentEnchants/ExcellentEnchants-4.3.3-striped.jar diff --git a/libs/ExcellentEnchants/main-2.7.9.jar b/libs/ExcellentEnchants/main-2.7.9.jar new file mode 100644 index 00000000..8ae699ed Binary files /dev/null and b/libs/ExcellentEnchants/main-2.7.9.jar differ