Skip to content

Configuration

pop4959 edited this page Jun 11, 2023 · 30 revisions

Configuration

# Config version, used internally for automatically updating the config. Do not edit this.
version: 2
# The language to use, with default messages in English if a translation is not yet available.
# Please help translate Chunky on Crowdin if your preferred language is missing or incomplete.
# Currently supported: en (English), bs (bosanski), bg (български), zh_CN (简体中文), zh_TW (繁体中文),
#                      hr (hrvatski), cs (čeština), nl (Nederlands), fr (Français), de (Deutsch),
#                      he (עִברִית), hi (हिन्दी), it (Italiano), ko (한글), no (norsk), pl (Polskie),
#                      pt (Português), pt_BR (Português Brasileiro), ru (русский), sr_CS (srpski),
#                      es (Español), tr (Türkçe), uk (українська), vi (Tiếng Việt).
language: en
# Should saved tasks be automatically continued when the server is restarted?
continue-on-restart: false
# Force existing chunks to load even if Minecraft considers them fully generated, instead of skipping them.
# The main purpose of this is to allow loading worlds with broken metadata (e.g. earth worlds and others
# created or modified via third party tools).
force-load-existing-chunks: false
# Should console update messages be silenced?
silent: false
# How often in seconds to print update messages to console.
update-interval: 1