tangerine/plugins/config/MonumentFinder.json
2025-01-29 10:48:17 -05:00

59 lines
1.5 KiB
JSON

{
"Command": "mf",
"Default custom monument settings": {
"Position": {
"Auto determine from monument marker": true,
"Auto determine from prevent building volume": false
},
"Rotation": {
"Auto determine from monument marker": true,
"Auto determine from prevent building volume": false
},
"Bounds": {
"Auto determine from monument marker": false,
"Auto determine from prevent building volume": false,
"Use custom bounds": true,
"Custom bounds": {
"Size": {
"x": 30.0,
"y": 30.0,
"z": 30.0
},
"Center adjustment": {
"x": 0.0,
"y": 10.0,
"z": 0.0
}
}
}
},
"Monuments": {
"example_monument": {
"Position": {
"Auto determine from monument marker": true,
"Auto determine from prevent building volume": false
},
"Rotation": {
"Auto determine from monument marker": true,
"Auto determine from prevent building volume": false
},
"Bounds": {
"Auto determine from monument marker": false,
"Auto determine from prevent building volume": false,
"Use custom bounds": true,
"Custom bounds": {
"Size": {
"x": 30.0,
"y": 30.0,
"z": 30.0
},
"Center adjustment": {
"x": 0.0,
"y": 10.0,
"z": 0.0
}
}
}
}
}
}