> For the complete documentation index, see [llms.txt](https://cosmeticscore.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cosmeticscore.devs.beer/translations.md).

# 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="/files/gNX4k67NiumL0mAxoqdJ" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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