From 0dba790bb21f94b5bddf544840fd70b42229083f Mon Sep 17 00:00:00 2001 From: Will FP Date: Fri, 8 Dec 2023 12:16:07 +0000 Subject: [PATCH] Switched some plugins to loadbefore --- eco-core/core-plugin/src/main/resources/plugin.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index ed993213a..02e75dccf 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -5,6 +5,11 @@ api-version: 1.17 authors: [ Auxilor ] website: willfp.com load: STARTUP + +# Fixes some plugins breaking load order +loadbefore: + - Spartan + - CustomCrafting softdepend: - ProtocolLib - WorldGuard @@ -16,7 +21,6 @@ softdepend: - NoCheatPlus - AAC - Matrix - - Spartan - Vulcan - PlaceholderAPI - mcMMO @@ -40,7 +44,6 @@ softdepend: - CrashClaim - DecentHolograms - MythicMobs - - CustomCrafting - ExecutableItems - RPGHorses - EconomyShopGUI