> ## Documentation Index
> Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud Command

> Learn about SimpleCloud's in-game command plugin for managing your server network

## 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          |

<Note>
  Want to add support for another server software? Submit a pull request on
  [GitHub](https://github.com/simplecloudapp/command-plugin)!
</Note>

## Quick Setup

1. Download the plugin from [GitHub](https://github.com/simplecloudapp/command-plugin/releases)
2. Place it in your proxy template's plugin folder
3. 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              |

<Note>
  You can customize all plugin messages in the <code>messages.yml</code> file.
</Note>

<Frame>
  <img src="https://github.com/simplecloudapp/branding/blob/main/media/plugin/cloud-command/help.png?raw=true" alt="Cloud Command Help Menu" />
</Frame>
