+ Added COMMAND and PRE_COMMAND actions so that commands can be run when opening a crate without having to add it manually to each reward
» Changes
+ Updated actions in-game config menu to have better placeholder items and descriptions of each value.
+ Changed some event priorities to address some issues with world protection plugins
+ Removed requirement to have a crate hologram when using Holograms by SaintX
+ Changed the SQL to now make the initial database connection asynchronous to prevent server crashes when invalid SQL data was entered (note: all database reads/writes have always been asynchronous, it was only the initial connection that remained synchronous)
+ Removed default to FLATFILE data handler if SQL did not load properly so that administration would be aware that the database didn't load properly
+ 'loading-from-database' message now cancels opening the chest
+ Updated CrateOpenEvent to get called once with the quantity of crates instead of individually, numerous times for shift-click to open all
» Bug Fixes
+ Fixed issue with virtual keys not saving properly especially with larger amounts of people online (so so sorry...)
+ Fixed permission check for multicrates not working
+ Fixed inventory check for mulicrates not working
+ Fixed animation skipping not working with multicrates
+ Fixed SQL port not working
+ Fixed items occasionally not loading properly