Mods Command
A Fabric mod that extends Minecraft's functionality by adding useful commands for working with installed modifications. Allows easy viewing, searching, and obtaining detailed information about all mods on the server or client.
Available Commands
The mod provides several convenient commands for managing modifications:
Main Commands
| Command | Purpose | Permission |
|---|---|---|
/mods [page] [<page_number>] |
Displays a list of installed mods with pagination | modscommand.mods |
/mods info <mod_id> |
Shows detailed information about a specific mod | modscommand.mods |
/mods info <mod_id> children [<page_number>] |
Displays dependent mods for the specified mod | modscommand.mods |
/mods search <query> [<page_number>] |
Searches for mods by name or other parameters | modscommand.mods |
/mods config <mod_id> |
Opens the mod settings screen via Mod Menu (client only) | modscommand.mods |
/dumpmods |
Saves a list of all mods and environment information to installed-mods.yml. Useful for troubleshooting and creating error reports | modscommand.dumpmods |
Client Commands
All commands are also available in client version, which are processed locally and not sent to the server:
/modscommands and their subcommands are available as/clientmodsand/modscommand:clientmods/dumpmodscommand is available as/dumpclientmodsand/modscommand:dumpclientmods- Client versions of commands do not require special permissions
Configuration
Mod configuration is done through the mods-command.conf file, which is automatically created in the config folder after the first game launch.
Requires Fabric API to be installed.