# Monument Recycler Configs

The following settings can control the addition of Recyclers to certain monuments. Owners can enter them in the GPORTAL | NITRADO boot commands section so that they are saved to the server when it starts up.

{% hint style="danger" %}
**Changing these settings will require a server WIPE**.

The exception to this rule is adding recyclers to the Cargo Ship, in which case no restart is required, but a fresh Cargo Ship will need to spawn.
{% endhint %}

{% hint style="danger" %}
Most monument recycler commands **MUST** be entered into the boot command section and will not work while the server is running.
{% endhint %}

> ### **👢**
>
> ### ***monumentspawns.enableconfig "monument"***
>
> Where "monument" is one of the following options:

<table data-full-width="false"><thead><tr><th width="306.888916015625">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>"dome_recycler"</code></td><td>Enables the spawning of recyclers at the Dome.</td></tr><tr><td><code>"fishing_village_large_recycler"</code></td><td>Enables the spawning of recyclers at the Large Fishing Village.</td></tr><tr><td><code>"fishing_village_small_recycler"</code></td><td>Enables the spawning of recyclers at the Small Fishing Villages.</td></tr><tr><td><code>"oilrig_large_recycler"</code></td><td>Enables the spawning of recyclers at the Large Oil Rig.</td></tr><tr><td><code>"oilrig_small_recycler"</code></td><td>Enables the spawning of recyclers at the Small Oil Rig.</td></tr><tr><td><code>"stables_recycler"</code></td><td>Enables the spawning of recyclers at the Stables (Large Barn) and Ranch.</td></tr><tr><td><code>"cargoship_recycler"</code></td><td>Enables the spawning of recyclers on the Cargo Ship (both variants).</td></tr></tbody></table>

{% hint style="info" %}
***Cargo Ship Recyclers:***\
\
Using the `forcespawnconfig "cargoship_recycler"` command will onlt spawn a Recycler on the **currently spawned** Cargo Ship. This setting will not persist over multiple Cargo Ships.\
\
For permanently spawning a Recycler on Cargo Ships, you must use the boot command: `monumentspawns.enableconfig "cargoship_recycler"`
{% endhint %}

***

Players can also disable these configurations by entering the following command:

> ### **👢**
>
> ### ***monumentspawns.disableconfig "monument"***
>
> Where "monument" is any of the above options.

For viewing a list of configurations, use the following:

> ### **👢**
>
> ### *monumentspawns.getconfigs*
>
> Returns a list of available configs.

> ### **👢**
>
> ### *monumentspawns.getenabledconfigs*
>
> Returns a list of currently enabled configs.

## Config Force Change

To skip the rebooting process and immediately generate recyclers at monuments without the need for a wipe, use the following command.

It is slightly more unstable, but shouldn't cause too many issues:

> ### **📟**
>
> ### *monumentspawns.forcespawnconfig “monument”*
>
> Where "monument" is any of the above options.


---

# 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/feature-guides/monument-recycler-configs.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.
