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

  1. Download Cmdibuzz.jar from Modrinth
  2. Place the .jar file in your server's mods/ folder
  3. Start the server — a default config will be generated at config/cmdibuzz/config.json
  4. Edit the config to your needs
  5. Run /cmdibuzz reload to 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.