# Lang file guide

### Core in-game messages sent by ChatSentry can be modified in this file&#xD;&#xD;&#xD;

{% hint style="info" %}
All lang entries support colorcodes (**`&[colorcode]`**) and hex values with **`&#hexvalue`** if you're running MC 1.16 or above. Easily find hex values with Google's color picker tool: <https://www.google.com/search?q=color+picker>
{% endhint %}

{% hint style="info" %}
You can set ANY lang strings to **`""`**&#x74;o disable them.&#x20;\
You can us&#x65;**`{PREFIX}`**&#x74;o insert the **`message-prefix`** value any lang strings.\
To insert line breaks, you can use **`{NL}`**
{% endhint %}

You can view the default **lang.yml** file within the plugin's root folder on the wiki below:

{% content-ref url="/pages/-MFJ4bRjQlR4LfPu3\_-4" %}
[lang.yml](/files/files/root-folder/misc-lang.yml.md)
{% endcontent-ref %}


---

# 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://wiki.chatsentry.xyz/config-guides/lang-file-guide.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.
