diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoquests/commands/CommandQuests.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoquests/commands/CommandQuests.kt index 9d2ff94..470b67f 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoquests/commands/CommandQuests.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoquests/commands/CommandQuests.kt @@ -3,8 +3,6 @@ package com.willfp.ecoquests.commands import com.willfp.eco.core.EcoPlugin import com.willfp.eco.core.command.impl.PluginCommand import com.willfp.ecoquests.gui.QuestsGUI -import com.willfp.libreforge.commands.CommandReload -import org.bukkit.command.CommandSender import org.bukkit.entity.Player class CommandQuests(plugin: EcoPlugin) : PluginCommand( diff --git a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoquests/commands/CommandStart.kt b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoquests/commands/CommandStart.kt index c37e18e..5af2b15 100644 --- a/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoquests/commands/CommandStart.kt +++ b/eco-core/core-plugin/src/main/kotlin/com/willfp/ecoquests/commands/CommandStart.kt @@ -3,11 +3,8 @@ package com.willfp.ecoquests.commands import com.willfp.eco.core.EcoPlugin import com.willfp.eco.core.command.impl.PluginCommand import com.willfp.eco.util.StringUtils -import com.willfp.ecoquests.gui.QuestsGUI import com.willfp.ecoquests.quests.Quests -import com.willfp.libreforge.commands.CommandReload import org.bukkit.command.CommandSender -import org.bukkit.entity.Player import org.bukkit.util.StringUtil class CommandStart(plugin: EcoPlugin) : PluginCommand(