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

@ -1,7 +1,7 @@
App.AdminMethod=STDIO App.AdminMethod=STDIO
App.ApplicationPort1=4242 App.ApplicationPort1=4242
App.ApplicationReadyMode=RegexMatch App.ApplicationReadyMode=RegexMatch
App.BaseDirectory=./starmade/244770/StarMade App.BaseDirectory=./starmade/244770
App.CommandLineArgs=-Xmx{{MaxHeap}}M -Xincgc -Xshare:off -jar StarMade.jar -server App.CommandLineArgs=-Xmx{{MaxHeap}}M -Xincgc -Xshare:off -jar StarMade.jar -server
App.CommandLineParameterDelimiter= App.CommandLineParameterDelimiter=
App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterFormat=-{0} "{1}"
@ -10,7 +10,7 @@ App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "Ste
App.ExecutableLinux=244770/dep/java/jre1.7.0_80/bin/java App.ExecutableLinux=244770/dep/java/jre1.7.0_80/bin/java
App.ExecutableWin=244770\dep\java\jre1.7.0_80\bin\java.exe App.ExecutableWin=244770\dep\java\jre1.7.0_80\bin\java.exe
App.ExitMethod=OS_CLOSE App.ExitMethod=OS_CLOSE
App.ExitString=/shutdown App.ExitString=/shutdown 0
App.HasReadableConsole=true App.HasReadableConsole=true
App.HasWritableConsole=true App.HasWritableConsole=true
App.RapidStartup=false App.RapidStartup=false

View File

@ -3,12 +3,12 @@
"DisplayName": "Memory Limit (MB)", "DisplayName": "Memory Limit (MB)",
"Category": "Server Settings", "Category": "Server Settings",
"Description": "Java's maximum heap size", "Description": "Java's maximum heap size",
"Keywords": "max ram", "Keywords": "max ram heap",
"FieldName": "MaxHeap", "FieldName": "MaxHeap",
"InputType": "number", "InputType": "number",
"IsFlagArgument": false, "IsFlagArgument": false,
"ParamFieldName": "MaxHeap", "ParamFieldName": "MaxHeap",
"IncludeInCommandLine": true, "IncludeInCommandLine": false,
"DefaultValue": "1024", "DefaultValue": "1024",
"EnumValues": {} "EnumValues": {}
} }