From 8670fb36e0216557a51f8d56d2fcc94354f2a40e Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 7 Feb 2021 15:00:36 +0000 Subject: [PATCH 1/2] Changed ItemStats to StatTrackers --- eco-core/core-plugin/src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eco-core/core-plugin/src/main/resources/plugin.yml b/eco-core/core-plugin/src/main/resources/plugin.yml index 1e0787774..f303697c2 100644 --- a/eco-core/core-plugin/src/main/resources/plugin.yml +++ b/eco-core/core-plugin/src/main/resources/plugin.yml @@ -7,7 +7,7 @@ website: willfp.com loadbefore: - EcoEnchants - Talismans - - ItemStats + - StatTrackers - EcoArmor - Illusioner depend: From 2faf3732dfb4641e7dc80ac3fce975577bcb3b60 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Sun, 7 Feb 2021 15:00:52 +0000 Subject: [PATCH 2/2] Updated to 3.4.4 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ac82e4652..87daf3dbf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 3.4.3 +version = 3.4.4 plugin-name = eco \ No newline at end of file