# en\_US.yml

```yaml
aliases:
  - "en_gb"
  - "en_au"
  - "en_ca"
  - "en_in"
  - "en_nz"
  - "en_za"

messages:
  reload:
    failure: "&cAn error occurred while reloading the plugin, check the console for more information"
    success: "&aPlugin reloaded successfully"

  only-player: "&cOnly players can execute this command"
  player-doesnt-exist: "&cPlayer %player% does not exist"
  no-permission: "&cYou do not have permission to execute this command"
  opened-menu: "&aYou have opened the crates menu."
  add-received-key: "&aYou have received &f%amount% %id% keys&a."
  giveall-received-key: "&aYou have received &f%amount% %id% keys&a."
  giveall-gave-all-keys: "&aYou have given &f%amount% %displayname% &8(%id)&a keys to all players."
  reset-keys: "&aYou have reset the keys for &f%player%&a."

  NO_ENOUGH_KEYS: "&cYou do not have enough keys to open this crate"
  CRATE_DONT_HAVE_ANY_REWARD: "&cThis crate does not have any rewards"
  COMPLETE: "&aYou have opened the %id% crate with a total of %keys% keys spent"
  FULL_INVENTORY: "&cYour inventory is full, clear it to open this crate"

  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/en_us.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.
