1.5 Dec 10, 2023
small update

update jar


1.5 Dec 10, 2023
update performance

make database to Hikari
fix memory leak
fix database


1.4 Sep 1, 2023
small update

Fix TextComponent error
add api info connect databaste
Update enable plugin messages


1.3 Aug 31, 2023
Added api

Added api to the plugin to make add-ons to the CustomWallet


1.2 Aug 30, 2023
Enhancements: Database Options, Money Cache Updates

Added options for selecting SQlite/Mysql database storage.

Implemented player money cache update feature.

Added player money cache update upon joining the server.

It is recommended to update the configuration.


1.1 Aug 29, 2023
Optimize plugin performance

Optimize plugin performance, introduce async database updates, cache balance,
update command help

This version introduces several optimizations to enhance the performance of the plugin:

1. Implemented async database updates: Database updates are now performed asynchronously. This helps prevent blocking the main server thread and improves overall responsiveness.

2. Utilized cache for player balance: Leveraged the wallet cache for storing and retrieving player balances. This reduces the number of database queries and enhances response times for balance-related operations.

3. Updated plugin version information: Added information about the latest plugin update. Users can now stay informed about new features and improvements.

4. Improved command help: Refined the help command to provide more comprehensive and user-friendly information to players. The improved help command now includes usage instructions and descriptions of available commands.

These changes collectively enhance the performance, usability, and user experience of the plugin, ensuring smoother gameplay and reducing server load. 


1.0 Aug 28, 2023