Add StarMade Module
Adjusted to show "Memory Limit (MB)" and "Java's maximum heap size" to mirror other modules.
This commit is contained in:
		@@ -2,10 +2,10 @@ App.AdminMethod=STDIO
 | 
			
		||||
App.ApplicationPort1=4242
 | 
			
		||||
App.ApplicationReadyMode=RegexMatch
 | 
			
		||||
App.BaseDirectory=./starmade/244770/StarMade
 | 
			
		||||
App.CommandLineArgs=-Xmx{{MaxRAM}}M -Xincgc -Xshare:off -jar StarMade.jar -server
 | 
			
		||||
App.CommandLineArgs=-Xmx{{MaxHeap}}M -Xincgc -Xshare:off -jar StarMade.jar -server
 | 
			
		||||
App.CommandLineParameterDelimiter= 
 | 
			
		||||
App.CommandLineParameterFormat=-{0} "{1}"
 | 
			
		||||
App.DisplayName=Starmade
 | 
			
		||||
App.DisplayName=StarMade
 | 
			
		||||
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "244770"}
 | 
			
		||||
App.ExecutableLinux=244770/dep/java/jre1.7.0_80/bin/java
 | 
			
		||||
App.ExecutableWin=244770\dep\java\jre1.7.0_80\bin\java.exe
 | 
			
		||||
 
 | 
			
		||||
@@ -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