Good Morning,
I've been looking for what is going to suspiciously be an easy answer to my question; however, through my searching on this forum and the interwebs, I have not come up with an answer. Please prepare your butts for the idiot ask:
My problem is starting a 1.18.2 server for the first time - I am unsure how to get this started. I've successfully run servers from 1.12.x through 1.16.x without much of an issue. It appears there have been some significant changes.
I did make sure that my Centos server is running Java 17, as that was a problem getting the client side pack to run.
Is there a link or page or someone who has knowledge on what specifically I'm doing wrong?
In the run.sh file I have the runfile:
java Xms8G Xmx12G -jar @libaries/net/minecraftforge/forge/1.18.2-40.1.86/unix_args.txt nogui server
When I execute the run.sh file this line is in, the error received is:
Error: Unable to access jarfile cpw.mode.bootstraplaunhcer.BootstrapLauncher
Any guidance to resolve this and get the forge server up and running would be appreciated.