Help with manually overide size of custom monumentSolved

how do i make the boarder of custom monuments larger?
i have done this
{
"Command": "mf",
"OverrideMonumentBounds": {
"example_monument": {
"Center": {
"x": 0.0,
"y": 10.0,
"z": 0.0
},
"Size": {
"x": 30.0,
"y": 20.0,
"z": 30.0
}
},
"BeePssY Town": {
"Center": {
"x": -208.8,
"y": 105.3,
"z": -575.3
},
"Size": {
"x": 30.0,
"y": 20.0,
"z": 30.0
}
}
}
}

but it seems not to work

Center should ideally be really low, like all 0s. Center means the offset from the moment marker to the true center of the  monument, so it's a relative amount.

did 

"BeePssY_Town": {
"Center": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Size": {
"x": 500.0,
"y": 500.0,
"z": 500.0

 

and that didnt work aswell made the size 500 just to test.

Have you verified that is the correct name by running mf show BeeP? You should see the name floating at the Monument. If it does not show, then the Monument is not set up correctly in RustEdit.

Once you verify it's there, run the mf closest command to visualize the bounds. After changing the bounds in the config and reloading the plugin, running that command will show the new bounds. Keep tuning until the bounds match accurately. If the box is offset from where you think the Monument is, then adjust Center to compensate.

https://imgur.com/Ot4LrBV   image of the /mf list beepssy

"BeePssY Town": {
"Center": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"Size": {
"x": 40.0,
"y": 40.0,
"z": 40.0
}
}

whats wrong here?

Looks right to me. What do you see when you try to show the monument?

scratch the last thing. got it working. had to unload the mod, add the monument with size save it and then load the mod

Locked automatically