Updated Elixir, Motivate proxies

This commit is contained in:
Auxilor 2021-01-01 13:52:26 +00:00
parent b0020f27f0
commit feab0a675f
3 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
package com.willfp.ecoenchants.mmo.enchants.mana;
import com.willfp.eco.core.proxy.proxies.CooldownProxy;
import com.willfp.eco.util.ProxyUtils;
import com.willfp.ecoenchants.enchantments.EcoEnchants;
import com.willfp.ecoenchants.enchantments.meta.EnchantmentType;
import com.willfp.ecoenchants.mmo.integrations.mmo.MMOManager;
import com.willfp.ecoenchants.mmo.structure.MMOEnchantment;
import com.willfp.ecoenchants.proxy.proxies.CooldownProxy;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
import org.bukkit.event.entity.EntityDamageByEntityEvent;

View File

@ -1,12 +1,12 @@
package com.willfp.ecoenchants.mmo.enchants.stamina;
import com.willfp.eco.core.proxy.proxies.CooldownProxy;
import com.willfp.eco.util.ProxyUtils;
import com.willfp.ecoenchants.enchantments.EcoEnchants;
import com.willfp.ecoenchants.enchantments.meta.EnchantmentType;
import com.willfp.ecoenchants.mmo.integrations.mmo.MMOManager;
import com.willfp.ecoenchants.mmo.structure.MMOEnchantment;
import com.willfp.ecoenchants.proxy.proxies.CooldownProxy;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
import org.bukkit.event.entity.EntityDamageByEntityEvent;

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'