Allow different Y positions for koth by using a fixed safe center position.
Allow disabling capture rewards completely.
Fixed language system not taking the player language correctly.
Fixed scheduling multiple days instead of ALL or one day not working.
Fixed edit menu finish re-opening a bad version of the menu.
Support for: HolographicDisplays, FancyHolograms, CMIHolograms, DecentHolograms.
Disable webhook from sending anyways when disabled.
Fix asynchronous call to lightning strike.
Make everything and most of stuff asynchronous and synchronize only what needs to be synchronized.
Ability to use "points mode" (you can now disable reset score on leave koth and to count up instead of down, the player with the most time captured wins)
Fixed null player data and make memory as fallback when mysql does not load to avoid errors. (Also try reconnecting multiple times)
Fixed incorrect koth times on reload.
Completely disallow mysql synchronous usage and force every mysql and player data call to be asynchronous so the plugin runs in parallel for High Performance.
Fixed incorrect next time occurrences for KOTH. Also, optimized it to be less bug prone and have more performance by reusing multiple pieces of code together.
Make all MySQL calls asynchronously to avoid errors.
Fix the KOTH hologram Y position too make it always above ground.