Reduced the number of queries needed to save data.
Previously, the plugin was sending a query for each box, gift, update, theme, song, etc., resulting in 30+ queries with the default configuration. As of this update, the number of queries will always be roughly +/- 9.
BUG FIXES
Fixed: Item model data not being loaded properly for loots.
Fixed: Not being able to create Vaults on player heads.
The "Couldn't look up profile properties" error was caused by the plugin attempting to look up "player->" heads because Mojang limits the number of requests the server can make within a certain timestamp. For this reason, the "player->" heads are disabled until I find a solution on how to fix them. "custom->" heads are still working as intended.
BUG FIXES
Fixed: Some menus freezing the server.
Fixed: The "Couldn't look up profile properties" error.