Doesn't detectSolved

doesn't detect my custom map

Please see the instructions in the Monument Finder plugin for defining the bounds of custom monuments. Make sure the vending machine appears within the configured bounds, else you must increase the bounds.

If still not working, share a screenshot of the bounds in game, and share your MF config.

here is my MF config, i have set it to my safe zone which is "town" 

{
"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": true,
"Auto determine from prevent building volume": false,
"Use custom bounds": true,
"Custom bounds": {
"Size": {
"x": 30,
"y": 30,
"z": 30
},
"Center adjustment": {
"x": 0,
"y": 10,
"z": 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,
"y": 30,
"z": 30
},
"Center adjustment": {
"x": 0,
"y": 10,
"z": 0
}
}
}
},
"Town": {
"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": true,
"Auto determine from prevent building volume": false,
"Use custom bounds": true,
"Custom bounds": {
"Size": {
"x": 30,
"y": 30,
"z": 30
},
"Center adjustment": {
"x": 0,
"y": 10,
"z": 0
}
}
}
}
}
}

Looks like you are using custom bounds with dimensions 30, 30, 30. Have you verified in game via the visualization that the vending machine is within those bounds? Can you provide a screenshot of the bounds in game?

how do i show you the bounds in game?

Merged post

what is your discord i can add you as that would be easier

Merged post

i think it's fixed! i just made the custom bounds to 130 instead of 30 and now i can edit :)

The instructions for how to show the bounds are in the Monument Finder documentation. Once you show them, it should become apparent whether the vending machine is within them.

In a future update, I will consider adding UI controls onto the vending machine that let you resize the nearest monument's bounds to cover that vending machine, so that you don't have to understand as much about Monument Finder.

Locked automatically