Add StarMade Module

Adjusted to show "Memory Limit (MB)" and "Java's maximum heap size" to mirror other modules.
This commit is contained in:
IceOfWraith
2021-12-29 13:50:59 -06:00
parent 461219ad30
commit 47f5e4c326
2 changed files with 6 additions and 6 deletions

View File

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