- 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 toa: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 moneyinvolving 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.