HubInfo.additionalJson

Optional informations about the server's software, social accounts, system and options in the format indicated below.

{
   "software": {
      "name": "SEL",
      "version": "1.0.4",
      "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
   }
}
class HubInfo
string additionalJson;

Meta