-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverviewerConfig.js
71 lines (71 loc) · 1.9 KB
/
overviewerConfig.js
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
var overviewerConfig = {
"CONST": {
"tileSize": 384,
"image": {
"defaultMarker": "signpost.png",
"signMarker": "signpost_icon.png",
"bedMarker": "bed.png",
"spawnMarker": "icons/marker_home.png",
"spawnMarker2x": "icons/marker_home_2x.png",
"queryMarker": "icons/marker_location.png",
"queryMarker2x": "icons/marker_location_2x.png",
"compass": {
"0": "compass_upper-left.png",
"1": "compass_upper-right.png",
"3": "compass_lower-left.png",
"2": "compass_lower-right.png"
}
},
"mapDivId": "mcmap",
"UPPERLEFT": 0,
"UPPERRIGHT": 1,
"LOWERLEFT": 3,
"LOWERRIGHT": 2
},
"worlds": [
"world"
],
"map": {
"debug": true,
"cacheTag": "1566579967",
"north_direction": "lower-left",
"controls": {
"pan": true,
"zoom": true,
"spawn": true,
"compass": true,
"mapType": true,
"overlays": true,
"coordsBox": true
}
},
"tilesets": [
{
"name": "Overviewer Render (lighting)",
"zoomLevels": 9,
"defaultZoom": 1,
"maxZoom": 9,
"path": "world-lighting",
"base": "",
"bgcolor": "#1a1a1a",
"world": "world",
"last_rendertime": 1566541251,
"imgextension": "png",
"isOverlay": false,
"poititle": "Markers",
"showlocationmarker": true,
"center": [
192,
80,
80
],
"minZoom": 0,
"spawn": [
192,
80,
80
],
"north_direction": 0
}
]
};