Skip to content

Instantly share code, notes, and snippets.

@jesgeerts
Created February 1, 2018 09:22
Show Gist options
  • Save jesgeerts/14ba2e6b533780e04ef730556522b57d to your computer and use it in GitHub Desktop.
Save jesgeerts/14ba2e6b533780e04ef730556522b57d to your computer and use it in GitHub Desktop.
#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