MSMP Enhanced

Quick rating

MSMP Enhanced

No reviews yet

Extends the Minecraft Server Management Protocol (MSMP), including new JSON RPC methods and Unix socket support

Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
GNU Lesser General Public License v3.0 only
Latest Version
0.1.1+26.2
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

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 suggestions
  • end (Integer): end position of the suggestions
  • suggestions (Array of Command Suggestion)

Command Suggestion

  • text (String): command suggestion
  • tooltip (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

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works