-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMapWriter.cfg
More file actions
80 lines (71 loc) · 1.45 KB
/
MapWriter.cfg
File metadata and controls
80 lines (71 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Configuration file
fullScreenMap {
I:alphaPercent=100
I:borderMode=0
I:circular=0
I:coordsEnabled=0
I:enabled=1
I:heightPercent=0
I:marginBottom=0
I:marginLeft=0
I:marginRight=0
I:marginTop=0
I:markerSize=5
I:playerArrowSize=5
I:rotate=0
}
largeMap {
I:alphaPercent=100
I:borderMode=1
I:circular=0
I:coordsEnabled=1
I:enabled=1
I:heightPercent=0
I:marginBottom=40
I:marginLeft=40
I:marginRight=40
I:marginTop=10
I:markerSize=5
I:playerArrowSize=5
I:rotate=0
}
options {
I:backgroundTextureMode=0
I:chunksPerTick=5
I:coordsMode=2
I:linearTextureScaling=1
I:mapPixelSnapEnabled=1
I:maxChunkSaveDistSq=16384
I:maxDeathMarkers=3
I:overlayModeIndex=0
I:overlayZoomLevel=1
I:playerTrailEnabled=0
I:playerTrailMarkerIntervalMillis=5000
I:playerTrailMaxLength=30
I:portNumberInWorldNameEnabled=1
I:regionFileOutputEnabledMP=1
I:regionFileOutputEnabledSP=1
S:saveDirOverride=
S:teleportCommand=tp
I:teleportEnabled=1
I:textureSize=2048
I:undergroundMode=0
I:useSavedBlockColours=0
I:zoomInLevels=5
I:zoomOutLevels=5
}
smallMap {
I:alphaPercent=100
I:borderMode=1
I:circular=0
I:coordsEnabled=1
I:enabled=1
I:heightPercent=30
I:marginBottom=-1
I:marginLeft=-1
I:marginRight=10
I:marginTop=10
I:markerSize=3
I:playerArrowSize=4
I:rotate=0
}