Overview
The Cloud Command Plugin empowers your network with in-game proxy commands, enabling efficient cloud management directly from within the game.You can start, stop, inspect, edit, and delete servers, groups, and persistent servers directly via proxy commands.
Supported Software
| Software | Plugin Support |
|---|---|
| Velocity | ✅ Yes |
| Bungeecord | ✅ Yes |
Want to add support for another server software? Submit a pull request on
GitHub!
Quick Setup
- Download the plugin from GitHub
- Place it in your proxy template’s plugin folder
- Start your proxy server
Commands
| Command | Description |
|---|---|
/cloud start group <group> | Starts a new server from a specified group |
/cloud start persistent <server> | Starts a persistent server |
/cloud stop group <group> [id] | Stops a specific server or all servers of a group |
/cloud stop persistent <server> | Stops a persistent server |
/cloud info servers [group] [id] | Displays information about servers |
/cloud info groups [group] | Displays information about one or all groups |
/cloud info persistent [server] | Displays information about persistent servers |
/cloud delete group <group> | Deletes a server group |
/cloud delete persistent <server> | Deletes a persistent server |
/cloud edit group <group> <key> <value> | Edits a value of a group |
/cloud edit server <group> <id> <key> <value> | Edits a value of a server |
/cloud edit persistent <server> <key> <value> | Edits a value of a persistent server |
You can customize all plugin messages in the
messages.yml file.