
LetMeClickAndSend
Restoring Click Functionality in Minecraft
This client-side mod for Minecraft fixes the restrictions that appeared in version 1.19.1-rc1 for the run_command
event. Now you can freely send regular messages by clicking on text again, just like it worked in previous versions of the game.
How It Works in Practice
Let's consider a specific example. Execute the following command, then click on the appeared text:
/tellraw @a {"text":"click me to send \"hi\"","clickEvent":{"action":"run_command","value":"hi"}}
In the standard version of Minecraft 1.19.1 and newer, nothing will happen after clicking, since "hi" is not a valid command (doesn't start with /
).
With this mod installed, after clicking you will automatically send the message "hi" to the server, which completely matches the behavior of Minecraft in earlier versions.
Technical Requirements
The mod works exclusively on the client side and doesn't require installation of additional dependencies.
Compatibility:
- Minecraft version 1.19.1 and above