- Added 1.21.2-1.21.3 support
- Fixed the plugin not working on the last few 1.21.1 builds
- Attempted to fix some issues with some servers not finding offline players
- Added backup limiting: you can now set the maximum amount of backups per category (and also a total limit) for players.
- Possibly improved compability with floodgate
- Fixed an issue with some mysql versions
- Fixed plugin not working with some mysql versions that don't allow for larger keys than 255 characters.
- Some other smaller fixes
- Added 1.21.1 compatibility
- Fixed a startup error when using mysql (not mariadb)
- Fixed the export as shulker button not showing up
- Fixed the plugin not working without axshulkers installed.
- Bunch of optimizations that will significantly improve performance.
- Attempted to fix /axir view sometimes not responding
- Added 1.21 support
- Added an update notifier, you can customize it or disable it in the config
AxInventoryRestore 3.0.0
- !!! MAKE A BACKUP OF THE PLUGIN FOLDER BEFORE UPDATING !!!
- !!! Also read this entire changelog, there are some things that you should look out for !!!
- Rewrote the item storage, a converter will run on first startup (this might take a long time if you use mysql or if you have 100K+ backups)
- Added 1.20.5 & 1.20.6 support - not 1.21 yet (note: to update from 1.20.4 you must first load the plugin & let the converter run, and after that update the server jar)
- Dropped 1.13-1.17 support, (sorry, to make the plugin work on 1.20.5+ it had to be done) you can still use v2 versions if you can't update your server for some reason
- Significant performance boosts, data loads multiple times faster than in v2
- Added ender chest logging
- Added container close logging
- Remade the whole command system, some notable changes: /axir <name> is replaced by /axir view <name> AND /axir save * is now a separate command, /axir saveall
- In 3.0.0, ONLY the permission starting with axinventoryrestore will work, so for example axir.view will NOT work anymore, make sure to change your permissions if you used them!
- The help section in the messages.yml will not update, if you want to make it up to date, copy this: https://github.com/Artillex-Studios/AxInventoryRestore/blob/master/src/main/resources/messages.yml#L10
- Made it possible to all of the axapi itembuilder features on gui items: https://docs.artillex-studios.com/item-builder.html
- Added a setting to change the gui/page size of menus
- Fixed a lag spike that uuid lookups caused when viewing backups
- Made the automatic backup feature reloadable, also now it uses seconds instead of minutes (currently the larger value will be used, so make sure to remove the old minutes section in the config.yml)
- The backup as shulker option will no longer put shulkers in shulkers, it will just give them separately.
- Fixed the %restorer% placeholder in the restore webhook
- Fixed an exception
- Fixed an issue with inventories sometimes not being saved properly
- Fully removed SQLite database type (it was already partially removed in 2.0.0) - use h2 instead
- Fixed an error that appeared while the server was shutting down.
- Added discord webhooks, check the discord.yml for more information.
- Attempted to fix a discord addon exception caused by slow connection.
- Added a new pie chart on bstats about discord addon usage.