A lightweight, portable command generator mod for Minecraft Fabric servers.
Built entirely in JSON—no external functions, no dependencies, and no admin rights required.
- ✅ Vanilla-compatible
/crash
command (JSON-only logic) - 🧪 Modular command generation for Fabric 1.21.7
- 🔒 Admin-free setup—no elevated permissions required
- 📁 Portable structure for locked-down environments
- 🛠️ Designed for reproducibility and community sharing
- Go to the Releases tab
- Download the latest
.jar
file - Drop it into your server’s
mods/
folder - Make sure you’re running Minecraft 1.21.7 with Fabric Loader
- Restart the server and test with
/crash
or other generated commands
This mod generates commands using Minecraft’s built-in JSON structure.
You can define custom behaviors without writing external functions.
Example usage:
/crash @p
This command triggers a crash effect using only in-line JSON logic.
More commands and templates coming soon!
You can build this mod yourself using the included Gradle wrapper. Here's how:
- Java Development Kit (JDK) 17 or higher
- Git
- A terminal or command prompt
- (Optional) VS Code or IntelliJ IDEA for editing
-
Clone the repository
git clone https://github.com/Diamondstar-Mods/Minecraft-Command-Maker.git cd Minecraft-Command-Maker
-
Build the mod
- On Linux/macOS:
./gradlew build
- On Windows:
gradlew.bat build
- On Linux/macOS:
-
Find the compiled
.jar
- After building, the mod will be located in:
build/libs/
- After building, the mod will be located in:
- If you get a
JAVA_HOME
error, make sure JDK 17+ is installed and your environment variables are set. - If dependencies fail to download, check your internet connection or proxy settings.
- If using an IDE, open the folder as a Gradle project and refresh dependencies.
Found a bug? Have a suggestion?
Please open an issue with:
- Minecraft + Fabric version
- Steps to reproduce
- Any error logs or screenshots
Your feedback helps improve the mod for everyone!
Pull requests are welcome!
If you’d like to add features, fix bugs, or improve documentation:
- Fork the repo
- Create a new branch
- Make your changes
- Submit a PR with a clear description
Please keep changes modular and well-commented.
This is my first Minecraft mod, and I’m still learning the ropes.
There may be bugs, quirks, or unexpected behavior.
Thanks for your patience—and feel free to help improve it!
Made with ❤️ by Lucas Geitgey