--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/OpkillCommand.java 2017/05/31 08:46:51 3200 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/OpkillCommand.java 2017/05/31 08:56:00 3201 @@ -1,13 +1,11 @@ package dk.thoerup.bukkit.hoeruputils; -import org.bukkit.Location; +import org.bukkit.ChatColor; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; -import org.bukkit.ChatColor; - public class OpkillCommand implements CommandExecutor { @Override