[
    {
        "DisplayName": "Owner ID",
        "Category": "RuneScape Dragonwilds:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the server owner's RuneScape: Dragonwilds EOS Player ID. This can be found in-game at the bottom of the Settings Menu",
        "Keywords": "owner,id,ownerid,playerid",
        "FieldName": "OwnerID",
        "InputType": "text",
        "ParamFieldName": "/Script/Dominion.DedicatedServerSettings.OwnerId",
        "DefaultValue": "",
        "Required": true,
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Name",
        "Category": "RuneScape Dragonwilds:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the 'CREATED BY' name for the server shown in the client server list. Maximum 64 characters",
        "Keywords": "server,name,servername",
        "FieldName": "ServerName",
        "InputType": "text",
        "ParamFieldName": "/Script/Dominion.DedicatedServerSettings.ServerName",
        "DefaultValue": "AMP Powered RuneScape: Dragonwilds Server",
        "Required": true,
        "EnumValues": {}
    },
    {
        "DisplayName": "Default World Name",
        "Category": "RuneScape Dragonwilds:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the default world that is created on start. This is shown as the server name in the client server list and is used for search. Case-sensitive. Maximum 64 characters",
        "Keywords": "default,world,name,defaultworldname",
        "FieldName": "DefaultWorldName",
        "InputType": "text",
        "ParamFieldName": "/Script/Dominion.DedicatedServerSettings.DefaultWorldName",
        "DefaultValue": "World-12345",
        "Placeholder": "World-12345",
        "Required": true,
        "EnumValues": {}
    },
    {
        "DisplayName": "Admin Password",
        "Category": "RuneScape Dragonwilds:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the admin password, allowing access to the Server Management tab in-game. Default is a secure random password",
        "Keywords": "admin,password,adminpassword",
        "FieldName": "AdminPassword",
        "InputType": "Password",
        "ParamFieldName": "/Script/Dominion.DedicatedServerSettings.AdminPassword",
        "DefaultValue": "{{newguid()}}",
        "Required": true,
        "EnumValues": {}
    },
    {
        "DisplayName": "World Password",
        "Category": "RuneScape Dragonwilds:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password required to join the server. Empty = no password",
        "Keywords": "world,password,worldpassword",
        "FieldName": "WorldPassword",
        "InputType": "Password",
        "ParamFieldName": "/Script/Dominion.DedicatedServerSettings.WorldPassword",
        "DefaultValue": "",
        "EnumValues": {}
    }
]