# Resources

## <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="229">Command</th><th width="143">Input</th><th width="480">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">modifiers.setmodifier</mark></td><td><code>“item” “modifier” “scale”</code></td><td>Sets the relative modifier scale of the chosen item group. More info can be found <a href="https://rust-console-edition.gitbook.io/rust-console-edition-community-servers/feature-guides/modifiers">here</a>.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">modifiers.clearallmodifiers</mark></td><td><code>none</code></td><td>Removes all modifiers from all items.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">modifiers.clearmodifier</mark></td><td><code>“item” “modifier”</code></td><td>Removes a previously applied modifier from an item. You can also use all to remove all of the modifiers on that item, by inputting <code>all</code> in the modifier slot.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">modifiers.listallmodifiers</mark></td><td><code>none</code></td><td>Outputs all the items that have modifiers, and their modifiers, into the console.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:orange;">modifiers.listmodifiers</mark></td><td><code>none</code></td><td><p>Outputs all of the currently active modifiers for a defined item, into the console. </p><p></p><p>Once set, all modifiers and related commands are saved to the server, so you can check the currently active modifiers on a particular item by entering the command into the console.</p></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/gameplay/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.
