- ItemFormat Update: Fix tool component does not work well in some case.
- Added support for latest Dominion v4 version and drop it's old version support.
- Added support for display favourite remove message in favourite menu.
- Added new conditional symbol in auto product lore add system: @w, it will return true if the button exist in buy more menu and can only buy or sell product.
- Also updated default auto add lore message, now add to favourite menu and sell all line no longer display at buy more menu.
- Now prompt waiting for input message no longer use fixed plugin prefix.
- Other small changes and fixes.
- Fixed plugin print error when disable server if packetevents not installed.
- Reworked the use time reset codes, and should have better performance and some issues fixed.
- 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.
- Fixed memory leak in some case.
- Other small changes and fixes.
- Reworked skull item builder codes, should have better performance now.
- Rewoorked gui listener codes, should have better performance.
- Other small changes and fixes.
- This version reworked the code of GUI Listener and skull item builder and should improve the performance.
- Major issues execepted.
- Added null catcher for PlaceholderAPI extension.
- Fixed random placeholder will print issue in some case.
