From 95afe968608682d3b1ecc2bf4a14a4b4293fa055 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 22 Mar 2023 22:10:03 +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 f56756f..953e089 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.ecobosses.EcoBossesPlugin api-version: 1.17 authors: [Auxilor] website: willfp.com -load: STARTUP depend: - eco softdepend: diff --git a/gradle.properties b/gradle.properties index 1864216..f36f604 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater #Mon Mar 13 13:40:30 GMT 2023 -version=8.115.5 +version=8.115.6 plugin-name=EcoBosses