mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 10:35:16 +01:00
Fix wrong config-key in plugin.conf template
This commit is contained in:
parent
fdd4713dfb
commit
987015b617
@ -65,8 +65,8 @@ skin-download: true
|
|||||||
# Default is -1
|
# Default is -1
|
||||||
player-render-limit: -1
|
player-render-limit: -1
|
||||||
|
|
||||||
# The interval in minutes in which a map-update will be triggered.
|
# 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 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!
|
# ! 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)
|
# Default is 1440 (24 hours)
|
||||||
map-update-interval: 1440
|
full-update-interval: 1440
|
||||||
|
Loading…
Reference in New Issue
Block a user