Add StarMade Module
Adjusted to show "Memory Limit (MB)" and "Java's maximum heap size" to mirror other modules.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
[
|
||||
{
|
||||
"DisplayName": "Maximum RAM",
|
||||
"DisplayName": "Memory Limit (MB)",
|
||||
"Category": "Server Settings",
|
||||
"Description": "Set the Max amount of RAM the server should use",
|
||||
"Description": "Java's maximum heap size",
|
||||
"Keywords": "max ram",
|
||||
"FieldName": "MaxRAM",
|
||||
"FieldName": "MaxHeap",
|
||||
"InputType": "number",
|
||||
"IsFlagArgument": false,
|
||||
"ParamFieldName": "MaxRAM",
|
||||
"ParamFieldName": "MaxHeap",
|
||||
"IncludeInCommandLine": true,
|
||||
"DefaultValue": "1024",
|
||||
"EnumValues": {}
|
||||
|
||||
Reference in New Issue
Block a user