- Fixed a bunch of reported issues (and fixed modelengine support)Report any issues @ https://github.com/Artillex-Studios/Issues/!
- Fixed signs not working
- Fixed villager guis not working.
- Note: ModelEngine is currently incompatible with this version of the plugin. If you are using it, please consider using the last version before the 1.21.5 support or wait a few days until we fix it!This version of the plugin still might have issues as there are major internal changes, please report any issues @ https://github.com/Artillex-Studios/Issues/!
- Added 1.21.5 support. (supported versions: https://docs.artillex-studios.com/supported-versions.html)- Important: There are some major internal changes to our core api, (AxAPI) so there might be some issues. Please report any unexcepted behaviour at https://github.com/Artillex-Studios/Issues/
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)