Command Debug Service
The modification is part of the Command Debug DevKit project, designed to optimize the process of developing and debugging Minecraft commands. This solution allows connection to external code editors and development environments, providing more efficient work with game commands.
Setup
To install the mod you will need:
- Minecraft with installed Fabric or Quilt Loader
- Fabric API or Quilted Fabric API for the corresponding game version
- The downloaded modification file must be placed in the mods folder
Usage
It is recommended to use the IntelliJ IDEA plugin in combination with this modification. For this:
- Install IntelliJ IDEA Community or Ultimate version (or another JetBrains IDE except Rider)
- Download the plugin from the developer's official sources
- Launch the IDE, create or open a project with .mcfunction extension files
After launching Minecraft and entering a world, the mod will automatically create two socket servers and display connection information about the host and ports in the game chat.

By connecting to the specified socket servers, you will get access to code autocompletion and command execution service.

Additional Information
The project is distributed under the MIT license and can be used free of charge for any purposes. Currently, the modification is in active development and only supports Fabric and Quilt loaders. The developers welcome suggestions for improving functionality and creating plugins for other development environments.