This file contains the json configuration of the homepage server list of the superstats web plugin.


This file contains a list in json format of each of the data that will be displayed in the list of servers on the main page.

Example:

  • {
        "server-name":"MundoPixels",
    	"server-ip":"mc.mundopixels.net",
    	"server-port":"25565",
    	"show-servers":true,
        "servers":
    	[
    		{
    			"title":"Lobby",
    			"stats-name":"lobby",
    			"version":"1.8.x"
    		},
    		{
    			"title":"KitPVP",
    			"stats-name":"kitpvp",
    			"version":"1.8.8 - 1.16.x"
    		}
    	]
    }

Main server nodes configuration.


server-name:

  • Any string value.
  • Example: MundoPixels
  • The name of the server.

server-ip:

  • Any string value.
  • Example: mc.mundopixels.net
  • The ip address of the server.

server-port:

  • Any integer value.
  • Example: 25565
  • The server port.

show-servers:

  • Boolean value true or false.
  • Example: true
  • To show the list of servers that the network has.

servers:

  • List of Servers nodes configuration.
  • Example:
    • {
      			"title":"Lobby",
      			"stats-name":"lobby",
      			"version":"1.8.x"
      		},
      		{
      			"title":"KitPVP",
      			"stats-name":"kitpvp",
      			"version":"1.8.8 - 1.16.x"
      		},
      		{
      			"title":"SkyWars",
      			"stats-name":"skywars",
      			"version":"1.8.8 - 1.16.x"
      		},
      		{
      			"title":"MiniGames",
      			"stats-name":"minigames",
      			"version":"1.8.8 - 1.16.x"
      		},
      		{
      			"title":"Survival",
      			"stats-name":"survival",
      			"version":"1.16.x"
      		}
  • List of servers nodes that will contain the main server.

 

 

Servers nodes configuration.


title:

  • Any string value.
  • Example: Lobby
  • The display name of the server.

stats-name:

  • Any string value.
  • Example: lobby
  • The internal name of the server placed in the plugin configuration on the server.

version:

  • Any string value.
  • Example: 1.8.x
  • The versions supported by the server.