Is there a new setting in the config json file to allow homes at monuments? I was able to do it up until the latest update.
Can't set homes at monumentsFixed
Yes, for me "ForceOnTopOfFoundation": false, doesn't actually work and I can only set homes on foundations.
I temporarily modified the plugin NTeleporation.cs with the following to resolve the issues:
if (entities.Count == 0)
return null;
// return "HomeNoFoundation";
if (entities.Count == 0)
return null;
// return "HomeNoFoundation";
ForceOnTopOfFoundation isn't being checked correctly due to confusion on my part. It would be better named RequireFoundation. I am working on this but have several other fixes in the works today as well. I have updated the documentation to include ForceOnTopOfFoundation.
Merged post
This should be fixed in 1.0.72.
Merged post
This should be fixed in 1.0.72.
Locked automatically