From 4984048bb2cd150befb90c80e9ad00e303974007 Mon Sep 17 00:00:00 2001 From: William Date: Sat, 23 Apr 2022 12:33:52 +0100 Subject: [PATCH] Credit Ceddix for de-de :-) --- .../java/net/william278/huskchat/command/HuskChatCommand.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/src/main/java/net/william278/huskchat/command/HuskChatCommand.java b/common/src/main/java/net/william278/huskchat/command/HuskChatCommand.java index b51456f..0f57df0 100644 --- a/common/src/main/java/net/william278/huskchat/command/HuskChatCommand.java +++ b/common/src/main/java/net/william278/huskchat/command/HuskChatCommand.java @@ -1,14 +1,12 @@ package net.william278.huskchat.command; import net.william278.huskchat.HuskChat; -import net.william278.huskchat.player.ConsolePlayer; import net.william278.huskchat.player.Player; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Locale; -import java.util.logging.Level; import java.util.stream.Collectors; public class HuskChatCommand extends CommandBase { @@ -24,7 +22,7 @@ public HuskChatCommand(HuskChat implementor) { "[" + implementor.getMetaDescription() + "](gray)\n" + "[• Author:](white) [William278](gray show_text=&7Click to visit website open_url=https://william278.net)\n" + "[• Contributors:](white) [TrueWinter](gray show_text=&7Code), [Ironboundred](gray show_text=&7Code)\n" + - "[• Translators:](white) [xF3d3](gray show_text=&7Italian, it-it), [MalzSmith](gray show_text=&7Hungarian, hu-hu)\n" + + "[• Translators:](white) [xF3d3](gray show_text=&7Italian, it-it), [MalzSmith](gray show_text=&7Hungarian, hu-hu), [Ceddix](gray show_text=&7German, de-de)\n" + "[• Help Wiki:](white) [[Link]](#00fb9a show_text=&7Click to open link open_url=https://william278.net/docs/huskchat/Home)\n" + "[• Report Issues:](white) [[Link]](#00fb9a show_text=&7Click to open link open_url=https://github.com/WiIIiam278/HuskChat/issues)\n" + "[• Support Discord:](white) [[Link]](#00fb9a show_text=&7Click to join open_url=https://discord.gg/tVYhJfyDWG)";