Skip to content

Release v2.2.1 Performance Patch

Compare
Choose a tag to compare
@rainbowdashlabs rainbowdashlabs released this 01 Aug 19:54
· 158 commits to master since this release
3405fff

This is a improvement patch.
Its highly recommended to use this to reduce the cpu usage of this plugin.

  • 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
  • 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