Created
February 1, 2018 09:22
-
-
Save jesgeerts/14ba2e6b533780e04ef730556522b57d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#The config thinks that the custom.jar is in the server's base directory | |
[config] | |
name = Custom jar | |
source = | |
configSource = | |
category = Mods | |
[encoding] | |
#encode = system | |
#decode = system | |
#fileEncoding = latin-1 | |
[start] | |
command = "{JAVA}" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -XX:MaxPermSize=128M -Djline.terminal=jline.UnsupportedTerminal -jar "`{SERVER_DIR}/{JAR}" nogui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment