Options for paste/copy limitsSuggestion

Add customizable permissions that allows limits on number of bases players with that permission can copy and paste

Perhaps add an option in the config:

{
   Permissions:
   {
      copypaste.vip: [
          copylimit: 2,
          pastelimit: 2
     ]
   }
}
     

Each building will have configurable paste limits for each user.
Like startbase has a paste limit of 3 which means player1 can only /paste starter 3 times, etc..