ServerVariables Wiki

Here you will learn how to properly use my plugin: https://www.spigotmc.org/resources/107803/

Description

This plugin allows you to create your own variables for the server and players, meaning you have total control on which values you set. Variables are modified through commands, and you can obtain them by using the /svar get command or via PlaceholderAPI.

Some examples of what you can do with the plugin:

Economy system with multiple currencies

variables:
  currency_1:
    variable_type: PLAYER
    value_type: INTEGER
    initial_value: 0
    limitations:
      min_value: 0
  currency_2:
    variable_type: PLAYER
    value_type: DOUBLE
    initial_value: 1.50

Last updated