# Translations

You can translate the plugin by creating a new file in the `lang` folder and set it in the `config.yml` file.

## Tiny font

You can use this generator to create small texts.

{% embed url="<https://lingojam.com/MinecraftSmallFont>" %}

<figure><img src="https://517658335-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcHqkAbmdfwmU7TFYbk0w%2Fuploads%2FkKYospqpTIlb2uzphg0f%2Fimage.png?alt=media&#x26;token=95352d41-f2ae-4a23-a95e-0481aacf994f" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Do not use UPPERCASE characters in this converter or you will get a glitched text.
{% endhint %}

## JSON texts

{% hint style="danger" %}
For expert users, do not ask for support in order to use this feature.
{% endhint %}

This plugin supports JSON texts in lore, display name and translations of the plugin.\
Use this generator to generate the JSON texts.&#x20;

{% embed url="<https://minecraft.tools/en/json_text.php>" %}

### Example use case

You can set a custom font for a particular text:

```json
{"text":"Hello!","font":"my_custom_font"}
```

```json
{"text":"Lorem Ipsum!","font":"alt"}
```

&#x20;


---

# 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://cosmeticscore.devs.beer/translations.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.
