MSMP Enhanced
No reviews yet
Extends the Minecraft Server Management Protocol (MSMP), including new JSON RPC methods and Unix socket support
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers