AMPTemplates/starmadeconfig.json
IceOfWraith 47f5e4c326 Add StarMade Module
Adjusted to show "Memory Limit (MB)" and "Java's maximum heap size" to mirror other modules.
2021-12-29 13:50:59 -06:00

15 lines
408 B
JSON

[
{
"DisplayName": "Memory Limit (MB)",
"Category": "Server Settings",
"Description": "Java's maximum heap size",
"Keywords": "max ram",
"FieldName": "MaxHeap",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "MaxHeap",
"IncludeInCommandLine": true,
"DefaultValue": "1024",
"EnumValues": {}
}
]