This is the server edition of Command Maker. Click here to see the Client Edition. (Currently being approved by moderators, visit here for CMDMaker Client Edition v2.3.1 if you got a 404 error for the other link.)
This mod will not be updated as regularly on CurseForge, Modrinth
📦 Nek's 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. Visit the wiki for more information.
📁 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!
🛠️ 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!
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 here
