cplugins - Earthcomputer/clientcommands GitHub Wiki

/cplugins

The /cplugins command lists the plugins or mods that have registered commands on the server. Players can use this command to get an idea of what plugins or mods are installed on the server.

The command works by examining the command structure. Plugins/mods often register their commands with a namespace prefix (e.g., myplugin:mycommand). The command extracts these prefixes to identify the plugins/mods.

Usage

Usage Tree:

/cplugins
├─ partial
│  └─ <partial>
└─ dispatcher
  • Listing All Plugins: /cplugins
    • It works by requesting command suggestions from the server.
  • Listing Plugins with Partial Matching: /cplugins partial <partial>
  • Listing Plugins from the Client's Command Dispatcher: /cplugins dispatcher
    • This command lists the plugins/mods that have registered commands that the client is already aware of.
⚠️ **GitHub.com Fallback** ⚠️