diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/region/ColorCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/region/ColorCommand.java index 6dda3903..9f8965d2 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/region/ColorCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/region/ColorCommand.java @@ -20,7 +20,6 @@ package de.steamwar.bausystem.features.region; import de.steamwar.bausystem.BauSystem; -import de.steamwar.bausystem.Permission; import de.steamwar.bausystem.config.BauServer; import de.steamwar.bausystem.linkage.LinkageType; import de.steamwar.bausystem.linkage.Linked; @@ -32,12 +31,9 @@ import de.steamwar.bausystem.region.flags.flagvalues.ColorMode; import de.steamwar.bausystem.region.utils.RegionExtensionType; import de.steamwar.bausystem.region.utils.RegionType; import de.steamwar.command.SWCommand; -import net.md_5.bungee.api.chat.ClickEvent; -import org.bukkit.Bukkit; import org.bukkit.entity.Player; import java.io.IOException; -import java.util.logging.Level; @Linked(LinkageType.COMMAND) public class ColorCommand extends SWCommand { @@ -103,5 +99,4 @@ public class ColorCommand extends SWCommand { LOCAL, GLOBAL } - }