# Gameplay

## <mark style="color:red;">Server Owner</mark>

The table below contains a list of **Gameplay Commands** available for <mark style="color:red;">**Server Owners**</mark>.

<table data-full-width="true"><thead><tr><th>Type</th><th width="221">Command</th><th width="274">Input</th><th width="346">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">zones.createcustomzone</mark></td><td><p><code>[0] [1] [2] [3] [4]</code></p><p><code>[5] [6] [7] [8] [9]</code></p></td><td>Creates a custom zone on the map. <br>Click <a href="https://rust-console-edition.gitbook.io/rust-console-edition-community-servers/feature-guides/custom-zones">here</a> for more details. </td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">zones.deletecustomzone</mark></td><td><code>"zone name"</code></td><td>Deletes a custom zone on the map. <br>Click <a href="https://rust-console-edition.gitbook.io/rust-console-edition-community-servers/feature-guides/custom-zones">here</a> for more details. </td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">zones.editcustomzone</mark></td><td><code>"zone name" "parameter" "value"</code></td><td>Edits a custom zone on the map. <br>Click <a href="https://rust-console-edition.gitbook.io/rust-console-edition-community-servers/feature-guides/custom-zones">here</a> for more details. </td><td><code>N/A</code></td></tr></tbody></table>

## <mark style="color:orange;">Server Admin</mark>

The table below contains a list of **Gameplay Commands** available for <mark style="color:orange;">**Server Admins**</mark> and above.

<table data-full-width="true"><thead><tr><th>Type</th><th width="229">Command</th><th width="121">Input</th><th width="502">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:orange;">growableentity.growall</mark></td><td><code>none</code></td><td>Advances the growth stages of all growables in an area around the player who entered the command.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:orange;">growableentity.setalldying</mark></td><td><code>none</code></td><td>Sets all growables in a radius around the player to dying.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:orange;">legs.enablelegs</mark></td><td><code>"0/1"</code></td><td>Toggles the visibility of the player character's legs in first person.</td><td><code>1</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">rf.listboardcaster</mark></td><td><code>none</code></td><td>Lists all of the RF broadcasters positions and ranges</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">rf.listfakeboardcaster</mark></td><td><code>none</code></td><td>Lists all of the Fake RF broadcasters positions and ranges</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">rf.listlistener</mark></td><td><code>none</code></td><td>Lists all of the RF listeners positions and ranges</td><td><code>N/A</code></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://rust-console-edition.gitbook.io/community-servers/commands/utility/gameplay.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
