CurseForge · Minecraft mod
Let Me Click And Send for Server
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
Quick answer
Which Let Me Click And Send for Server release should I use?
Let Me Click And Send for Server [neoforge] Let Me Click And Send for Server v1.0.4 for mc1.21.11 targets 1.21.8, 1.21.5, 1.21.6 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Let Me Click And Send for Server required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Let Me Click And Send for Server [neoforge] Let Me Click And Send for Server v1.0.4 for mc1.21.11 need?
[neoforge] Let Me Click And Send for Server v1.0.4 for mc1.21.11. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Let Me Click And Send for Server without breaking your instance.
Built for Let Me Click And Send for Server [neoforge] Let Me Click And Send for Server v1.0.4 for mc1.21.11. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use [neoforge] Let Me Click And Send for Server v1.0.4 for mc1.21.11. It targets 1.21.8, 1.21.5, 1.21.6 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside [neoforge] Let Me Click And Send for Server v1.0.4 for mc1.21.11. It opens that exact file at the source.
About this project
What does Let Me Click And Send for Server add?
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
# Minecraft [1.7, 1.21.5)
/tellraw @a {"text":"click me to send \"hi\"","clickEvent":{"action":"run_command","value":"hi"}}
In vanilla 1.19.1 ~ 1.21.4, 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 message without any issue after the click
On command received, the server will broadcast a message with the same format as a player message, simulating the player saying "hi" in chat
MC 1.21.5+
Since MC 1.21.5, the run_command behavior has changed a lot
First is the change in command syntax, which has little impact:
# Minecraft [1.21.5, ~)
/tellraw @a {"text":"click me to send \"hi\"","click_event":{"action":"run_command","command":"hi"}}
Next is the change in behavior, which has a greater impact:
- The
commandvalue is always valid, regardless of whether it starts with a/or not - The client will strip the
/prefix from thecommandvalue and send the remaining string as a command
It's no longer possible to correctly distinguish between "a run_command for sending chat message" and "a run_command for sending command"
As a workaround, LetMeClickAndSendForServer for MC >= 1.21.5 will only replace certain command with the /lmcas command. By default, only command value starting with !!, which is a commonly-used command prefix in MCDReforged plugin ecosystem, will be replaced
A config file located at ./config/letmeclickandsendforserver/config.json is added for customizing the replacing behavior
{
"replacePattern": "!!.*"
}
The replacePattern should be a valid regex pattern. All command values that fully match the pattern will be replaced with the /lmcas command
To test with the default configuration, you can use:
/tellraw @a {"text":"click me to send \"!!MCDR\"","click_event":{"action":"run_command","command":"!!MCDR"}}
Requirements
It's a server-side only mod. It requires 0 extra dependency
Project description from CurseForge.
Pick your setup
Let Me Click And Send for Server by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
3 loader builds26.1.2
3 loader builds26.1.1
3 loader builds26.1
3 loader builds1.21.11
3 loader builds1.21.10
3 loader builds1.21.9
3 loader builds1.21.8
3 loader builds1.21.7
3 loader builds1.21.6
3 loader builds1.21.5
3 loader buildsShowing the newest 12 of 42 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Let Me Click And Send for Server versions and loaders
[neoforge] Let Me Click And Send for Server v1.0.4 for mc1.21.11
LetMeClickAndSendForServer-v1.0.4-mc1.21.11-neoforge.jar
17 Sept 2026
[neoforge] Let Me Click And Send for Server v1.0.4 for mc1.21.4
LetMeClickAndSendForServer-v1.0.4-mc1.21.4-neoforge.jar
17 Sept 2026
[forge] Let Me Click And Send for Server v1.0.4 for mc1.20.4
LetMeClickAndSendForServer-v1.0.4-mc1.20.4-forge.jar
17 Sept 2026
[neoforge] Let Me Click And Send for Server v1.0.4 for mc1.20.6
LetMeClickAndSendForServer-v1.0.4-mc1.20.6-neoforge.jar
17 Sept 2026
[forge] Let Me Click And Send for Server v1.0.4 for mc1.19.4
LetMeClickAndSendForServer-v1.0.4-mc1.19.4-forge.jar
17 Sept 2026
[forge] Let Me Click And Send for Server v1.0.4 for mc1.17.1
LetMeClickAndSendForServer-v1.0.4-mc1.17.1-forge.jar
17 Sept 2026
[forge] Let Me Click And Send for Server v1.0.4 for mc1.18.2
LetMeClickAndSendForServer-v1.0.4-mc1.18.2-forge.jar
17 Sept 2026
[forge] Let Me Click And Send for Server v1.0.4 for mc1.16.5
LetMeClickAndSendForServer-v1.0.4-mc1.16.5-forge.jar
17 Sept 2026
[merged] Let Me Click And Send for Server v1.0.4 for mc26.3
LetMeClickAndSendForServer-v1.0.4-mc26.3.jar
17 Sept 2026
[merged] Let Me Click And Send for Server v1.0.4 for mc26.2
LetMeClickAndSendForServer-v1.0.4-mc26.2.jar
17 Sept 2026
[merged] Let Me Click And Send for Server v1.0.4 for mc26.1.2
LetMeClickAndSendForServer-v1.0.4-mc26.1.2.jar
17 Sept 2026
[fabric] Let Me Click And Send for Server v1.0.4 for mc1.21.11
LetMeClickAndSendForServer-v1.0.4-mc1.21.11-fabric.jar
17 Sept 2026
Looking for an older file? The official CurseForge project page is in Resources.