> For the complete documentation index, see [llms.txt](https://csrpmoddocs.officialcaliforniastateroleplay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://csrpmoddocs.officialcaliforniastateroleplay.com/bot-commands/game-servers.md).

# Game servers

These commands drive your linked **ER:LC** server directly from Discord. Link it once with `>erlc link` (Management) and the rest become available.

Broadly they fall into three kinds:

* **Read the server** — `>erlc players`, `>erlc staff`, `>erlc teams`, `>erlc vehicles`, `>erlc info`.
* **Read its logs** — `>erlc kills`, `>erlc playerlogs`, `>erlc logs`, `>erlc modcalls`, `>erlc bans`.
* **Act on it** — `>erlc pm`, `>erlc message`, `>erlc hint`, `>erlc panel`, and `>erlc command` for raw remote commands.

`>erlc check` compares who is in the server against who is in the Discord, which catches players who joined without being in your community.

The `>mc` commands are the equivalent for a linked Minecraft server.

Configured on the [Game Integration](/dashboard/game.md#game-integration) dashboard page.

## Commands

| Command             | Aliases                                    | Who can use it | What it does                                                                            |
| ------------------- | ------------------------------------------ | -------------- | --------------------------------------------------------------------------------------- |
| `>erlc panel`       | `playerpanel`, `manage`                    | Staff          | Open a panel that allows you to manage a player in your server.                         |
| `>erlc modcalls`    | —                                          | Staff          | View all modcalls in your ER:LC server!                                                 |
| `>erlc permissions` | `perm`, `playerpermissions`, `playerperms` | Staff          | View the permissions of players in your ER:LC server!                                   |
| `>erlc pm`          | `private`, `sendpm`, `send`                | Staff          | Send a PM to players in your ER:LC server!                                              |
| `>erlc message`     | —                                          | Staff          | Send a Message to your ER:LC server with CSRP Moderation!                               |
| `>erlc hint`        | —                                          | Staff          | Send a Hint to your ER:LC server with CSRP Moderation!                                  |
| `>erlc link`        | —                                          | Management     | Link your ER:LC server with CSRP Moderation!                                            |
| `>erlc unlink`      | —                                          | Management     | Unlink your ER:LC server from CSRP Moderation!                                          |
| `>erlc command`     | —                                          | Management     | Send a direct command to your ER:LC server, under "Remote Server Management"            |
| `>erlc info`        | —                                          | Everyone       | Get information about the current players in your ER:LC server.                         |
| `>erlc staff`       | —                                          | Staff          | See the online staff members in your ER:LC server!                                      |
| `>erlc kills`       | —                                          | Staff          | See the Kill Logs of your server.                                                       |
| `>erlc playerlogs`  | —                                          | Staff          | See the Join and Leave logs of your server.                                             |
| `>erlc logs`        | —                                          | Staff          | See the Command Logs of your server.                                                    |
| `>erlc bans`        | —                                          | Staff          | Filter the bans of your server.                                                         |
| `>erlc players`     | —                                          | Everyone       | See all players in the server.                                                          |
| `>erlc teams`       | —                                          | Staff          | See all players in the server, grouped by team.                                         |
| `>erlc vehicles`    | —                                          | Staff          | See all vehicles of players in the server.                                              |
| `>erlc check`       | —                                          | Staff          | Perform a Discord check on your server to see if all players are in the Discord server. |
| `>erlc refresh`     | —                                          | Everyone       | Refresh the author in the ER:LC server.                                                 |
| `>mc link`          | —                                          | Management     | Link your Maple County server with CSRP Moderation!                                     |
| `>mc info`          | —                                          | Everyone       | Get information about the current players in your Maple County server.                  |
| `>mc logs`          | —                                          | Staff          | See the Command Logs of your server.                                                    |
| `>mc bans`          | —                                          | Staff          | Filter the bans of your server.                                                         |
| `>mc players`       | —                                          | Everyone       | See all players in the server.                                                          |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://csrpmoddocs.officialcaliforniastateroleplay.com/bot-commands/game-servers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
