mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 12:01:20 +02:00
Moved CommandsHandler to commands package
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
package com.earth2me.essentials;
|
package com.earth2me.essentials;
|
||||||
|
|
||||||
|
import com.earth2me.essentials.commands.EssentialsCommandHandler;
|
||||||
import com.earth2me.essentials.utils.ExecuteTimer;
|
import com.earth2me.essentials.utils.ExecuteTimer;
|
||||||
import com.earth2me.essentials.economy.WorthHolder;
|
import com.earth2me.essentials.economy.WorthHolder;
|
||||||
import com.earth2me.essentials.economy.Economy;
|
import com.earth2me.essentials.economy.Economy;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
package com.earth2me.essentials;
|
package com.earth2me.essentials.commands;
|
||||||
|
|
||||||
import static com.earth2me.essentials.I18n._;
|
import static com.earth2me.essentials.I18n._;
|
||||||
import com.earth2me.essentials.api.*;
|
import com.earth2me.essentials.api.*;
|
@@ -1,6 +1,6 @@
|
|||||||
package com.earth2me.essentials.xmpp;
|
package com.earth2me.essentials.xmpp;
|
||||||
|
|
||||||
import com.earth2me.essentials.EssentialsCommandHandler;
|
import com.earth2me.essentials.commands.EssentialsCommandHandler;
|
||||||
import static com.earth2me.essentials.I18n._;
|
import static com.earth2me.essentials.I18n._;
|
||||||
import com.earth2me.essentials.api.ICommandHandler;
|
import com.earth2me.essentials.api.ICommandHandler;
|
||||||
import com.earth2me.essentials.api.IEssentials;
|
import com.earth2me.essentials.api.IEssentials;
|
||||||
|
Reference in New Issue
Block a user