ServerVariables | Custom Data and Variables for Players [1.8-1.21.3] 2.5.3

高级插件 ServerVariables | Custom Data and Variables for Players [1.8-1.21.3] 2.5.3 2.5.3

让你在服务器里可以高度自定义变量
WIKI:https://ajneb97.gitbook.io/servervariables/
一定要查看wiki!自己也在用比较好上手是个很好的插件













What can I do with ServerVariables?
我可以用 ServerVariables 做什么?

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 <variable> command or via PlaceholderAPI.

Some examples of what you can do with the plugin:
  1. An economy system, creating multiple currencies.
    一个经济系统,创造了多种货币。
  2. A portal that has an on/off status.
    具有开/关状态的门户。
  3. Custom player points system.
    自定义玩家积分系统。
  4. Set a number of infractions to a player when they do something wrong.
    当玩家做错事时,设置其违章次数。
  5. A life system, tracking when the player dies and reducing the amount of lives the player has (Using my plugin ConditionalEvents).
    一个生命系统,跟踪玩家何时死亡并减少玩家拥有的生命值(使用我的插件 ConditionalEvents)。
Features:
✓ Create player variables
✓ Create global (or server) variables
✓ Value type for variables: TEXT, INTEGER, DOUBLE
✓ Possible values for variables
✓ Possible display values for variables
✓ Initial value for variables
✓ Commands to set/get/increment/reduce/reset a certain variable for the player or the server
✓ Easy to configure
✓ PlaceholderAPI support to display variable values wherever you want.
✓ Developer API
✓ Works with 1.8+
✓ MySQL

Commands: (The player parameter is only necessary when the specified variable type is set to PLAYER. You can add silent:true to the end of a command to hide the information message)
命令:(仅当指定的变量类型设置为 PLAYER 时,才需要 player 参数。您可以在命令末尾添加 silent:true 以隐藏信息消息)
  • /svar set <variable> <value> (optional)<player> (optional)silent:true (Sets the value of a variable)
    /svar set <variable> <value> (可选)<player> (可选)silent:true(设置变量的值)
  • /svar get <variable> (optional)<player> (optional)silent:true (Gets the value from a variable)
    /svar get <variable> (可选)<player> (可选)silent:true(从变量中获取值)
  • /svar add <variable> <value> (optional)<player> (optional)silent:true (Adds a value to a variable, only if the variable value type is set to INTEGER or DOUBLE)
    /svar add <variable> <value> (可选)<player> (可选)silent:true(向变量添加值,仅当变量值类型设置为 INTEGER 或 DOUBLE 时)
  • /svar reduce <variable> <value> (optional)<player> (optional)silent:true (Reduces the value of a variable, only if the variable value type is set to INTEGER or DOUBLE)
    /svar reduce <variable> <value> (可选)<player> (可选)silent:true(减少变量的值,仅当变量值类型设置为 INTEGER 或 DOUBLE 时)
  • /svar reset <variable> (optional)<player> (optional)silent:true (Resets the value of a variable)
    /svar reset <variable> (可选)<player> (可选)silent:true(重置变量的值)
  • /svar reload (Reloads the configuration) (Alias: /servervariables)
    /svar reload(重新加载配置)(别名:/servervariables)
无下载权限
Frada
贡献者 Frada

帖子交流

1

点赞金锭

673

贡献资源

18

资源版本 2.5.3
下载量 4
热度 496
更新时间
{评级}星 0 星
顶部