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

# Language

## Mobs limiter languages

You can translate the only two messages of the mobs limiter copying en.yml file and naming it as you prefer.\
Then change the `lang` property in `config_entity_limiter.yml`

```yaml
lang: en
```

## Drops holograms language (Minecraft 1.12 and lower)

{% hint style="warning" %}
Minecraft 1.13+ already have language files inside the game, no need to download them.
{% endhint %}

Download more languages here:

{% file src="/files/tHMpzH8jY3DJnaHgDw2t" %}

Place the language file you need inside `plugins/ServerBooster/lang/` foder.

Open `config_holo.yml` and change the `lang` attribute.

```yaml
lang: "en_us"
```

##
