This is the new recode of CLV — more efficient, better organized, and packed with new features. Check out the new premium version coming soon.
| Added - Added a new option in config.yml that supports BigDecimal numbers. (Recommended only for large calculations in formulas; may cause slower performance). - Added support for multiple database types: MySQL, MariaDB, SQLite, Postgres, PostgreSQL, and Flat-file. - Added a feature that automatically migrates all data between different database types. (Experimental). - Added a new sub-command /clv purge to delete a player from CLV's database. - Added a feature that updates leaderboard players dynamically. - Added a new option in config.yml that updates the leaderboard each time an user gains exp or levels. (leaderboard.update-instant)
| Changed - Reworked the entire internal code structure. WARNING: If another plugin uses CLV as a dependency or soft-dependency, newer versions will break compatibility. It is recommended to wait for an official stable release before reviewing the new source code. - Change the player-offline key to player-not-found in lang.yml.
| Fixed - Fixed an issue where players would not gain additional EXP or levels if the numbers were too high. (Requires enabling use-big-decimal-system in config.yml). - Fixed an issue where sounds did not work on certain 1.21 versions. - Fixed an issue where console log messages did not display the correct colors.