From 5436a9ea86485fc4a9063429ff9718fcb67b7c0a Mon Sep 17 00:00:00 2001 From: Auxilor Date: Thu, 2 Dec 2021 09:45:04 +0000 Subject: [PATCH] Fixed softdepends --- eco-core/core-plugin/src/main/resources/plugin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 9c48856..bc60be9 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -7,6 +7,9 @@ website: willfp.com load: STARTUP depend: - eco +softdepend: + - EcoSkills + - AureliumSkills libraries: - org.jetbrains.kotlin:kotlin-stdlib:1.5.21