Let Me Click And Send for Server

Let Me Click And Send for Server

Mod

A simple Minecraft server-side mod, that replaces all non-command `run_command` content with a custom command, to bypass client-side restrictions since 1.19.1-rc1

Server Utility

356 downloads
0 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

A simple Minecraft server-side mod, that replaces all non-command run_command content with a custom command, to bypass client-side restrictions since 1.19.1-rc1

If you want a more direct solution, here's a client-side only mod that does the same thing: LetMeClickAndSend

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, the server will automatically replace the value field in the click event above with /lmcas hi, so the client can send the command without any issue after the click. On command received, the server will broadcast a message with the same format as a player message

Requirements

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


Project members

fallen-breath

Member

Details

Licensed LGPL-3.0-only
Published 3 months ago
Updated 3 months ago