# messages

## Mensajes configurables

Los mensajes que reciben los jugadores (no admins) son configurables por idioma.

* `language: en` en `config.yml` para inglés, `language: es` para español
* Archivos: `messages_en.yml` y `messages_es.yml` en la carpeta del plugin
* Si falta una clave en el idioma activo, hace fallback automático al inglés
* Soportan **MiniMessage** y **PlaceholderAPI**
* Se recargan con `/cubixdeposit reload`

|                  |                                                                |
| ---------------- | -------------------------------------------------------------- |
| `no-permission`  | El jugador no tiene permiso para usar el menú                  |
| `menu-not-found` | El menú solicitado no existe. Placeholder: `{menu}`            |
| `usage`          | Se muestra cuando el jugador ejecuta `/deposit` sin argumentos |

{% hint style="info" %}
Los mensajes de comandos admin permanecen hardcodeados y no son configurables.
{% endhint %}

***


---

# 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://victorrodasabarca.gitbook.io/cubixdesposit/configuracion/messages.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.
