From 43935386c20d4125cbbf33e5cfc76948c5cd6139 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sat, 25 Feb 2023 17:41:10 +0000 Subject: [PATCH] Fixed dependencies --- 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 0cfc330..5b171d3 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -7,7 +7,6 @@ website: willfp.com load: STARTUP depend: - eco - - ProtocolLib commands: ecoshop: diff --git a/gradle.properties b/gradle.properties index 28469cd..481091d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 1.1.3 +version = 1.1.4 plugin-name = EcoShop \ No newline at end of file