From 42c136c4aa1ff6fbd97951873de93b4881783299 Mon Sep 17 00:00:00 2001 From: BlitzOffline <52609756+BlitzOffline@users.noreply.github.com> Date: Wed, 29 Dec 2021 21:23:13 +0200 Subject: [PATCH] optimized imports --- src/main/kotlin/com/github/frcsty/command/FormatCommand.kt | 1 - src/main/kotlin/com/github/frcsty/message/MessageFormatter.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/src/main/kotlin/com/github/frcsty/command/FormatCommand.kt b/src/main/kotlin/com/github/frcsty/command/FormatCommand.kt index 8b9fece..4535c8e 100644 --- a/src/main/kotlin/com/github/frcsty/command/FormatCommand.kt +++ b/src/main/kotlin/com/github/frcsty/command/FormatCommand.kt @@ -8,7 +8,6 @@ import me.mattstudios.mf.annotations.Completion import me.mattstudios.mf.annotations.Permission import me.mattstudios.mf.annotations.SubCommand import me.mattstudios.mf.base.CommandBase -import org.bukkit.Bukkit import org.bukkit.command.CommandSender import org.bukkit.entity.Player diff --git a/src/main/kotlin/com/github/frcsty/message/MessageFormatter.kt b/src/main/kotlin/com/github/frcsty/message/MessageFormatter.kt index 5a5e930..eed904b 100644 --- a/src/main/kotlin/com/github/frcsty/message/MessageFormatter.kt +++ b/src/main/kotlin/com/github/frcsty/message/MessageFormatter.kt @@ -11,7 +11,6 @@ import java.util.concurrent.TimeUnit import org.bukkit.Bukkit import org.bukkit.entity.Player import org.bukkit.plugin.Plugin -import org.bukkit.scheduler.BukkitRunnable object MessageFormatter {