- Gui system improvements: Vault items are now processed in the vault list async to improve performance.
- Added a click cooldown to protect low end servers from lag/crashes caused by quick page switching. (You can tweak this value in the config)
- Made it possible to disable the commands by removing the section from the config.
- Fixed some threading issues.
- Improved row number change handling, now the plugin will only drop the items when the player tries to open a vault which has changed its row number and items can't fit anymore. (in the past it has instantly dropped when the player joined)
- Added an optional "--autosave" parameter to the /axvaultsadmin save command. This can be used to run the exact same process as the autosave. (mainly useful for testing and debugging)
- Fixed that due to a mistake, when vaults were opened, they were always reloaded and their inventory was recreated every time before opening, causing some extra unnecessary load, which increased the time it took for vaults to open. Now after this fix vaults should open basically instantly and they are now only reloaded when their size changes or when the plugin is manually reloaded.
- Fixed that the previous version didn't get remapped because of the new 26.1 module required java 25. This version now should work in all minecraft versions from 1.20.2 to 26.1.1 even on java 21.
- Added 26.1 and 26.1.1 support. (The plugin now supports everything between 1.20.2 and 26.1.1)
- Moved the update notifier to use our own internal api for more accurate information and to prevent it not working if the provider site goes down.
