Making the paster the owner

is there a way to make the paster the entity owner? We are trying to sell starter homes in our store using a combination of kits and server rewards and when players try to use the remover tool on the pasted buildings it says that they are not the owner. 

The issue seems to be coming from copy paste as when i paste in the buildings i get the same issue. 

Any help appreciated! 

Yeah haven't figured this out yet either. 

use a mod called base call that works the best

Base call wont change the owner issue at all

Make the player the one that called the paste function.

Then it will all be there stuff. On my server I have commands to save and load base. So players can save there own base and reload it back in after wipes.

Heres a snippet of the section that loads there base back.

It gives ownership to the player.UserIDString

string[] settings = new string[] { player.UserIDString, "a", "true", "s", "false", "v", "true" };
var result = CopyPaste.Call("CmdPasteBack", player, settings);

 

its done with copypaste or basecall?