Skip to content

Instantly share code, notes, and snippets.

@MLWALK3R
Last active January 5, 2019 01:09
Show Gist options
  • Save MLWALK3R/0443fac078d2a20f266fe89c55812472 to your computer and use it in GitHub Desktop.
Save MLWALK3R/0443fac078d2a20f266fe89c55812472 to your computer and use it in GitHub Desktop.
forge.jar.conf
[config]
name = Mod: Forge 1.12.2
source = https://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2806/forge-1.12.2-14.23.5.2806-universal.jar
configSource = https://gist.githubusercontent.com/MLWALK3R/0443fac078d2a20f266fe89c55812472/raw/2038770e273767f4c5b9bd0c41539cf7107fff36/forge.jar.conf
[start]
command = "{JAVA}" -server -XX:+AggressiveOpts {PARAMS} -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
[params]
param1 = -javaagent:PMLCore/PMLPremain.jar=-MCSide:Server
info1 = Partial Modification Loader
param2 = -noverify
param3 = -Dfml.queryRestult=confirm
param4 = -XX:MaxMetaspaceSize=8G
param5 = -XX:MaxPermSize=8G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment