A client-side mod that executes Windows system commands directly from the Minecraft chat bar.
/cmd <command> — Execute a Windows command inside a persistent terminal
- Real-time streaming output – no need to wait for the command to finish
- Multi-terminal management (0–9), up to 10 terminals
| Command |
Description |
/cmd <command> |
Execute a Windows command (automatically creates a terminal on first use) |
/cmd internal start |
Open a new terminal |
/cmd internal list |
List all terminals |
/cmd internal <N> |
Switch to terminal N (0–9) |
/cmd internal help |
Show help |
| Color |
Meaning |
#CCCCCC Gray |
Command echo |
#B1EAC2 Green |
Execution success / live output |
#F9867D Red |
Execution failure / error message |
#FFD700 Gold |
System message |
- Commands run only on the local machine and do not affect the server
- Do not execute dangerous commands (deleting files, formatting disks, etc.)