Tags
Creators
Details
2.0.0-alpha.1
Compatibility
Changes
Command Pouch 2.0.0 Alpha 1
This alpha introduces a major redesign of Command Pouch.
Added
- New radial command menu
- Visual category icons
- Command presets
- Favourite command slot
- Updated command selection interface
- Improved category navigation
Changed
- Reworked the command menu layout
- Updated icon labels and visual styling
Few new features

- Customizable category order
Rearrange category icons around the radial menu to create a layout that suits how you use your commands.
2. Quick-access favourite
Choose one command as your favourite by right-clicking it. The command is placed in the centre slot of the radial menu, making your most-used command available immediately.
3. Built-in command presetss
Speed up command creation with preset templates. Press Tab or Enter while editing the command field, choose a preset, and customize its placeholders for your world.
4. Fill-in command form
The command form separates each placeholder into its own field, such as Player, Item, and Amount. Enter the values you need, then press Run to execute the completed command.
Alpha notice
This is an early testing version. Some interface elements, labels, presets, and behavior may still change before beta.
Please report bugs, crashes, incorrect icons, and command issues through the project issue tracker.
Planned for Future Updates
These features are being considered for future versions:
- Custom radial layouts
- optimizing command suggestions
- Additional icon options/customization
- General UI improvements
Plans may change during alpha development.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:yAZVzJPI:tUXTexXC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yAZVzJPI:tUXTexXC"
}

