Skip to main content
All player-facing messages in MythicLabs plugins are stored in editable language files, so you can translate - or simply restyle - every message your players see.

Supported languages out of the box

Missing your language? Machine-translated files ship as a starting point - community-verified translations are always welcome via Discord.

Setting the active language

Set the locale in config.yml:
Or let the plugin follow each player’s client language automatically:

Editing messages

Every plugin generates a lang/<code>.yml file with all of its messages as editable keys:
Messages support standard color codes and MiniMessage formatting, along with placeholders like {prefix} and {player}.
Edit a language file while the server is running, then run /mythic reload to apply your changes - no restart required.