Edit StarMade Template

Fixed the base directory, config startup command, and shutdown command.
This commit is contained in:
IceOfWraith
2021-12-30 12:17:32 -06:00
parent 47f5e4c326
commit ab6bac219e
2 changed files with 4 additions and 4 deletions

View File

@@ -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": {}
}