From 78357dfe42e297d63488326cfd1c6ffdac328dce Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 16 Apr 2022 18:49:54 +0200 Subject: [PATCH] Remove unused features Signed-off-by: yoyosource --- .../bausystem/features/region/RegionCommand.java | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionCommand.java index 3c8f7dfe..758a54a4 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/region/RegionCommand.java @@ -40,7 +40,6 @@ import org.bukkit.entity.Player; import org.bukkit.event.player.PlayerTeleportEvent; import java.io.IOException; -import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.logging.Level; @@ -126,21 +125,6 @@ public class RegionCommand extends SWCommand { } } - @Register(description = "REGION_REGION_HELP_SELECT") - public void baurahmenCommand(Player p, RegionType regionType) { - selectCommand.baurahmenCommand(p, regionType, RegionExtensionType.NORMAL); - } - - @Register(description = "REGION_REGION_HELP_SELECT_EXTENSION") - public void baurahmenCommand(Player p, RegionType regionType, RegionExtensionType regionExtensionType) { - selectCommand.baurahmenCommand(p, regionType, regionExtensionType); - } - - @Register(value = "color", description = "REGION_REGION_HELP_COLOR") - public void colorCommand(Player p, ColorMode color) { - colorCommand.genericColor(p, color); - } - @Register(value = "copypoint", description = "REGION_REGION_HELP_COPYPOINT") public void copyPointCommand(Player p) { Region region = Region.getRegion(p.getLocation());