> For the complete documentation index, see [llms.txt](https://identix.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://identix.rlib.io/first-use/binds.md).

# Binds

{% hint style="info" %}
These commands can be modified in:

&#x20;       *<mark style="color:blue;">addons/identix/lua/modules/identix/cfg/sh\_cfg\_binds.lua</mark>*
{% endhint %}

### <mark style="color:red;">◾ Chat (User)</mark>

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:red;">!name</mark> OR <mark style="color:red;">/name</mark></td><td><p>Display addon interface</p><p><em>(disabled by default)</em></p></td><td></td></tr></tbody></table>

####

### <mark style="color:red;">◾ Chat (Staff)</mark>

These commands can only be executed by staff who have the appropriate permissions (or admin)

| Type                                        | Desc                                                     |
| ------------------------------------------- | -------------------------------------------------------- |
| <mark style="color:red;">!pickname</mark>   | Force name registration open on player (player must pay) |
| <mark style="color:red;">!requestnew</mark> | Force name change on player (punishment)                 |
| <mark style="color:red;">!resetname</mark>  | Force player name back to steam name                     |
| <mark style="color:red;">!setname</mark>    | Force new name on player                                 |

### <mark style="color:red;">◾ Chat - Entity</mark>

Chat commands specifically for the <mark style="color:blue;">**superadmin**</mark> usergroup.

The name entity can be placed on the map; and allows players to walk up to it, press "E" and change their name / biography.

| Type                                            | Desc                                  |
| ----------------------------------------------- | ------------------------------------- |
| <mark style="color:red;">!ent\_spawn</mark>     | Spawn name entity at your location    |
| <mark style="color:red;">!ent\_save</mark>      | Save all entity positions on map      |
| <mark style="color:red;">!ent\_goto</mark>      | Go to entity                          |
| <mark style="color:red;">!ent\_clearall</mark>  | Clear all entities on map             |
| <mark style="color:red;">!ent\_clearlook</mark> | Clear entity you're looking at        |
| <mark style="color:red;">!ent\_cleararea</mark> | Clear entities in your immediate area |
| <mark style="color:red;">!ent\_reload</mark>    | Reload all saved entities on map      |
| <mark style="color:red;">!ent\_wipe</mark>      | Clear all entities and erase map data |
| <mark style="color:red;">!ent\_up</mark>        | Move entity up                        |
| <mark style="color:red;">!ent\_down</mark>      | Move entity down                      |

### <mark style="color:red;">◾ Chat - NPC</mark>

Chat commands specifically for the <mark style="color:blue;">**superadmin**</mark> usergroup.

The name NPC can be placed on the map; and allows players to walk up to it, press "E" and change their name / biography.

<table><thead><tr><th>Type</th><th>Desc</th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:red;">!npc_spawn</mark></td><td>Spawn npc at your location</td><td></td></tr><tr><td><mark style="color:red;">!npc_save</mark></td><td>Save all npc positions on map</td><td></td></tr><tr><td><mark style="color:red;">!npc_goto</mark></td><td>Go to npc</td><td></td></tr><tr><td><mark style="color:red;">!npc_clearall</mark></td><td>Clear all npcs on map</td><td></td></tr><tr><td><mark style="color:red;">!npc_clearlook</mark></td><td>Clear npc you're looking at</td><td></td></tr><tr><td><mark style="color:red;">!npc_cleararea</mark></td><td>Clear npc in your immediate area</td><td></td></tr><tr><td><mark style="color:red;">!npc_reload</mark></td><td>Reload all saved npcs on map</td><td></td></tr><tr><td><mark style="color:red;">!npc_wipe</mark></td><td>Clear all npcs and erase map data</td><td></td></tr><tr><td><mark style="color:red;">!npc_up</mark></td><td>Move npc up</td><td></td></tr><tr><td><mark style="color:red;">!npc_down</mark></td><td>Move npc down</td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://identix.rlib.io/first-use/binds.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.
