Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
** All updates are targeted at Fabric. Quilt is no longer supported as when I use quilt it crashes the game when it gets run on fabric.**
If anyone is interested, I really need help on this project, as I have a lot of other work to do. If you are willing to help, please visit here. You will also get 25% of the projects Revenue (money) if you agree. Note: it is for helping me code, NOT a donation.
If you would like to make a feature request, please visit here.
If you would like to make a bug report, please visit here.
If you would like to otherwise make a comment please visit https://github.com/Diamondstar-Mods/Minecraft-Command-Maker/discussions/4
📦 Command Generator Mod
A lightweight Minecraft mod that lets you define custom commands using aliases—perfect for server scripting, modpacks, or ritual triggers. No external files, no dependencies beyond Fabric API.
🔧 Features
- Add commands dynamically via in-game chat
- Reload config without restarting
- Fully JSON-driven and vanilla-compatible
📝 Usage
Use /addcommand to manage your custom commands:
/addcommand add <alias> <command>
Adds a new alias that runs the specified command.
/addcommand del <alias>
Deletes the alias and its associated command.
/addcommand reload
Reloads the config file and updates all aliases.
📁 Config Format
Commands are stored in a simple JSON file (modid_alieses.json) like:
{
"crashme": "kill @s",
"greet": "say Hello, world!"
}
🧪 Example
/addcommand add crashme kill @s
/addcommand add greet say Hello, world!
Then just run /crashme or /greet in chat!
Built for Minecraft 1.21.7 using Fabric Loader 0.16.14. Requires Fabric API 0.129.0+1.21.7.
🛠️ This is my first time making a Minecraft mod, so there may be bugs or quirks. If you find any issues, feel free to report them!~~~~



