AllTheMods / Server-Scripts

Server Startup Scripts
Other
68 stars 37 forks source link

Server keeps crashing #90

Open Habibi-Cat opened 2 years ago

Habibi-Cat commented 2 years ago

https://i.imgur.com/0aTEZo7.png and im not sure why latest.log serverstart.log

Trying to run 1.16.5 server

YoYoK3nny commented 2 years ago

The script is looking for the wrong file to launch.

What the script is expecting to find: forge-1.16.5-36.2.23-universal.jar

What the script should actually be expecting: forge-1.16.5-36.2.23.jar

Change all instances in the script of: *forge*%MC_SERVER_FORGEVER%*universal*.jar

to; *forge*%MC_SERVER_FORGEVER%.jar

P.S: This is for the windows script. The Linux script requires a slightly modified workaround.