diff --git a/build.gradle b/build.gradle index 86f6fba..cdb0bbe 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ allprojects { dependencies { compileOnly 'com.willfp:eco:6.35.1' - implementation 'com.willfp:libreforge:3.36.2' + implementation 'com.willfp:libreforge:3.37.0' compileOnly 'org.jetbrains:annotations:23.0.0' diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/EcoBossesPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/EcoBossesPlugin.kt index 7ac7da8..e4beb53 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/EcoBossesPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecobosses/EcoBossesPlugin.kt @@ -74,7 +74,7 @@ class EcoBossesPlugin : LibReforgePlugin(525, 10635, "&9") { } override fun getMinimumEcoVersion(): String { - return "6.24.0" + return "6.35.1" } companion object { diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index d9ebe4d..ed62707 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -1,7 +1,7 @@ name: EcoBosses version: ${projectVersion} main: com.willfp.ecobosses.EcoBossesPlugin -api-version: 1.16 +api-version: 1.17 authors: [Auxilor] website: willfp.com load: STARTUP @@ -14,8 +14,7 @@ softdepend: - Jobs - mcMMO - Vault - - ShopGUIPlus - - DeluxeSellwands + - EcoArmor commands: ecobosses: diff --git a/gradle.properties b/gradle.properties index fb066e8..7c4bea0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 8.23.2 +version = 8.24.0 plugin-name = EcoBosses \ No newline at end of file