Request: Checks to prevent pasting of bases in outposts and blocking blocked areas

I notice a lot of players accidentally redeeming base kits in outposts, bandit and other building blocked areas. 

Thank you.

IMHO such checks should be in Kits instead, not Copy Paste, as the plugin does its job and I don't see why limit everybody on that. what do you think about that?

Qble9YPyseIOkyH.png misticos

IMHO such checks should be in Kits instead, not Copy Paste, as the plugin does its job and I don't see why limit everybody on that. what do you think about that?

Sorry, wasn't sure who to ask. Maybe a configurable option? I will post send this request to Kits as well.

Thank you

I think it makes sense to have CopyPaste support an API to check if there is space. Reason is that only CopyPaste understands the data format and is poised to predict how much space will be taken by the building. For another plugin to check space accurately on its own, that plugin would have to reimplement logic to parse and understand the copy paste data format, as well as determine whether each entity would have space. Ideally all of that logic can be implemented in one place so that multiple plugins can make use of it, such as kit plugins, shop plugins, airdrop plugins, etc.