From 1d0445925a75cde0018bfb97fa165fc0ea069524 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 30 Apr 2022 11:35:38 +0100 Subject: [PATCH] Updated libreforge --- build.gradle | 4 ++-- .../src/main/kotlin/com/willfp/ecoitems/EcoItemsPlugin.kt | 2 +- eco-core/core-plugin/src/main/resources/plugin.yml | 5 ++--- gradle.properties | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 14e47a8..085e412 100644 --- a/build.gradle +++ b/build.gradle @@ -61,8 +61,8 @@ allprojects { } dependencies { - compileOnly 'com.willfp:eco:6.34.0' - implementation 'com.willfp:libreforge:3.36.2' + compileOnly 'com.willfp:eco:6.35.1' + 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/ecoitems/EcoItemsPlugin.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/EcoItemsPlugin.kt index bc0d671..f11eda7 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/EcoItemsPlugin.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoitems/EcoItemsPlugin.kt @@ -55,7 +55,7 @@ class EcoItemsPlugin : LibReforgePlugin(1241, 12205, "&#ff0000") { } override fun getMinimumEcoVersion(): String { - return "6.19.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 632ab04..a7d419e 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -14,14 +14,13 @@ softdepend: - mcMMO - Jobs - Vault - - ShopGUIPlus - - DeluxeSellwands loadbefore: - EcoArmor - Talismans - EcoBosses - Reforges - - EcoBosses + - EcoCrates + - StatTrackers commands: ecoitems: diff --git a/gradle.properties b/gradle.properties index 8f29d1c..2d3051a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 3.47.3 +version = 3.48.0 plugin-name = EcoItems \ No newline at end of file