
Webcommands
I don't know my version or loader






You can send commands and messages with a GET request.
With that, there are many use cases; some examples:
- Executing commands from an Elgato Stream Deck (using the "Website" button with "Get Request in the Background" enabled)
- Making lists of commands to execute and running them (automation)
- External apps can interact with the game You can specify the port in the pause menu (default: 80).

With a new web UI, that allows you to generate the link to execute the command or send the chat message. The new webpage also includes the Spyglass command completion and syntax highlighting. This allows for easier debugging.
With the newest version, you can also receive the command result. On the webpage, you can just execute one command and instantly get the result. When you execute the command with the GET request, you can also get the unformatted data.
Sample return from the command /list from visiting http://localhost/get?"/list"
{
"commandResult":"translation{key='commands.list.players', args=[1, 8, literal{BlauToad}[style={clickEvent=class_10610[command=/tell BlauToad ],hoverEvent=class_10611[entity=net.minecraft.class_2568$class_5248@e5c10f33],insertion=BlauToad}]]}",
"commandResultText":"There are 1 of a max of 8 players online: BlauToad",
"debug":0
}
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 26.1-snapshot-1, 26.1-snapshot-2, 26.1-snapshot-3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as webcommands-2.2-SNAPSHOT-26.1.jar — drop this file into the mods folder
- Download size: 75 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.