[
    {
        "DisplayName": "Galaxy Name",
        "Category": "Server Configuration",
        "Description": "Set World Name",
        "Keywords": "Galaxy",
        "FieldName": "GALAXYNAME",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "GALAXYNAME",
        "IncludeInCommandLine": true,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Admin",
        "Category": "Server Configuration",
        "Description": "Steam64ID for Admin",
        "Keywords": "Admin",
        "FieldName": "ADMIN",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "ADMIN",
        "IncludeInCommandLine": true,
        "DefaultValue": "ADMIN",
        "EnumValues": {}
    },
    {
        "DisplayName": "Max Players",
        "Category": "Server Configuration",
        "Description": "Set Max Player Count",
        "Keywords": "Players",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "$MaxUsers",
        "IncludeInCommandLine": true,
        "DefaultValue": "10",
        "EnumValues": {}
    }
]