# The LVM information, which volume needs to be snapshotted, to render the world.
# This is the volume in which the minecraft server/world folder is in.
minecraft_blockmap_vg_name:
minecraft_blockmap_lv_name:
# Enable the systemd timer? This will enable automatic rendering every 20 minutes
minecraft_blockmap_timer_enabled:true
minecraft_blockmap_timer_state:'started'
# The input location, where the world resides in, that should be rendered.
# ! NOTE: This is relative to the lvm volume root (eg. a volume covering `/srv` will result in an input path `/minecraft/data/WORLDNAME` if a minecraft server is installed under /srv/minecraft)