From 03b533a402ceed6f7d59acfd1b89bc1f1de2065c Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 22 Mar 2023 22:18:02 +0000 Subject: [PATCH] Updated 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 56a07db..1c27438 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.ecoskills.EcoSkillsPlugin api-version: 1.16 authors: [ Auxilor ] website: willfp.com -load: STARTUP depend: - eco - ProtocolLib diff --git a/gradle.properties b/gradle.properties index 3434396..7950593 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ #libreforge-updater #Mon Mar 13 13:39:53 GMT 2023 -version=1.116.6 +version=1.116.7 plugin-name=EcoSkills