Open
Description
I have been using the batch file in order to run my server so far.
In the batch file is a line like:
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.20.1-47.4.0/win_args.txt %*
However, this doesn't work when set as the command in the config, and I don't believe newer forge versions support a command like:
command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
, at least from what I could find.
What do I do to fix this? Will I have to edit the batch file somehow? Or is there another command that should work?
Metadata
Metadata
Assignees
Labels
No labels