# Self

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

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

<table data-full-width="true"><thead><tr><th>Type</th><th width="298">Command</th><th width="120">Input</th><th width="431">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">chat.enabled</mark></td><td><code>"0/1"</code></td><td>“Disables/Enables” the chat in game.</td><td><code>1</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">debug.breakheld</mark></td><td><code>none</code></td><td>Breaks the current item in your hands.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">debug.drink</mark></td><td><code>"number"</code></td><td>Forces drinking on the user that ran the command.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">debug.eat</mark></td><td><code>"number"</code></td><td>Forces eating on the user that ran the command.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">debug.hurt</mark></td><td><code>"number"</code></td><td>Force HP loss on the user that ran the command.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">debug.noclip</mark></td><td><code>"0/1"</code></td><td>Toggles NoClip, allowing player to fly and pass through objects.</td><td><code>0</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">global.dayview</mark></td><td><code>"0/1"</code></td><td>Toggles eternal daylight for the player, regardless of server time.</td><td><code>0</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">global.god</mark></td><td><code>"0/1"</code></td><td>Toggles god mode for the player who entered it.</td><td><code>0</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">global.sleep</mark></td><td><code>none</code></td><td>Forces the player who entered it to go to sleep.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">relationshipmanager.sleeptoggle</mark></td><td><code>none</code></td><td>Sends you to a sleeping state.</td><td><code>N/A</code></td></tr></tbody></table>

## <mark style="color:blue;">Server Moderator</mark>

The table below contains a list of **Commands** that affect your player, available for <mark style="color:blue;">**Server Moderator**</mark> and above.

<table data-full-width="true"><thead><tr><th>Type</th><th width="263">Command</th><th width="167">Input</th><th width="520">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:blue;">global.spectate</mark></td><td><code>"ID"</code></td><td>Enters the spectate mode, allowing you to view players' perspectives.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:blue;">global.teleport</mark></td><td><code>"ID"</code></td><td>Teleports yourself it to the chosen “Gamertag/PSN ID” location.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:blue;">global.teleportany</mark></td><td><code>"object name"</code></td><td>Teleports you to a random object.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:blue;">global.vanish</mark></td><td><code>"0/1"</code></td><td>Turns your character invisible, and disables targetting from turrets etc.</td><td><code>0</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/utility/self.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.
