Let Me Click And Send

Let Me Click And Send

Mod

A simple Minecraft client-side mod, that reverts the `run_command` click event restriction introduced in 1.19.1-rc1, so non-command messages can be sent freely via `run_command` click event again

Client Utility

4,119 downloads
12 followers
Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

A simple Minecraft client-side mod, that reverts the run_command click event restriction introduced in 1.19.1-rc1, so non-command messages can be sent freely via run_command click event again

If you want a solution without user awareness, here's a server-side only mod that does the same thing: LetMeClickAndSendForServer

Mod Side Advantage Disadvantage
LetMeClickAndSend client Exactly the same behavior as pre mc1.19.1 Needs to be installed on all players' clients
LetMeClickAndSendForServer server No need to install on client Reduces maximum chat message length by 7

Example

Let's run the following command, and then click the shown text

/tellraw @a {"text":"click me to send \"hi\"","clickEvent":{"action":"run_command","value":"hi"}}

In vanilla 1.19.1+, after clicking, you are not able to say anything since hi is not a valid command (not starts with /)

With this mod, after clicking, you will automatically send a hi message to the server, which is the same behavior as the previous Minecraft versions

Requirements

It's a client-side only mod. It requires 0 extra dependency

Requirements:

  • Minecraft >= 1.19.1

Project members

fallen-breath

Owner

Details

Licensed LGPL-3.0-only
Published 2 years ago
Updated a year ago