How to remove chat message it includes ur string
-

-
@plumer-man u can use packet

https://scriptapi.liquidbounce.net/net/minecraft/network/play/server/S02PacketChat.htmlif(e.getPacket() instanceof S02PacketChat){ var lol = e.getPacket().getChatComponent().getUnformattedText(); if(lol.contains("wwwwwww")){ e.cancelEvent(); } } -
@plumer-man u can use packet

https://scriptapi.liquidbounce.net/net/minecraft/network/play/server/S02PacketChat.htmlif(e.getPacket() instanceof S02PacketChat){ var lol = e.getPacket().getChatComponent().getUnformattedText(); if(lol.contains("wwwwwww")){ e.cancelEvent(); } }@britishbiscuit Very cool
: -
@_ender1355 yes ikr