> For the complete documentation index, see [llms.txt](https://rust-console-edition.gitbook.io/community-servers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rust-console-edition.gitbook.io/community-servers/commands/world/monuments.md).

# Monuments

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

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

<table data-full-width="true"><thead><tr><th>Type</th><th width="265">Command</th><th width="144">Input</th><th width="445">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">server.setmonumentkillzone</mark></td><td><code>“monument name” “0/1”</code></td><td>Adds/Removes a PvP zone around the given monument. More info <a href="https://rust-console-edition.gitbook.io/rust-console-edition-community-servers/feature-guides/custom-zones#monument-killzones">here</a>.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">server.clearmonumentkillzones</mark></td><td><code>none</code></td><td>Turns off all active killzones to return to default behaviour.</td><td><code>N/A</code></td></tr></tbody></table>

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

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

<table data-full-width="true"><thead><tr><th>Type</th><th width="315">Command</th><th width="125">Input</th><th width="416">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">bigwheelgame.spinfrequencyseconds</mark></td><td><code>"number"</code></td><td>Defines how often the Gambling Wheel spins. Lower is faster.</td><td><code>45</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">craft.canuserecycler</mark></td><td><code>"0/1"</code></td><td>Toggles all of the recyclers' functionality.</td><td><code>1</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">craft.recyclernextrecycletime</mark></td><td><code>"number"</code></td><td>The rate of which the items are recycled. (Lower is faster)</td><td><code>5</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">craft.recyclerstarttime</mark></td><td><code>"number"</code></td><td>The warm up time for the recyclers. (Lower is faster)</td><td><code>5</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">monumentspawns.disableconfig</mark></td><td><code>"monument name"</code></td><td>Disables the spawning of recyclers at the chosen monument. More info <a href="https://rust-console-edition.gitbook.io/rust-console-edition-community-servers/feature-guides/monument-recyler-configs">here</a>.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>👢</strong></h3></td><td><mark style="color:orange;">monumentspawns.enableconfig</mark></td><td><code>"monument name"</code></td><td>Enables the spawning of recyclers at the chosen monument. More info <a href="https://rust-console-edition.gitbook.io/rust-console-edition-community-servers/feature-guides/monument-recyler-configs">here</a>.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:orange;">monumentspawns.forcespawnconfig</mark></td><td><code>"monument name"</code></td><td>Forces the chosen Recycler config to be spawned, without a server wipe/restart. More info <a href="https://rust-console-edition.gitbook.io/rust-console-edition-community-servers/feature-guides/monument-recyler-configs">here</a>.</td><td><code>N/A</code></td></tr></tbody></table>

## <mark style="color:blue;">Server Moderator</mark>

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

<table data-full-width="true"><thead><tr><th>Type</th><th width="312">Command</th><th width="85">Input</th><th width="454">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:blue;">monumentspawns.getconfigs</mark></td><td><code>none</code></td><td>Prints a list of currently available Recycler configs.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:blue;">monumentspawns.getenabledconfigs</mark></td><td><code>none</code></td><td>Prints a list of currently active Recycler configs.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:blue;">server.listmonumentkillzones</mark></td><td><code>none</code></td><td>Lists all the currently active Killzones around monuments. More info <a href="https://app.gitbook.com/o/wpZWgCmP3ztPuYJl8bG2/s/989RjbRw8ybjBIxJvMra/~/changes/74/feature-guides/monument-recyler-configs">here</a>.</td><td><code>N/A</code></td></tr></tbody></table>


---

# 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://rust-console-edition.gitbook.io/community-servers/commands/world/monuments.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.
