# es\_ES.yml

{% code overflow="wrap" %}

```yml
aliases:
  - "es_ar"
  - "es_cl"
  - "es_ec"
  - "es_es"
  - "es_mx"
  - "es_uy"
  - "es_ve"

messages:
  reload:
    failure: "&cOcurrió un error al recargar el plugin, revisa la consola para más información"
    success: "&aPlugin recargado correctamente"

  no-permission: "&cNo tienes permiso para ejecutar este comando."
  only-player: "&cSolo los jugadores pueden ejecutar este comando."
  player-not-found: "&cEl jugador %player% no existe o fue encontrado."

  invalid-item: "&cEl item que iRntentas usar no es válido."
  not-enough-items: "&cNo tienes suficientes fragmentos para completar esta transacción."
  error-removing-items: "&cOcurrió un error al intentar remover las monedas de tu inventario."

  opened-menu: "&aHas abierto el menú de intercambios."
  trade-completed: "&a¡Intercambio completado con éxito!"
  trade-completed-all: "&a¡Intercambio de x%amount% completado con éxito!"
```

{% endcode %}


---

# 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://runith.gitbook.io/runith/products/trades/lang/es_es.yml.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.
