joshua173 wrote:I installed a mod that auto generates buildings but whenever I try to edit the building it says "... The inhabitants do not allow you any modifications". So how do I make it so I can add/delete/destroy/pulverize a building that is protected? I also have other people that aren't admins that I would like to be able to grant such privileges if I choose.
sorry if this has been asked before.
Hi!
You are using mg_villages.
Go into the conf file in the mod folder and change this to false:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
-- if set to true, players cannot modify spawned villages without buying the house from the village first
mg_villages.ENABLE_PROTECTION = false;
Hope this helps!