1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-14 02:24:16 +02:00

Enchantments are part of bukkit

This commit is contained in:
snowleo
2012-03-14 04:32:40 +01:00
parent 8880873759
commit f9668be20e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package com.earth2me.essentials;
package com.earth2me.essentials.bukkit;
import java.util.HashMap;
import java.util.Locale;

View File

@@ -1,6 +1,6 @@
package com.earth2me.essentials.commands;
import com.earth2me.essentials.Enchantments;
import com.earth2me.essentials.bukkit.Enchantments;
import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.utils.Util;
import com.earth2me.essentials.api.IUser;

View File

@@ -1,7 +1,7 @@
package com.earth2me.essentials.signs;
import com.earth2me.essentials.api.ChargeException;
import com.earth2me.essentials.Enchantments;
import com.earth2me.essentials.bukkit.Enchantments;
import static com.earth2me.essentials.I18n._;
import com.earth2me.essentials.economy.Trade;
import com.earth2me.essentials.api.IEssentials;