File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
common/src/main/resources/de/bluecolored/bluemap/config Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1111# ${timestamp}
1212accept-download: false
1313
14- # The folder where BlueMap saves data files it needs during runtime or to save (for example) the render progress file to resume it later.
14+ # The folder where BlueMap saves data files it needs during runtime.
15+ # For example, the render progress file, which is used to resume the render across restarts.
1516# Default is "bluemap"
1617data: "${data}"
1718
1819# This changes the amount of threads that BlueMap will use to render the maps.
1920# A higher value can improve the render speed, but could impact performance on the host machine.
2021# This should be always below or equal to the number of available processor cores.
2122# Zero or a negative value means the amount of available processor cores subtracted by the value.
22- # (So a value of -2 with 6 cores results in 4 render threads) .
23+ # For example, on a machine with 6 cores, a value of -2 would result in 4 render threads.
2324# Default is 1
2425render-thread-count: ${render-thread-count}
2526
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ remove-caves-below-y: ${remove-caves-below-y}
6666# Defaults to 10000 (disabled).
6767cave-detection-ocean-floor: -5
6868
69- # With this value set to true, BlueMap also uses the block light value (additionally to the sky light) to "detect caves".
70- # (See : remove-caves-below-y).
69+ # With this value set to true, BlueMap also uses the block light value (additionally to the sky light) to "detect caves"
70+ # (see the option above : remove-caves-below-y).
7171# Changing this value requires a re-render of the map.
7272# Default is false
7373cave-detection-uses-block-light: false
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ skin-download: true
6060
6161# The amount of players that is needed to pause BlueMap's render threads.
6262# If this amount of players or more is online, BlueMap will stop rendering map updates until enough players have logged off again.
63- # Setting this to 0 or -1 will disable this feature ( BlueMap will not pause rendering) .
63+ # Setting this to 0 or -1 will disable this feature, which means BlueMap will not pause rendering.
6464# Default is -1
6565player-render-limit: -1
6666
Original file line number Diff line number Diff line change 55
66# The storage-type of this storage.
77# Depending on this setting, different config entries are allowed/expected in this config file.
8- # Don't change this value! ( If you want a different storage-type, check out the other example configs) .
8+ # Don't change this value! If you want a different storage-type, check out the other example configs.
99storage-type: file
1010
1111# The path to the folder on your file system where BlueMap will save the rendered map.
Original file line number Diff line number Diff line change 55
66# The storage-type of this storage.
77# Depending on this setting, different config entries are allowed/expected in this config file.
8- # Don't change this value! ( If you want a different storage-type, check out the other example configs) .
8+ # Don't change this value! If you want a different storage-type, check out the other example configs.
99storage-type: sql
1010
1111# The JDBC-Connection URL that is used to connect to the database.
You can’t perform that action at this time.
0 commit comments