Updated to eco 1.0.2

This commit is contained in:
Auxilor 2021-01-01 17:00:51 +00:00
parent feab0a675f
commit d54582333a
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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");
}
/**

View File

@ -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'