Commit #701b61 - Fixed NPE errors when trying to fetch prices of non-exist items with EconomyShopGUI
Commit #9219b0 - Fixed ClassCastException warnings when using the API to get specific chest types
Commit #fe1922 - Added support to 1.20.1
Commit #06ef08 - Fixed offline players don't get the correct amount of money from sell chests
Commit #825934 - Added
@Nullable annotations to some parts of the API
Commit #43fa8b - Added warning when loading chest data from DB that does not exist
Commit #3cd8e1 - Fixed WChest#addItems returning null items causing errors
Commit #a93568 - Fixed incorrectly returning left-overs from adding items to chests using the API, causing issues with chunk collectors as well
Commit #79d18d - Added support for more shop plugins by using ShopsBridge
Commit #7221c1 - Fixed addItems not working for StorageUnits if the current amount equals to the amount that is being added