Hello, what I am trying to do is have the player be the one to send the message. I want the mod to make the player send the message to the chat. Thanks
Like I know there used to be a Minecraft.getMinecraft().player.sendChatMessage(""); or Minecraft.getMinecraft().player.sendMessage(""); in earlier versions but I cannot find that in 1.19.2
Yes I've tried that, but sadly that only works in singleplayer games and not multiplayer, also I'm also trying to figure out how to have the player send that message. Like if my ign is pineapple it would send out pineapple: "msg" like how you would normally chat. I need to figure out both of these things