Merge pull request #20 from IceOfWraith/main

Edit StarMade Template
This commit is contained in:
PhonicUK 2022-01-09 14:55:11 +00:00 committed by GitHub
commit 0e359cdd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
App.AdminMethod=STDIO
App.ApplicationPort1=4242
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.CommandLineParameterDelimiter=
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.ExecutableWin=244770\dep\java\jre1.7.0_80\bin\java.exe
App.ExitMethod=OS_CLOSE
App.ExitString=/shutdown
App.ExitString=/shutdown 0
App.HasReadableConsole=true
App.HasWritableConsole=true
App.RapidStartup=false

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