Added default variables that are automatically created when a player joins the server if they don't already have them. Removed MySQL support, improved MariaDB performance, increased overall plugin speed, and added the /yov storage command to view the current storage backend.
Added new YAML storage format with clean structure (global + players sections).
Improved migration system - now transfers all variables across storage types.
Added /yov reload and /yov userclear .
Completely reworked YAML backend: faster, safer, async-saving.
Placeholders no longer break after /papi reload.
Overall performance and stability improvements.
Important Compatibility Warning !!!!! Old variables saved in the previous format player variable (test_player)
will not work in this version.
The new system uses: player_test For more convenience, Tab autocompletion
- Added new command `yov rem` to decrease variables:
Example: `yov rem test_haizenfell 1`
[YOV] Variable 'test' set to '-1'
[YOV] Variable 'test' decreased by 1. New value: -1
All variables are now saved in an SQLite .db file. A /var export command has been added to export variables to a .yml file.
%var_player_key:variable% changed to %yov_player_key:variable%
Aliases have been added for usage, you can use either /var or /yov.
A -s flag has been added at the end of commands for silent execution.