I am catching Message send from Client and want to cancel it if it vontains some special words. This is fine.
However, I also want to write text back to the player ( also Client Side ).
Normally I use
´´´player.sendStatusMessage( new StringTextComponent("[ §1Place§r ] Set brightness to §4§l", brightness ), (false));´´´
But "entity" is not returned by ClientChatEvent... So, how?
(Minecraft 1.15.2)