```json
{
"NotAllowed": "You do not have permission to use this command",
"Enabled": "Enabled",
"Disabled": "Disabled",
"AutoDoor": "Automatic door closing is now {0}",
"AutoDoorDelay": "Automatic door closing delay set to {0}s. (Doors set by 'single' and 'type' are not included)",
"AutoDoorDelayAll": "Automatic closing delay of all doors set to {0}s",
"DoorNotFound": "You need to look at a door",
"DoorNotSupported": "This type of door is not supported",
"AutoDoorDelayLimit": "Automatic door closing delay allowed is between {0}s and {1}s",
"AutoDoorSingle": "Automatic closing of this {0} is {1}",
"AutoDoorSingleDelay": "Automatic closing delay of this {0} is {1}s",
"AutoDoorType": "Automatic closing of {0} door is {1}",
"AutoDoorTypeDelay": "Automatic closing delay of {0} door is {1}s",
"SyntaxError": "Syntax error, type '/{0} ' to view help",
"AutoDoorSyntax": "/{0} - Enable/Disable automatic door closing",
"AutoDoorSyntax1": "/{0} - Set automatic closing delay for doors, the allowed time is between {1}s and {2}s. (Doors set by 'single' and 'type' are not included)",
"AutoDoorSyntax2": "/{0} - Enable/Disable automatic closing of the door you are looking at",
"AutoDoorSyntax3": "/{0} - Set automatic closing delay for the door you are looking at, the allowed time is between {1}s and {2}s",
"AutoDoorSyntax4": "/{0} - Enable/disable automatic door closing for the type of door you are looking at. ('type' is just a word, not the type of door)",
"AutoDoorSyntax5": "/{0} - Set automatic closing delay for the type of door you are looking at, the allowed time is between {1}s and {2}s. ('type' is just a word, not the type of door)",
"AutoDoorSyntax6": "/{0} - Set automatic closing delay for all doors, the allowed time is between {1}s and {2}s."
}
```
## Hooks
```csharp
private object OnDoorAutoClose(BasePlayer player, Door door)
```
## Credits
- **Bombardir**, for the original version of this plugin
- **Wulf**, for the previous re-write of this plugin
- **Arainrr**: Previous maintainer
- **James**: Helping test plugin update before force wipe