HubInfo.additionalJSON

Optional informations about the server's software, social accounts, system and options.

class HubInfo
string additionalJSON;

Examples

{
  "software": {
     "name": "Selery",
     "version": "0.1.0",
     "stable": true
  },
  "minecraft": {
     "edu": false,
     "realm": true
  },
  "social": {
     "website": "example.com",
     "facebook": "example-official",
     "twitter": "example_tweets",
     "youtube": "examplechannel",
     "instagram": "example",
     "google-plus": "example-plus"
  },
  "system": {
     "os": "Ubuntu 16.04",
     "cpu": "Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz",
     "cores": 2,
     "ram": 2147483648
  }
}

Meta