# Farming

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

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

<table data-full-width="true"><thead><tr><th width="89">Type</th><th width="361">Command</th><th width="120">Input</th><th width="368">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">server.artificialtemperaturegrowablerange</mark></td><td><code>“number”</code></td><td>Defines the range of heat sources such as Heaters.</td><td><code>4</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">server.ceilinglightgrowablerange</mark></td><td><code>“number”</code></td><td>Defines the range of ceiling lights to grow plants.</td><td><code>4</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">server.nonplanterdeathchancepertick</mark></td><td><code>“number”</code></td><td>Defines the chance a plant has of randomly dying if its not in a planter.</td><td><code>0.005</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">server.plantlightdetection</mark></td><td><code>"0/1"</code></td><td>Toggles whether plants receive stats from player-placed lights and lamps.</td><td><code>1</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">server.planttickscale</mark></td><td><code>“number”</code></td><td>A multiplier for how fast plants grow.</td><td><code>1</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">server.sprinklerradius</mark></td><td><code>“number”</code></td><td>Determines the range of the sprinklers.</td><td><code>3</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/gameplay/farming.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.
