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
- Place the JAR in the
plugins/folder on your Velocity proxy - Place the same JAR in the
plugins/folder on each backend server - Install CommandAPI on Velocity and each backend
- Start Velocity, then start your backends
- 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
- Check the requirements page for version compatibility
- Follow the Getting Started guide to connect your servers