# Language Messages

* Supports multiple languages (`en-us`, `ru-ru`, etc.).
* Customizable messages in `lang/` folder.

```yaml
#en_us.yml
player_message:
  progress_reset_damage: "&cProgress reset due to damage"
  progress_reset_hotbar: "&cProgress reset due to hotbar change"
  progress_reset_move: "&cProgress reset due to movement"
  wait_before_interacting: "&cPlease wait before interacting again"
  entity_locked: "&cAnother player is using this!"
guiRemoval:
  title_entity_list: "&eEntity List"
  title_remove: "&eList locations of "
  titleListed: "&eListed Locations|Page - "
  titleConfirmRemove: "&eConfirm Removal"
  not_found: "&cNo entities found"
  close: "&cClose"
  next_page: "&eNext Page"
  previous_page: "&ePrevious Page"
  back: "&eBack to Entity List"
  page: "&ePage "
  total_listed: "&eTotal listed: &f"
  click_view_spawn: "&eClick to view spawn location"
  failedLoad: "&cFailed to load entity spawn locations"
  itemNameSpawn: "&eSpawn Location"
  itemLoreWorld: "&eWorld &f"
  itemLoreCoords: "&eCoordinates §f%.2f, %.2f, %.2f"
  itemLoreLeftClick: "&eLeft Click to remove"
  itemLoreRightClick: "&eRight Click to teleport"
  teleport: "&aTeleported to spawn location"
  couldNotTeleport: "&cCouldn't find a safe location to teleport!"
  confirmRemove: "&eAre you sure you want to remove this entity?"
  itemLoreRemoval: "&7Click to remove this entity"
  cancel: "&cCancel"
action_bar:
  cooldown: "<red>⏳ Cooldown: %cooldown% seconds</red>"
success_load: "&aSuccessfully loaded MMOBlock"
reload_message: "&aConfiguration reloaded"
no_entity_adjust: "&cNo adjustable entity found"
no_permit: "&cYou do not have permission to run this command"
usage_help: "&eUsage: /mmoblock <place|remove|reload|edit|hitbox|blockselector|save|wand|removalfordeletingplugin>"
usage_place: "&eUsage: /mmoblock place <entityID> [world] [x] [y] [z]"
player_not_found: "&ePlayer not found"
invalid_language: "&cInvalid language code"
usage_remove: "&eUsage: /mmoblock remove [all]"
remove_command: "&cThis command can only be run by a player"
success_remove: "&aEntity removed successfully"
all_removed: "&aAll entities removed"
not_found: "&cNo entity found in line of sight"
not_found_1: "&cNo entity under crosshair"
error_execute: "&cAn error occurred while executing the command"
error_execute_1: "&cThis command can only be run by a player"
get_facing: "&aReceived Facing Adjuster"
console_error: "&cConsole must specify world and coordinates"
console_error_1: "&cInvalid world"
entity_place: "&aEntity placed successfully"
invalid_entity_id: "&cInvalid entity ID"
backpack_full: "&cYour backpack is full! item will be dropped on the ground"
inventory_full: "&cYour inventory is full! item will be dropped on the ground"
backpack_not_found: "&cNo backpack found"
backpack_error: "&cAn error occurred while accessing the backpack"
minepack_not_found: "&cMinepacks not installed or not compatible!"


```


---

# 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://anikosr.gitbook.io/mmoblock-docs/getting-started/language-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.
