I code a Minecraft client with the Modcoderpack and want to program an auto text, so when you press a keybind a message is sent. Anyone know how to do that?
I'm not sure, but there's a KEY listener. Somewhere.
Oh, you mean just take a look at how to send messages and then just set it up?
Can somehow: player.sendCommand ("/ say hello"); or so.
True
It's not as difficult as I thought it would be. If you want to code it too, just have a look here
Cool