Plugin configuration
The default behavior of BeautyQuests should suit your basic needs. However, you might want to tweak some bits. Fortunately, many parts of BeautyQuests are configurable via its configuration file!
-
Open the
plugins/BeautyQuests/config.ymlfile in your text editor. -
Change the settings you need.
-
Save the file.
-
Restart your server.
Changing Minecraft objects language
Section titled “Changing Minecraft objects language”A lot of BeautyQuests features rely on vanilla Minecraft objects. For instance, you can ask the players to fetch 10 oak logs or kill 5 spiders. By default, BeautyQuests will display those vanilla objects in the quest description in English. If your server is not in English and you changed BeautyQuests language (using the lang configuration option), then the description will be a weird mix of English and another language:

In order to fix that, BeautyQuests has a useful “vanilla translation” feature that uses the Minecraft language files to show the vanilla objects in any language you want.
-
Run
/bq downloadTranslations <lang>wherelangis the language you want to download.
If the command succeeded, a new JSON file appeared in your
plugins/BeautyQuestsfolder (in our case,uk_ua.json). It contains the translated names of all Minecraft strings. -
Open
plugins/BeautyQuests/config.ymland set theminecraftTranslationsFileoption to the name of the language you downloaded in the first step.minecraftTranslationsFile: ''minecraftTranslationsFile: 'uk_ua' -
Save the file.
-
Restart your server.
Now the Minecraft objects are translated too!

