I lost the original source code, so I had to rebuild the plugin completely from zero.
What’s new:
You can now choose which worlds the plugin works in.
The latest version is available here on GitHub.
Some parts of the code have been changed and improved.
Fixed several bugs for the following Minecraft versions:
1.21.7
1.20.1
1.19.4
From now on, there will be small weekly updates to fix bugs or add new features to the plugin.
XPVault v1.6 - Data Management System Update
Update Summary:
This release introduces a fundamental update to the XP data management system, transitioning from YAML file usage to an integrated SQLite database.
Key Enhancements:
- Improved Data Storage System: The previous XP data storage mechanism has been replaced with a system based on an SQLite database, offering:
- Performance Increase: Enhanced efficiency in data read and write operations.
- Increased Reliability: Reduced likelihood of data loss and ensured system stability.
- Better Scalability: Effective support for managing larger volumes of data.
Important Note for Administrators:
- Upon updating to version 1.6, a new database file named
xpdata.dbwill be created in the plugin's data directory. Please be aware that data previously stored inplayerdata.ymlfiles will not be automatically migrated to the new database. Manual migration or the use of dedicated tools will be required to transfer existing data.
We recommend upgrading to this version to benefit from the performance and reliability improvements.
Added a config file Includes settings such as command cooldowns.
Added a reload command Command: /xpvault reload Reloads the plugin configuration without restarting the server.
Improved the plugin API Enhancements were made to improve performance and developer integration.



