diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/team/LockSchemCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/team/LockSchemCommand.java index f17cde7b..31103a98 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/team/LockSchemCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/team/LockSchemCommand.java @@ -20,6 +20,7 @@ package de.steamwar.bausystem.features.team; import de.steamwar.bausystem.BauSystem; +import de.steamwar.bausystem.config.ColorConfig; import de.steamwar.bausystem.linkage.LinkageType; import de.steamwar.bausystem.linkage.Linked; import de.steamwar.command.SWCommand; @@ -27,7 +28,6 @@ import de.steamwar.sql.Schematic; import de.steamwar.sql.SchematicType; import de.steamwar.sql.SteamwarUser; import de.steamwar.sql.UserGroup; -import net.md_5.bungee.api.ChatColor; import org.bukkit.entity.Player; @Linked(LinkageType.COMMAND) @@ -81,6 +81,6 @@ public class LockSchemCommand extends SWCommand { } private void sendHelp(Player player) { - player.sendMessage(ChatColor.DARK_GRAY + "/" + ChatColor.YELLOW + "schemlock " + ChatColor.DARK_GRAY + "[" + ChatColor.GRAY + "Owner" + ChatColor.DARK_GRAY + "] " + ChatColor.DARK_GRAY + "[" + ChatColor.GRAY + "Schematic" + ChatColor.DARK_GRAY + "] - " + ChatColor.GRAY + "Sperre eine Schematic"); + player.sendMessage(ColorConfig.OTHER + "/" + ColorConfig.HIGHLIGHT + "schemlock " + ColorConfig.OTHER + "[" + ColorConfig.BASE + "Owner" + ColorConfig.OTHER + "] " + ColorConfig.OTHER + "[" + ColorConfig.BASE + "Schematic" + ColorConfig.OTHER + "] - " + ColorConfig.BASE + "Sperre eine Schematic"); } } \ No newline at end of file