# Translation

{% hint style="info" %}
**MyPet uses the language the player has selected!**

Players playing Minecraft in german will get german messages and english players english messages.
{% endhint %}

If you want to help translate MyPet you can do so on the [MyPet Translation Site](https://translation.mypet-plugin.de/). MyPet is already translated into several languages so please check the site for existing translations before you do your own.

### Custom Translation

You can create your own translation by modifying an [existing translation](https://github.com/xXKeyleXx/MyPet-Translations) or creating a completely new one. Either way you have to put the file into the `locale` folder and name it in this schema: `MyPet_XX.properties` . XX has to be replaced by the [locale code](https://minecraft.gamepedia.com/Language) of the language you want to change/create.

### Overriding the Language

If you don't want the default behavior where the plugin will send messages in the language of the player or you did your own messages then you can force the plugin to use only that one language. You can do so by setting `OverwriteLanguages` in the [config.yml](/setup/configurations/config.yml.md) to the [locale code](https://minecraft.gamepedia.com/Language) you want to use.


---

# 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://wiki.mypet-plugin.de/systems/translation.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.
