Cmdibuzz Installation

How to install and set up Cmdibuzz on your Fabric server

Updated August 12, 2026

Requirements

  • Minecraft 1.21.1
  • Fabric Loader 0.15.11 or newer
  • Fabric API 0.116.5 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.

Reload Rules

Run /cmdibuzz reload after changing configuration. Reloading clears and rebuilds the command registry, but does not reset SQLite balances, cooldowns, one-time-use records, or PlayerData values.

If a command fails to load, check the server log for its filename and JSON parsing error. If it loads but does not register, check its id, command, register, and permission fields.