Slydelix
Automagically closes all doors owned by player when he disconnects

Supported Games

Introduction

Offline Doors closes all doors (and all openable entities) owned by player when he disconnects, useful when player forgets to close them.

Player can disable this feature using /ofd

This plugin also works with Clans plugin, if enabled, doors will be closed only when last member of the clan goes offline.

Permissions

offlinedoors.use - gives player access to command /ofd and allows automatic closing of players doors on disconnect

Configuration

{
  "Use clans (closes doors only when last clan memeber goes offline)": false,
  "Use permissions": false
}

Localization

{
  "Clans_detected": "Clans plugin detected",
  "Clans_notInstalled_first": "Clans plugin is not installed, will check again in 30 seconds",
  "Clans_notInstalled": "Clans plugin is not installed!",
  "noperm": "You don't have permission to use this command.",
  "turnedoff": "<color=silver>Turned <color=red>off</color> automatic door closing on disconnect</color>",
  "turnedon": "<color=silver>Turned <color=green>on</color> automatic door closing on disconnect, your doors will now close when you disconnect</color>"
}

MIT License


Copyright (c) 2018 Slydelix


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.