From 987015b61771a4fee8d08eb0e6f7b73599d2f5d8 Mon Sep 17 00:00:00 2001 From: "Lukas Rieger (Blue)" Date: Wed, 21 Jun 2023 09:05:53 +0200 Subject: [PATCH] Fix wrong config-key in plugin.conf template --- .../resources/de/bluecolored/bluemap/config/plugin.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/plugin.conf b/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/plugin.conf index b65e7c4c..39d0a820 100644 --- a/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/plugin.conf +++ b/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/plugin.conf @@ -65,8 +65,8 @@ skin-download: true # Default is -1 player-render-limit: -1 -# The interval in minutes in which a map-update will be triggered. -# This is additionally to the normal map-update process (in case that fails to detect any file-changes). +# The interval in minutes in which a full map-update will be triggered. +# This is ADDITIONALLY to the normal map-update process (in case that fails to detect any file-changes). # ! This DOESN'T re-render the entire map each time, it only checks if there are some changes that have not been rendered yet! # Default is 1440 (24 hours) -map-update-interval: 1440 +full-update-interval: 1440