> 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;
