
MSMP Enhanced
Extends the Minecraft Server Management Protocol (MSMP), including new JSON RPC methods and Unix socket support
About this Mod
MSMP Enhanced
MSMP Enhanced is a server-side Fabric Mod that extends the Minecraft Server Management Protocol introduced in Minecraft 1.21.9 (25w35a).
This mod provides optional Unix socket support and adds additional RPC methods.
MSMP Enhanced can also be used as a remote server console backend, similar to RCON but with support for structured Text Components and command tab completion.
This allows external tools (like web panels or CLI utilities) to run commands, view styled output, and get live suggestions for commands as you type.
Features
Methods
Command Execution
- Method:
msmpenhanced:command/run - Description: Runs console commands and returns the command output as structured Text Components
- Parameters:
command(String) - Response:
messages(Array of Text Components)
Command Suggestion (Tab Completion)
- Method:
msmpenhanced:command/suggest - Description: Allows external tools (e.g. web panel or CLI tools) to provide command tab completion
- Parameters:
partialCommand(String) - Response:
suggestions(Command Suggestions)
Unix Socket Support (Optional)
Instead of binding the Minecraft Management Server to a TCP port, MSMP Enhanced can listen on a Unix Domain Socket.
See Config for the configuration options.
Schemas
Command Suggestions
start(Integer): start position of the suggestionsend(Integer): end position of the suggestionssuggestions(Array of Command Suggestion)
Command Suggestion
text(String): command suggestiontooltip(Optional Text Component): additional tooltip
Config
Config is stored at config/msmpenhanced.json
{
"unixSocketEnabled": false,
"unixSocketPath": "msmp.sock"
}
MSMP Enhanced will default to TCP (vanilla behavior).
License
This project is licensed under the GNU Lesser General Public License version 3 only.
Available Versions
How to Install MSMP Enhanced on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (26.1.2).
Install Mod
Open the mod browser in the dashboard and search for "MSMP Enhanced". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1.2, 26.1.1, 26.1 (+7 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
MSMP Enhanced server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1.2). You can switch loaders with one click in the panel.
Is MSMP Enhanced compatible with fabric?
MSMP Enhanced officially supports fabric for Minecraft 26.1.2, 26.1.1, 26.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with MSMP Enhanced – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if MSMP Enhanced consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install MSMP Enhanced with just one click on your server.