> For the complete documentation index, see [llms.txt](https://augu0107.gitbook.io/auguplugin-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://augu0107.gitbook.io/auguplugin-docs/auguplugin-docs-es/plugins/platformchat/configuracion.md).

# Configuración

En el archivo: plugins/PlatformChat/config.yml encontrará la configuración

El archivo tendrá este aspecto:

```
# PlatformChat Configuration (Fork con supporto MiniMessage)
# Supporta sia MiniMessage (<red>, <gradient:...>, ecc.) che legacy (&c, &l, ecc.)

# Formato per i player Java (supporta MiniMessage e codici &)
java-format: "<gray>%player_name%%luckperms_suffix% <gray>: %luckperms_prefix%%message%"

# Formato per i player Bedrock (testo plain, no custom font)
bedrock-format: "<gray>%player_name%%luckperms_suffix% <gray>: %luckperms_prefix%%message%"

# Abilita PlaceholderAPI
use-placeholderapi: true

# Prefisso prima di ogni messaggio (lascia "" per disabilitare)
prefix: ""

# Debug mode
debug: false
```

{% tabs %}
{% tab title="Estilo" %}

| Opción         | Uso                                               |
| -------------- | ------------------------------------------------- |
| java-format    | Estilo de chat que las jugadoras de java verán    |
| bedrock-format | Estilo de chat que las jugadoras de bedrock verán |
| prefix         | El prefijo que todos verán antes del estilo       |
| {% endtab %}   |                                                   |

{% tab title="Otro" %}

| Opción        | Uso                                                                    |
| ------------- | ---------------------------------------------------------------------- |
| debug         | Al cambiar debug: false por debug: true se activará el texto de debug. |
| {% endtab %}  |                                                                        |
| {% endtabs %} |                                                                        |


---

# 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://augu0107.gitbook.io/auguplugin-docs/auguplugin-docs-es/plugins/platformchat/configuracion.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.
