Hello Arainrr, thanks for the plugin. I'm having an issue with clan members not being able to open containers or doors with key or code locks. Clanmates do get authed to the TC and turrets, but can't access or use anything with a lock on it. Here is the config I am using:

{
  "Clear Share Data On Map Wipe": false,
  "Chat Settings": {
    "Send Authorization Success Message": true,
    "Chat Command": "aa",
    "Chat UI Command": "aaui",
    "Chat Prefix": "<color=#00FFFF>[AutoAuth]</color>: ",
    "Chat SteamID Icon": 0
  },
  "Teams Share Settings": {
    "Enabled": true,
    "Share Cupboard": false,
    "Share Turret": true,
    "Key Lock Settings": {
      "Enabled": false,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    },
    "Code Lock Settings": {
      "Enabled": false,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    }
  },
  "Friends Share Settings": {
    "Enabled": true,
    "Share Cupboard": true,
    "Share Turret": true,
    "Key Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    },
    "Code Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    }
  },
  "Clans Share Settings": {
    "Enabled": true,
    "Share Cupboard": true,
    "Share Turret": true,
    "Key Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    },
    "Code Lock Settings": {
      "Enabled": true,
      "Share Door": true,
      "Share Box": true,
      "Share Other Locked Entities": true
    }
  },
  "Default Share Settings": {
    "Teams": {
      "Enabled": true,
      "Share Cupboard": true,
      "Share Turret": true,
      "Key Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      },
      "Code Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      }
    },
    "Friends": {
      "Enabled": true,
      "Share Cupboard": true,
      "Share Turret": true,
      "Key Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      },
      "Code Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      }
    },
    "Clans": {
      "Enabled": true,
      "Share Cupboard": true,
      "Share Turret": true,
      "Key Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      },
      "Code Lock Settings": {
        "Enabled": true,
        "Share Door": true,
        "Share Box": true,
        "Share Other Locked Entities": true
      }
    }
  },
  "Version": {
    "Major": 1,
    "Minor": 3,
    "Patch": 0
  }
}

 

As for my personal settings, everything is set to enabled except for "Auto sharing cupboard with team," "Auto sharing key lock with team" and "Auto sharing code lock with team." I have tested and encountered my issue with everything enabled as well.

 

I will PM you my entire plugin list, but here are the plugins I think are somewhat relevant to this issue, or ones I have comments on:

  28 "Auto Lock" (2.4.4) by birthdates (0.00s) - AutoLock.cs                                                            //I tried testing without this plugin loaded and the issue persisted
  35 "Friendly Fire" (1.1.2) by collect_vood (0.00s) - FriendlyFire.cs                                                 //Compatible with Clans
  39 "Automatic Authorization" (1.3.0) by k1lly0u/Arainrr (0.01s) - AutomaticAuthorization.cs   
  40 "Clans" (0.2.5) by k1lly0u (0.00s) - Clans.cs

 

I did test to see if this issue happens with only Clans and AutomaticAuthorization loaded, and my clanmate was still not able to access locked doors or containers.

 

Thanks for reading, and if you need more info from me hopefully I can provide it.