This commit is contained in:
ChomeNS
2023-05-25 20:00:16 +07:00
parent f22e820c9a
commit 388b9ca728

View File

@@ -29,7 +29,6 @@ public class ClearChatUsernamePlugin extends ChatPlugin.Listener {
final Matcher matcher = PATTERN.matcher(command);
if (matcher.find()) {
System.out.println("i found one");
bot.chat().tellraw(
Component.empty()
.append(Component.text(username))