I am following all the directions of a guide to start a modded Minecraft Java Server on Debian 12 (Linux)
I installed forge, and then installed the server in a specific folder I made just for the server.
Once finished, in the tutorial he says to use the command "ls" (I am making the server using terminal) I am missing a file to start my server, run.bat, and user_jvm_args.txt
I can't find any information on this problem, and I don't know what I'm doing wrong
I figured out the problem. It was because 1.8 doesn't create a run.bat or user_jvm_args.txt. Instead you are supposed to run the forge universal.jar, although instead of being a .jar file it turned into a .zip linux. Instead I created the server on Windows 11 and it seemed to work just fine
I am following all the directions of a guide to start a modded Minecraft Java Server on Debian 12 (Linux)
I installed forge, and then installed the server in a specific folder I made just for the server.
Once finished, in the tutorial he says to use the command "ls" (I am making the server using terminal) I am missing a file to start my server, run.bat, and user_jvm_args.txt
I can't find any information on this problem, and I don't know what I'm doing wrong
Here is a little more information:
The tutorial on how to make the server
The part where I get stuck at in the video: 24:55
The commands I used to get forge:
wget https://maven.minecraftforge.net/net/minecraftforge/forge/1.8-11.14.4.1563/forge-1.8-11.14.4.1563-installer.jar
and
java -jar forge-1.8-11.14.4.1563-installer.jar --installServer
Please help me, if you need any more info just ask in the comments
I do game.
I figured out the problem. It was because 1.8 doesn't create a run.bat or user_jvm_args.txt. Instead you are supposed to run the forge universal.jar, although instead of being a .jar file it turned into a .zip linux. Instead I created the server on Windows 11 and it seemed to work just fine
I do game.