No RunCommand Confirm
Minecraft Java Edition has always been about player freedom, especially when it comes to custom maps, data packs, and adventure servers. But the 1.21.6 update introduced a mandatory confirmation screen for almost every command executed by clicking text in the chat bar. This change broke the flow for countless mapmakers and data pack creators. No RunCommand Confirm is a lightweight client-side mod that removes that forced confirmation, letting you execute commands with a single click just like before the update.
What Does the Confirmation Screen Do?
Starting from Minecraft Java 1.21.6, whenever you click a clickable text component in chat that triggers a command, the game pauses and displays a separate screen. This screen shows the exact command about to be run, such as /tp @s 100 100 100, and asks you to either confirm or cancel. While this might sound like a useful safety feature, it is not optional. Mojang enabled it by default with no setting to turn it off, and it applies to most commands, not just dangerous ones.
For players exploring custom maps or testing data packs, this extra step feels like a roadblock. You already know what you clicked, and you expect the command to run instantly. Instead, you get a pop-up that interrupts the experience. No RunCommand Confirm solves this by using a Mixin to bypass the entire confirmation flow, so the command executes immediately after you click the text.
Why Was This Mod Created?
The developer behind No RunCommand Confirm was working on a data pack and found that the new confirmation screen severely hurt the gameplay experience. They realized that Java Edition players are typically experienced enough to know what they are doing when they click a command in chat. The mod was built to restore the pre-1.21.6 behavior, where clicking a run_command text component would execute the command without any extra prompts.
It is a simple, focused fix. The mod does not disable command blocks, cheat protections, or any other game features. It only targets the confirmation screen that appears for chat-clicked commands, making your interactions faster and smoother.
Key Features of No RunCommand Confirm
- Removes the mandatory confirmation screen for run_command click events in chat.
- Works with all commands, including teleportation, item giving, and custom data pack functions.
- Lightweight client-side mod with no server-side requirements.
- Uses a single Mixin for minimal performance impact.
- Perfect for mapmakers, data pack creators, and adventure map players.
How to Install No RunCommand Confirm for Minecraft
Installing No RunCommand Confirm is straightforward. First, ensure you have the correct Minecraft version and mod loader. The mod is designed for Minecraft Java 1.21.6 and newer versions, and it runs on the Fabric loader. If you are not using Fabric yet, you will need to install it before adding this mod.
Once Fabric is ready, download No RunCommand Confirm from a trusted mod repository. Place the downloaded JAR file into your .minecraft/mods folder. Launch the game with the Fabric profile, and the mod will be active automatically. There is no configuration file or in-game menu to worry about, so you can start playing right away.
How to Create Clickable Commands
If you are a mapmaker or data pack creator, you can create clickable text components using a JSON structure like this:
{ "text": "Hello?", "click_event": { "action": "run_command", "command": "/tp @s 100 100 100" } }
Send this to a player using a command or function, and the player can click "Hello?" to run the teleport command. Before version 1.21.6, this worked instantly. After the update, the game would show a confirmation screen. With No RunCommand Confirm installed, the command executes immediately, restoring the original smooth experience.
Download No RunCommand Confirm
When you are ready to download No RunCommand Confirm, look for the version that matches your Minecraft release. The mod is updated regularly to support the latest game versions, so check the mod page for the most recent build. Always download from official sources like Modrinth or CurseForge to ensure you get a safe and working file.
If you prefer a more streamlined approach, the foxygame.net launcher offers a one-click install for No RunCommand Confirm, letting you add the mod to your profile without manually downloading and moving JAR files. The launcher also keeps the mod updated automatically, so you never have to worry about version mismatches when a new Minecraft release arrives.
Compatibility and Performance
No RunCommand Confirm is designed to be as unobtrusive as possible. It works on the client side, meaning you do not need to install it on your server. The Mixin-based approach is precise and does not interfere with other mods. It is compatible with most Fabric mods, and the performance impact is negligible, even on older machines.
The mod supports Minecraft Java 1.21.6 and later versions. Since the confirmation feature is tied to the game's chat system, the mod will continue to work as long as Mojang does not drastically change the command execution pipeline. The developer is committed to updating the mod for future releases, so you can rely on it for your long-term projects.
Final Thoughts
No RunCommand Confirm is an essential tool for anyone who works with data packs, custom maps, or interactive chat commands in Minecraft Java Edition. It removes an unnecessary barrier and lets you play the way you want. Whether you are a seasoned mapmaker or a player who enjoys custom content, this mod will make your experience much more enjoyable. Install it today and say goodbye to the extra confirmation screen for good.