# Useful Commands

## Player Commands

{% hint style="info" %}
Normal players and admins can run these commands.
{% endhint %}

***

<table data-full-width="true"><thead><tr><th>Commands</th><th>Permissions</th><th>Descriptions</th></tr></thead><tbody><tr><td>/cr</td><td></td><td>This command will open up a menu, where players can customize their Direction HUD.</td></tr><tr><td>/weight</td><td></td><td>This command shows the weight of the current item the player is holding.</td></tr></tbody></table>

***

## Admin Commands

{% hint style="info" %}
Admins should be able to run these commands if they have the permission.
{% endhint %}

***

<table data-full-width="true"><thead><tr><th>Commands</th><th>Permissions</th><th>Descriptions</th></tr></thead><tbody><tr><td>/rsv give &#x3C;item_name><br>Example: /rsv give Alex123 wooden_battleaxe</td><td><pre><code>realisticsurvival.command.give
</code></pre></td><td>This command can give custom items to a specific player.</td></tr><tr><td>/rsv temperature <br>Example: /rsv temperature Alex123 15</td><td><pre><code>realisticsurvival.command.temperature
</code></pre></td><td><p>This command can set a specific player's temperature to a new value.</p><p><br><strong>Value:</strong> must be a positive integer, can be anything between 0 and 25</p></td></tr><tr><td>/rsv thirst <br>Example: /rsv thirst Alex123 10</td><td><pre><code>realisticsurvival.command.thirst
</code></pre></td><td>This command can set a specific player's thirst level to a new value.<br><br><strong>Value:</strong> must be a positive integer, can be anything between 0 and 20</td></tr><tr><td>/disasters start [level] [player]</td><td><pre><code><strong>* (needs operator)
</strong></code></pre></td><td>This command lets you start a specified disaster from your location (will select a random level if unspecified).</td></tr><tr><td>/disasters &#x3C;enable | disable> &#x3C;randomdisasters | maxlevels | disaster | eventmsg> &#x3C;world></td><td><p></p><pre><code>* (needs operator)
</code></pre></td><td>This command lets you toggle all disasters, toggle only level 6 disasters (which will be downgraded to level 5), or toggle a specific disaster in the selected world.</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://b-setups.gitbook.io/b.-setups/servers/realistic-survival-server/additional-information/useful-commands.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.
