From d675bd84ed0ae659c19f3dafb49691b815fc15a0 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 22 Mar 2023 22:12:16 +0000 Subject: [PATCH] Changed load order --- eco-core/core-plugin/src/main/resources/plugin.yml | 1 - gradle.properties | 2 +- 2 files changed, 1 insertion(+), 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 ab2415f..cc5e004 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -4,7 +4,6 @@ main: com.willfp.talismans.TalismansPlugin api-version: 1.16 authors: [ Auxilor ] website: willfp.com -load: STARTUP depend: - eco softdepend: diff --git a/gradle.properties b/gradle.properties index e9fadd5..f8b5eff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater #Mon Mar 13 13:40:15 GMT 2023 -version=5.138.7 +version=5.138.8 plugin-name=Talismans