-
-
Notifications
You must be signed in to change notification settings - Fork 125
cplugins
Mohammad Sarabi edited this page Mar 19, 2025
·
1 revision
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 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.
Home |
Features |
Usage |
What is RNG |
Earthcomputer