From 51783a5d52996f9a65e1c9ddd29f7ae50dcfe953 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 17 Apr 2021 16:54:12 +0200 Subject: [PATCH] Add DebugStickCommand --- .../de/steamwar/bausystem/features/util/DebugStickCommand.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/util/DebugStickCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/util/DebugStickCommand.java index 2ce9db5a..08b168fa 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/util/DebugStickCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/util/DebugStickCommand.java @@ -23,6 +23,7 @@ import de.steamwar.bausystem.SWUtils; import de.steamwar.bausystem.linkage.LinkageType; import de.steamwar.bausystem.linkage.Linked; import de.steamwar.command.SWCommand; +import net.md_5.bungee.api.ChatColor; import org.bukkit.Material; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; @@ -36,7 +37,7 @@ public class DebugStickCommand extends SWCommand { @Register(help = true) public void genericHelp(Player p, String... args) { - p.sendMessage("§8/§edebugstick §8- §7Erhalte einen DebugStick"); + p.sendMessage(ChatColor.DARK_GRAY + "/" + ChatColor.YELLOW + "debugstick " + ChatColor.DARK_GRAY + "-" + ChatColor.GRAY + " Erhalte einen DebugStick"); } @Register