6 lines
213 B
Bash
6 lines
213 B
Bash
#/bin/bash
|
|
cd /opt/minecraft/NAME_OF_INSTANCE
|
|
java -javaagent:log4jfix/Log4jPatcher-1.0.0.jar -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Xmx6144M -Xms4096M -jar forge-1.12.2-14.23.5.2846-universal.jar nogui
|
|
|
|
|