AMPTemplates/starmadeconfig.json
IceOfWraith ab6bac219e Edit StarMade Template
Fixed the base directory, config startup command, and shutdown command.
2021-12-30 12:17:32 -06:00

15 lines
414 B
JSON

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