Please see Migration to V2 if you are updating from a 1.x version.
This is a improvement patch.
Its highly recommended to use this to reduce the cpu usage of this plugin.
This version requires the latest Big Doors Version (0.1.8.24) to run.
+ Added playerCheckDistance. Player Conditions such as item, permission and location will only be checked for players in a specific range around the door.
+ Added chunk detection for doors. Doors will only be updated when the chunks of the doors are loaded
+ Added caching for conditions
* The stay open counter starts now when the door is opened and not when the opening routine starts.
* Fixed a bug which prevented the plugin from loading on 1.13 and 1.14 servers
* Fixed a bug which changed Item Holding and Owning conditions to Item Click condition
* Fixed a bug which prevented the plugin from starting when the cache size was set to 0
* Fixed a bug which caused too many door updates if the update intervall was larger than the overall door amount
* Fixed a bug which could caused problems when cloning a door and changing conditions after this.
* Fixed a bug which could cause tps loss when too many doors were opened at the same time in unloaded chunks