From 9b4af3eeab168227669cb85fc8c2476d54f92755 Mon Sep 17 00:00:00 2001 From: Will FP Date: Tue, 23 Jan 2024 14:48:19 +0000 Subject: [PATCH 1/2] Fixed SCore --- eco-core/core-plugin/src/main/resources/plugin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 30e044c4..6729b1f3 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -15,6 +15,8 @@ loadbefore: - EconomyShopGUI-Premium - CMI - DeluxeCombat + - SCore + - ExecutableItems softdepend: - ProtocolLib - WorldGuard @@ -46,7 +48,6 @@ softdepend: - CrashClaim - DecentHolograms - MythicMobs - - ExecutableItems - RPGHorses - zShop - DeluxeSellwands From 35496c60fce0f5d6ce6f67f82d6762d053c951ce Mon Sep 17 00:00:00 2001 From: Will FP Date: Tue, 23 Jan 2024 14:48:40 +0000 Subject: [PATCH 2/2] Updated to 6.68.6 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 19a5d789..83ae13f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 6.68.5 +version = 6.68.6 kotlin.incremental.useClasspathSnapshot=false \ No newline at end of file