diff --git a/src/main/java/com/artformgames/plugin/tempflight/Main.java b/src/main/java/com/artformgames/plugin/tempflight/Main.java index e347a4d..e589f54 100644 --- a/src/main/java/com/artformgames/plugin/tempflight/Main.java +++ b/src/main/java/com/artformgames/plugin/tempflight/Main.java @@ -7,6 +7,8 @@ import com.artformgames.plugin.tempflight.conf.PluginMessages; import com.artformgames.plugin.tempflight.listener.TempFlyListener; import com.artformgames.plugin.tempflight.manager.FlightManager; +import dev.rollczi.litecommands.bukkit.LiteCommandsBukkit; +import dev.rollczi.litecommands.schematic.SchematicFormat; import org.bstats.bukkit.Metrics; public class Main extends EasyPlugin { diff --git a/src/main/java/com/artformgames/plugin/tempflight/command/TempFlightCommand.java b/src/main/java/com/artformgames/plugin/tempflight/command/TempFlightCommand.java deleted file mode 100644 index f37e58b..0000000 --- a/src/main/java/com/artformgames/plugin/tempflight/command/TempFlightCommand.java +++ /dev/null @@ -1,81 +0,0 @@ -//package com.artformgames.plugin.tempflight.command; -// -//import cc.carm.lib.easysql.api.util.TimeDateUtils; -//import org.bukkit.Bukkit; -//import org.bukkit.command.Command; -//import org.bukkit.command.CommandExecutor; -//import org.bukkit.command.CommandSender; -//import org.bukkit.command.ConsoleCommandSender; -//import org.bukkit.entity.Player; -//import org.jetbrains.annotations.NotNull; -// -//public class TempFlightCommand implements CommandExecutor { -// -// // /tempFlight