From d54582333a6b047290eba8d002b696ab4a66344d Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 1 Jan 2021 17:00:51 +0000 Subject: [PATCH] Updated to eco 1.0.2 --- build.gradle | 2 +- .../src/main/java/com/willfp/ecoenchants/EcoEnchantsPlugin.java | 2 +- settings.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 21dc093b..95332545 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { dependencies { implementation project(":eco-core").getSubprojects() - implementation 'com.willfp:eco:1.0.0' + implementation 'com.willfp:eco:1.0.2' } allprojects { diff --git a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/EcoEnchantsPlugin.java b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/EcoEnchantsPlugin.java index 95afc5a7..39b7bdf6 100644 --- a/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/EcoEnchantsPlugin.java +++ b/eco-core/core-plugin/src/main/java/com/willfp/ecoenchants/EcoEnchantsPlugin.java @@ -52,7 +52,7 @@ public class EcoEnchantsPlugin extends AbstractEcoPlugin { * Internal constructor called by bukkit on plugin load. */ public EcoEnchantsPlugin() { - super("EcoEnchants", 79573, 7666, "com.willfp.ecoenchants.proxy"); + super("EcoEnchants", 79573, 7666, "com.willfp.ecoenchants.proxy", "&a"); } /** diff --git a/settings.gradle b/settings.gradle index 4f36a7f9..18340d94 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ include ':eco-extensions:biomes' include ':eco-extensions:effects' include ':eco-extensions:endershot' include ':eco-extensions:firewand' -include ':eco-extensions:mmo' +//include ':eco-extensions:mmo' include ':eco-extensions:precision' include ':eco-extensions:sprint-artifacts' include ':eco-extensions:summoning'