The maximum purchase and sell quantity per transaction is limited to 9,999 start from this version.
The loading of player cache has been changed from PlayerLogineEvent to PlayerJoinEvent.
If the player cache has not completed reading, the plugin will no longer allow any transactions.
When the server stops, it will be forced to wait for all ongoing asynchronous database tasks to complete before continuing with other work, to avoid player data loss and database errors.
If a player joins the server but the player cache has not been loaded and quickly leaves the server, the player cache will remain on the server and cannot be cleared. This issue has now been fixed.
Plugin will close the database connection, unregister all listener and PAPI extension and so on after disable.
Plugin no longer reconnect the database when use reload command, to do that, you need restart the whole server.