Cmdibuzz Installation
How to install and set up Cmdibuzz on your Fabric server
Updated July 21, 2026
Requirements
- Minecraft 1.21.1
- Fabric Loader 0.15.11 or newer
- Fabric API 0.118.0 or newer
Installation Steps
- Download
Cmdibuzz.jarfrom Modrinth - Place the
.jarfile in your server'smods/folder - Start the server — a default config will be generated at
config/cmdibuzz/config.json - Edit the config to your needs
- Run
/cmdibuzz reloadto apply changes without restarting
Verifying Installation
After starting the server, run:
/cmdibuzz
If you see the help message, Cmdibuzz is installed correctly.
File Structure
After first launch, your config directory will look like:
config/cmdibuzz/
├── config.json # Main config file
└── commands/ # Command files (empty by default)
Each command gets its own .json file in the commands/ directory. You can also organize commands into subfolders.