Failed to load config fileNot An Issue

AutomaticAuthorization v1.0.3: Failed to load config file (is the config file corrupt?) (Unexpected token: Comment)



{
"Enabled plugin": false,//When you've configured everything, don't forget to enable it
"Friends share settings": {
"Enabled": false,
"Share cupboard": false,
"Share turret": false,
"Key lock settings": {
"Enabled": false,
"Share door": false,
"Share box": false,
"Share other locked entities": false
},
"Code lock settings": {
"Enabled": false,
"Share door": false,
"Share box": false,
"Share other locked entities": false
}
},
"Clan share settings": {
"Enabled": false,
"Share cupboard": false,
"Share turret": false,
"Key lock settings": {
"Enabled": false,
"Share door": false,
"Share box": false,
"Share other locked entities": false
},
"Code lock settings": {
"Enabled": false,
"Share door": false,
"Share box": false,
"Share other locked entities": false
}
},
"Chat settings": {
"Send authorization success message": true,
"Chat command": "autoauth",
"Chat prefix": "[AutoAuth]: ",
"Chat prefix color": "#00FFFF",
"Chat steamID icon": 0
}
}
You cannot have comments in the configuration file; you'd need to remove this:
//When you've configured everything, don't forget to enable it
I would generally discourage copying the configuration from a plugin's page, as it may have comments like that. The plugin would generate the configuration by default.
thanks 
Locked automatically