I was wondering if anyone knows of a plguin that gives zones to players around there base when they place the TC ?
Zone Manager
https://umod.org/plugins/building-wrapper
This one might help...
I am not gonna lie, I am a little bit lazy right now to do more deep research about the proper plugins but will tell you the logic you have to achieve if you want to make it an automated process... If you find an existing plugin to trigger command upon Placing TC or just someone makes you simple plugin to do something similar to this...
void OnConstructionPlace(BuildingPrivlidge entity, Construction component, Construction.Target constructionTarget, BasePlayer player) => player.SendConsoleCommand("chat.say /commandhere");
Then players will have auto executed the command from Building Wrapper if possible and auto make the zone.