From ab8f1e1f2d54c0ce68fd4969047f1f4a370a6cce Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 22 Mar 2023 22:22:48 +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 5b171d3..1736e90 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.ecoshop.EcoShopPlugin api-version: 1.17 authors: [ Auxilor ] website: willfp.com -load: STARTUP depend: - eco diff --git a/gradle.properties b/gradle.properties index 481091d..4ad9ac9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 1.1.4 +version = 1.1.5 plugin-name = EcoShop \ No newline at end of file