* Fixed reports assignee table null error.
* /bmdelete and /bmclear now correctly clear all associated report data.
* Disallow creating reports for non stored players. Fixes accidental typos.
* Handle offline UUIDs on join correctly.
* Ignore ip and ip range bans missing actors instead of crashing on startup.
* Throttle deny broadcast messages. Only displays once per minute per player/ip.
* Fixed report listing max page rounding error.
* [BREAKING] Moved Split /report sub commands into /reports. /report <player> <reason>, /reports list etc. The permissions have also been updated, any report sub commands previously under /report, now require bm.command.reports.subCommand permission.
* Handle multiple report ids in some commands, e.g. /reports assign 1,2,3 confuser, /reports unassign 1,2,3 confuser, /reports close 1,2,3 confuser
* Player mute warnings no longer removed on leave, stored for up to 1 day.
* Removed case sensitivity for warning mute reasons.
* Warn of duplicate names in offline mode, no longer incorrectly queries Mojang.
* /reports tp now runs sync, oops.
* Added delete flag to unban command, /unban -d confuser, unbans a player without creating a ban record. Requires permission bm.command.unban.delete.
This update is highly recommended for those using offline mode.