Skip to content

Releases: Ajneb97/ServerVariables

3.0.1

24 Sep 19:48

Choose a tag to compare

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.
  • Data access/storage optimization.

2.7.1

18 Jul 22:00

Choose a tag to compare

-Added compatibility with 1.21.8.
-Added %servervariables_initial_value_% 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.

2.5.2

09 Aug 13:38

Choose a tag to compare

-Added getOldValue() method to the VariableChangeEvent on he API.
-Fixed issue on database connection regarding UUID column.
-Fixed issue on database connection regarding public key retrieval.

2.4.1

08 May 20:58

Choose a tag to compare

-Added the possibility to set values with spaces to variables, using double quotes: /svar set "value with space" . Don't use spaces on the possible_values property.
-Added silent_commands_hide_errors option to the config. When enabled, error messages will also be hidden when silent:true is added to commands.