# es\_ES.yml

```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"

  only-player: "&cSolo los jugadores pueden ejecutar este comando"
  player-doesnt-exist: "&cEl jugador %player% no existe"
  no-permission: "&cNo tienes permiso para ejecutar este comando"
  opened-menu: "&aHas abierto el menú de crates."
  add-received-key: "&aHas recibido &f%amount% %id% llaves&a."
  giveall-received-key: "&aHas recibido &f%amount% %id% llaves&a."
  giveall-gave-all-keys: "&aHas dado &f%amount% %displayname% &8(%id)&a llaves a todos los jugadores."
  reset-keys: "&aHas reseteado las llaves de &f%player%&a."

  NO_ENOUGH_KEYS: "&cNo tienes suficientes llaves para abrir esta crate"
  CRATE_DONT_HAVE_ANY_REWARD: "&cEsta crate no tiene ninguna reward"
  COMPLETE: "&aHas abierto la crate %id% con un total de %keys% llaves gastadas"
  FULL_INVENTORY: "&cTienes el inventario lleno, vacialo para abrir esta crate"

  cant-preview-crate: "&cEl formato para hacerle preview a una crate es /crate (nombre)"

  cant-preview-crate: "&cThe correct format to preview a crate is /crate (name)"
```


---

# 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/crates/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.
