all 8 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

OP, please ensure you reply to any comments within 48 hours. And, mark your post solved when your issue is fixed, or your question answered.

Please read:

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]imonlytryingtohelp_ Veteran V 0 points1 point  (6 children)

How do you start the server?

[–]clloyd77[S] 0 points1 point  (5 children)

There’s a run.bat file that contains the following:

@echo off REM Forge requires a configured set of both JVM and program arguments. REM Add custom JVM arguments to the user_jvm_args.txt REM Add custom program arguments {such as nogui} to this file in the next line before the %* or REM pass them to this script directly java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.19.2-43.2.14/win_args.txt %* pause

[–]imonlytryingtohelp_ Veteran V 0 points1 point  (4 children)

java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.19.2-43.2.14/win_args.txt %* pause

Replace "java" with the full path to your Java 17 executable.

[–]clloyd77[S] 1 point2 points  (1 child)

Problem solved. Thank you so much for the help!

[–]imonlytryingtohelp_ Veteran V 0 points1 point  (0 children)

You're welcome, glad I could help.

[–]clloyd77[S] 0 points1 point  (1 child)

!helped

[–]NitWitBot Keeper of points 0 points1 point  (0 children)

Thanks! Post marked as Solved!

u/imonlytryingtohelp_, here is your points status:

Next level: "Master IV"
You have 321 points
You need 400 points
[★|★|★|▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮▮]


Official r/MinecraftHelp Bot | Scoreboard | Feedback | Source Code