Load items lazily This update also updated UniItem to use its new Item Wrapper. The items will now only be loaded when it's necessary.
Load database on plugin enabling Since the items are now loaded lazily, the database doesn't have to be checked against the items for validation, so it can be loaded directly on server start, which ensures data integrity. This also removed the login check that would kick the player when the database is not fully loaded.