Edit StarMade Template
Fixed the base directory, config startup command, and shutdown command.
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
"DisplayName": "Memory Limit (MB)",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Java's maximum heap size",
|
||||
"Keywords": "max ram",
|
||||
"Keywords": "max ram heap",
|
||||
"FieldName": "MaxHeap",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "MaxHeap",
|
||||
"IncludeInCommandLine": true,
|
||||
"IncludeInCommandLine": false,
|
||||
"DefaultValue": "1024",
|
||||
"EnumValues": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user