# Resources

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

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

<table data-full-width="true"><thead><tr><th>Type</th><th width="348">Command</th><th width="123">Input</th><th width="385">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟</strong>🌌</h3></td><td><mark style="color:red;">hackablelockedcrate.decayseconds</mark></td><td><code>"number"</code></td><td>Controls the amount of time taken for a Code Locked Hackable Crate to disappear if not interacted with. Time is measured in real-world seconds.</td><td><code>7200</code></td></tr><tr><td><h3><strong>📟</strong>🌌</h3></td><td><mark style="color:red;">hackablelockedcrate.requiredhackseconds</mark></td><td><code>"number"</code></td><td>Controls the amount of time needed to hack a Code Locked Hackable Crate. Time is measured in real-world seconds.</td><td><code>900</code></td></tr><tr><td><h3><strong>📟</strong>🌌</h3></td><td><mark style="color:red;">server.d11gatherscale</mark></td><td><code>"number"</code></td><td>Controls how much a player will gather from harvestable nodes, trees, and nodettes.</td><td><code>1</code></td></tr><tr><td><h3><strong>📟</strong>🌌</h3></td><td><mark style="color:red;">server.d11lootscale</mark></td><td><code>"number"</code></td><td>Controls how much a player will gather from loot boxes, crates, barrels and scientists.</td><td><code>1</code></td></tr><tr><td><h3><strong>📟</strong></h3></td><td><mark style="color:red;">server.dropitems</mark></td><td><code>"0/1"</code></td><td>Determines if storage containers should drop items.</td><td><code>1</code></td></tr></tbody></table>

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

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

<table data-full-width="true"><thead><tr><th>Type</th><th width="252">Command</th><th width="120">Input</th><th width="466">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">divesite.getdivesitecounts</mark></td><td><code>none</code></td><td>Prints a count of all divesites in the console log.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">junkpile.getjunkpilecounts</mark></td><td><code>none</code></td><td>Prints a count of all junksites in the console log.</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/world/resources.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.
