mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-02 02:11:21 +01:00
Updated to eco 1.0.2
This commit is contained in:
parent
feab0a675f
commit
d54582333a
@ -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 {
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user