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.