CommandBridge Logo About Docs
GitHub Discord Download

Installation

Download

Get the latest CommandBridge JAR from Modrinth.

CommandBridge ships as a single JAR. It detects whether it's running on Velocity or a backend server automatically.

Install

  1. Place the JAR in the plugins/ folder on your Velocity proxy
  2. Place the same JAR in the plugins/ folder on each backend server
  3. Install CommandAPI on Velocity and each backend
  4. Start Velocity, then start your backends
  5. Stop both sides

On first startup, CommandBridge generates its config files and a shared secret on the Velocity side. You'll configure these in the Getting Started guide.

CommandBridge requires a permissions plugin on both sides. LuckPerms is recommended.

File structure after first startup

Velocity proxy:

plugins/commandbridge/
├── config.yml
├── secret.key
├── keystore.p12
├── keystore.pass
└── scripts/

Backend server:

plugins/commandbridge/
├── config.yml
└── secret.key

Next steps