Eliminate the annoyance of opening doors by replacing them with sideways sliding variants
** This plugin only works with single doors
Features
Allow players to toggle on/off sliding door mode on any door they have access too
Stop mid-slide to create a clear line of sight out of the door without compromising access
Configurable auto-closer settings and per door type movement speeds
Permissions
slidingdoors.wood - Allows players to convert wooden doors into sliding doors
slidingdoors.metal - Allows players to convert sheet metal doors into sliding doors
slidingdoors.armour - Allows players to convert armoured doors into sliding doors
slidingdoors.use - Required to use the chat command
slidingdoors.all - Equivalent to all the above permissions
slidingdoors.autodoor - Players with this permission doors will auto-close after opening
slidingdoors.autodeploy - Newly placed doors with auto-convert to a sliding door
Commands
/sdoor - Look at a door and type this command to add/remove a sliding door component from the target door
Config
** This plugin only works with single doors
Features
Allow players to toggle on/off sliding door mode on any door they have access too
Stop mid-slide to create a clear line of sight out of the door without compromising access
Configurable auto-closer settings and per door type movement speeds
Permissions
slidingdoors.wood - Allows players to convert wooden doors into sliding doors
slidingdoors.metal - Allows players to convert sheet metal doors into sliding doors
slidingdoors.armour - Allows players to convert armoured doors into sliding doors
slidingdoors.use - Required to use the chat command
slidingdoors.all - Equivalent to all the above permissions
slidingdoors.autodoor - Players with this permission doors will auto-close after opening
slidingdoors.autodeploy - Newly placed doors with auto-convert to a sliding door
Commands
/sdoor - Look at a door and type this command to add/remove a sliding door component from the target door
Config
C#:
{
"Auto-Close Settings": {
"Amount of time before auto-closing a door (seconds)": 3.0,
"Enable automatic door closing": false
},
"Door Settings": {
"Door Speed (Wood)": 1.0,
"Door Speed (Metal)": 1.0,
"Door Speed (Armour)": 1.0,
"Require code lock authentication": false,
"Require building privilege": true,
"Automatically apply to all doors": false
},
"Version": {
"Major": 2,
"Minor": 0,
"Patch": 0
}
}