Supported software
Install the plugin
1
Install Cloud Command on the proxy
Download Cloud Command from GitHub and place it in the proxy template’s
plugins/ folder. Standard SimpleCloud templates already include simplecloud-api; add it through the target’s Plugins setting or the CLI if you use a custom template.2
Generate the message file
Start a matching proxy once. Cloud Command creates
plugins/simplecloud-command/messages.yml in the running proxy directory.3
Keep the message file in the template
For a group proxy, copy
plugins/simplecloud-command/messages.yml from the running proxy to the same path in its template before stopping it. Files left only in a temporary proxy directory disappear when that proxy stops.See Templates for the complete workflow.4
Verify the commands
Give yourself
simplecloud.command.use, join through the proxy, and run /cloud.The help menu lists the subcommands you have permission to use.
Commands
The root command is available as/cloud, /sc, and /simplecloud.
Groups
Servers
Players
Usegroup for a server group target and ps for a persistent server target.
Reload
/cloud reload rereads plugins/simplecloud-command/messages.yml from the running proxy. Restart the proxy if you edited the template copy instead.
Permissions
The help menu only shows commands for permissions the sender has.

Troubleshooting
The proxy cannot load Cloud Command
The proxy cannot load Cloud Command
Confirm that
simplecloud-api is installed and enabled on the same proxy. Cloud Command declares it as a required dependency.Message changes disappear after a restart
Message changes disappear after a restart
Edit
plugins/simplecloud-command/messages.yml in the proxy template, or copy the tested file back to the template before a temporary group proxy stops.