This file contains the configuration json of the top page of superstats web addon.


This file contains a list in json format of each of the data to be displayed on the top page.

Example:

    • [
          {
              "title":"Top Credits",
      		"name":"Credits",
              "stats":"supercredits_credits"
          },
          {
              "title":"Top Votes",
      		"name":"Votes",
              "stats":"votingplugin_alltimetotal"
          },
      	{
              "title":"Top Referrals",
      		"name":"Referrals",
              "stats":"rs_referrals"
          },
      	{
              "title":"Top Money [Survival]",
      		"name":"Money",
              "stats":"vault_eco_balance"
          },
      	{
              "title":"Top Kills [Survival]",
      		"name":"Kills",
              "stats":"statistic_player_kills"
          },
      	{
              "title":"Top Kills [KitPVP]",
      		"name":"Kills",
              "stats":"kitbattle_kills"
          },
      	{
              "title":"Top Wins [Skywars]",
      		"name":"Wins",
              "stats":"coreskywars_wins"
          },
      	{
              "title":"Top Wins [Minigames]",
      		"name":"Wins",
              "stats":"coreminigames_wins"
          },
      	{
              "title":"Top Wins [BuildBattle]",
      		"name":"Wins",
              "stats":"buildbattle_wins"
          }
      ]

Statistics nodes configuration.


title:

  • Any string value.
  • Example: Top Referrals
  • The title of the statistic to display.

name:

  • Any string value.
  • Example: Referrals
  • The name of the statistic to display.

stats:

  • Any string value.
  • Example: rs_referrals
  • The placeholder identifier of the statistic to display.

server:

  • Any string value.
  • Example: all
  • To display data saved by servers.

type:

  • Any string value.
  • Example: integer
  • The type of data to display.. (string, color, integer, decimal).
    • integer: Displays the data in integer number format.
    • time-ticks: Displays the total tick time in a human-readable format.
    • decimal: Displays the data in decimal number format.