53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
|
{
|
||
|
"key": "overworld_markers",
|
||
|
"label": "Overworld Markers",
|
||
|
"updateInterval": 30,
|
||
|
"showControls": true,
|
||
|
"defaultHidden": false,
|
||
|
"markers": [
|
||
|
{
|
||
|
"type": "circ",
|
||
|
"data": {
|
||
|
"key": "fandango",
|
||
|
"center": {
|
||
|
"x": 490,
|
||
|
"z": -404
|
||
|
},
|
||
|
"radius": 100.0
|
||
|
},
|
||
|
"options": {
|
||
|
"stroke": {
|
||
|
"weight": 3,
|
||
|
"color": -65536
|
||
|
},
|
||
|
"tooltip": {
|
||
|
"content": "Fandango (PVP)",
|
||
|
"direction": 2,
|
||
|
"sticky": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"type": "circ",
|
||
|
"data": {
|
||
|
"key": "monkey_village",
|
||
|
"center": {
|
||
|
"x": 1783,
|
||
|
"z": 1238
|
||
|
},
|
||
|
"radius": 50.0
|
||
|
},
|
||
|
"options": {
|
||
|
"stroke": {
|
||
|
"weight": 3,
|
||
|
"color": 52224
|
||
|
},
|
||
|
"tooltip": {
|
||
|
"content": "Monkey Village",
|
||
|
"direction": 2,
|
||
|
"sticky": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|