You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> When a "default" is mentioned for any option, it is meant that if the option is commented out, that is what BlueMap will use.
13
+
> This may not be the same as the option that is pre-filled-in.
14
+
{: .info }
15
+
16
+
## `accept-download`
17
+
By changing this setting to `true` you are indicating that you have accepted [Mojang's EULA](https://account.mojang.com/documents/minecraft_eula),
18
+
you confirm that you own a license to Minecraft (Java Edition)
19
+
and you agree that BlueMap will download and use a minecraft-client file (depending on the minecraft-version)
20
+
from [Mojang's servers](https://piston-meta.mojang.com/mc/game/version_manifest.json) for you.
21
+
This file contains resources that belong to Mojang and you must not redistribute it or do anything else that is not compliant with mojang's EULA.
22
+
23
+
BlueMap uses resources in this file to generate the 3D-models used for the map and texture them. (BlueMap will not work without those resources.)
24
+
25
+
## `data`
26
+
The folder where BlueMap saves data-files it needs during runtime, or to save e.g. the render-progress to resume it later.
27
+
28
+
_Default is_`"bluemap"`
29
+
30
+
## `render-thread-count`
31
+
This changes the amount of threads that BlueMap will use to render the maps.
32
+
A higher value can improve render-speed, but could impact performance on the host machine.
33
+
This should be always below or equal to the number of available processor-cores.
34
+
35
+
Zero or a negative value means the amount of available processor-cores subtracted by the value.
36
+
(So a value of -2 with 6 cores results in 4 render-processes)
37
+
38
+
_Default varies per machine_
39
+
40
+
## `scan-for-mod-resources`
41
+
Controls whether BlueMap should try to find and load mod-resources and datapacks from the server/world-directories.
42
+
43
+
_Default is_`true`
44
+
45
+
## `metrics`
46
+
If this is `true`, BlueMap might send really basic metrics reports containing only the implementation-type and the version that is being used to [metrics.bluecolored.de/bluemap](https://metrics.bluecolored.de/)
47
+
48
+
This allows me to track the basic usage of BlueMap and helps me stay motivated to further develop this tool!
49
+
Please leave it on :)
50
+
51
+
An example report looks like this: `{"implementation":"bukkit","version":"5.13","mcVersion":"?"}`
52
+
53
+
_Default is_`true`
54
+
55
+
## `log`
56
+
Config-section for debug-logging
57
+
58
+
<sectionmarkdown="1"class="config-indent">
59
+
60
+
### `file`
61
+
The file where the debug-log will be written to.
62
+
Comment out to disable debug-logging completely.
63
+
64
+
[Java String formatting syntax](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html) can be used to add time.
65
+
66
+
_Default is no logging_
67
+
68
+
### `append`
69
+
Whether the logger should append to an existing file, or overwrite it
0 commit comments