# Player

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

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

<table data-full-width="true"><thead><tr><th>Type</th><th width="195">Command</th><th width="150">Input</th><th width="511">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">global.injure</mark></td><td><code>"player ID"</code></td><td>Forces the target “player” into a downed state.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">global.setvanishother</mark></td><td><code>"player ID" "0/1"</code></td><td>Toggles Vanish for a target “player” on the server. Set to “0” or “1” for the player. Defaults to "false”</td><td><code>0</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">global.teleportgrid</mark></td><td><code>(x,y,z) “number” “number”</code></td><td>Teleports everyone in the server to a specified “position”, with “spacing” at a chosen “rotation”, with a “maximum player count per row”.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">global.teleportposrot</mark></td><td><code>(x,y,z) "player ID" “0/1”</code></td><td>Teleports a chosen “player” to a specified “position” and chooses whether to “place them on the ground"</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">global.users</mark></td><td><code>none</code></td><td>Lists all player names on the server.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮💥</strong></h3></td><td><mark style="color:red;">player.createskull</mark></td><td><code>"player ID"</code></td><td>Creates a skull that is tagged as the target player.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:red;">player.resetstate</mark></td><td><code>none</code></td><td>Clears all status effects and resets the player to default.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:red;">relationshipmanager.</mark><br><mark style="color:red;">sleeptoggleother</mark></td><td><code>"player ID"</code></td><td>Sends target “player” 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 **Player** **Commands** available for <mark style="color:blue;">**Server Moderator**</mark> and above.

<table data-full-width="true"><thead><tr><th>Type</th><th width="213">Command</th><th width="125">Input</th><th width="510">Description</th><th>Default</th></tr></thead><tbody><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:blue;">global.killplayer</mark></td><td><code>"ID"</code></td><td>Kills the target player.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>🎮</strong></h3></td><td><mark style="color:blue;">global.teleport2me</mark></td><td><code>"ID"</code></td><td>Teleports the chosen “player” to you.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:blue;">global.teleportpos</mark></td><td><code>(x,y,z) "player ID"</code></td><td>Teleports the chosen player to a specific location, following the coordinates system.</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:blue;">server.printpos</mark></td><td><code>"ID"</code></td><td>Prints the current position of the given target ID</td><td><code>N/A</code></td></tr><tr><td><h3><strong>📟🎮</strong></h3></td><td><mark style="color:blue;">server.printrot</mark></td><td><code>"ID"</code></td><td>Prints the current rotation of the given target ID</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/utility/player.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.
