IMPORTANT UPDATE!
ServerVariables is updated to version 3.x with a new variable type: LISTS. A big update that allows the creation of list variables with many elements, that can be accessed through commands and PlaceholderAPI variables.
This update also include the following:
- Vast changes on the API: Separation between Normal variable and List variable (if you are using the API, you'll need to make changes when updating)
- Data access/storage optimization.
-Added manage_out_of_range property to variable limitations. If this option is set to true, when changing the variable's value, to something that is outside the max/min limits, the out of range error will disappear and instead, the limit will be used as the new value.
-Modified config file code and access.
Some changes were made on the file management system on the plugin, so I recommend you make a backup of your plugin files.
-Added compatibility with 1.21.8.
-Added %servervariables_initial_value_<variable>% PlaceholderAPI variable.
-Added update_notify option in the config to enable/disable join notifications when there is a new version.
-Added new methods to the API.
-Fixed and updated some dependencies
-Fixed API issues.
-Added max characters length limitation for variables.
-Modified PlaceholderAPI variable %servervariables_value_otherplayer_<player><variable>% to %servervariables_value_otherplayer<player>:<variable>%
-Modified PlaceholderAPIvariable %servervariables_display_otherplayer_<player><variable>% to %servervariables_display_otherplayer<player>:<variable>%


