|
@@ -1,9 +1,9 @@
|
|
|
package me.lethunderhawk.npc.command;
|
|
package me.lethunderhawk.npc.command;
|
|
|
|
|
|
|
|
-import me.lethunderhawk.bazaarflux.service.Services;
|
|
|
|
|
-import me.lethunderhawk.bazaarflux.util.command.CommandNode;
|
|
|
|
|
-import me.lethunderhawk.bazaarflux.util.command.CustomCommand;
|
|
|
|
|
-import me.lethunderhawk.bazaarflux.util.interfaces.BazaarFluxModule;
|
|
|
|
|
|
|
+import me.lethunderhawk.fluxapi.Services;
|
|
|
|
|
+import me.lethunderhawk.fluxapi.util.command.CommandNode;
|
|
|
|
|
+import me.lethunderhawk.fluxapi.util.command.CustomCommand;
|
|
|
|
|
+import me.lethunderhawk.fluxapi.util.interfaces.BazaarFluxModule;
|
|
|
import me.lethunderhawk.npc.manager.NPCManager;
|
|
import me.lethunderhawk.npc.manager.NPCManager;
|
|
|
import me.lethunderhawk.npc.util.NPC;
|
|
import me.lethunderhawk.npc.util.NPC;
|
|
|
import me.lethunderhawk.npc.util.NPCOptions;
|
|
import me.lethunderhawk.npc.util.NPCOptions;
|