MCP Auto Text?

Mi
6

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?

Ar

I'm not sure, but there's a KEY listener. Somewhere.

Mi

Oh, you mean just take a look at how to send messages and then just set it up?

Ar

Can somehow: player.sendCommand ("/ say hello"); or so.

Mi

True

Mi

It's not as difficult as I thought it would be. If you want to code it too, just have a look here

Ar

Cool