**WARNING TO CURRENT USERS** This update involves major database restructuring. The plugin should create a backup if you use SQLite, but a manual backup is recommended regardless. This migration will take around 1-60 minutes depending on server size. Please contact me on Discord if you have issues.
- Converted inventory logs to be stored in a more raw format. This reduces the overall size of the database by about 10-20%
- Added flag #hide-coords to `/ap l`
- Added flag #count-only to enable counting very large amounts of data, bypassing the 500,000 entry lookup limitation.
- Added `/ap saveinv <player>` to manually save the inventory of a player to `a:inventory`
- Added `/ap backup` (must be executed from console) which creates a backup of the SQLite database in plugins/AuxProtect/database/backups
- Fixed an error with `/ap money` involving money characters other than `$`
- Other minor bug fixes and improvements
- API BREAKING CHANGE: Moved lookup handling to LookupManager#lookup(Parameters). Use this for all lookups.