We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://i.imgur.com/0aTEZo7.png and im not sure why latest.log serverstart.log
Trying to run 1.16.5 server
The text was updated successfully, but these errors were encountered:
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
forge-1.16.5-36.2.23-universal.jar
What the script should actually be expecting: forge-1.16.5-36.2.23.jar
forge-1.16.5-36.2.23.jar
Change all instances in the script of: *forge*%MC_SERVER_FORGEVER%*universal*.jar
*forge*%MC_SERVER_FORGEVER%*universal*.jar
to; *forge*%MC_SERVER_FORGEVER%.jar
*forge*%MC_SERVER_FORGEVER%.jar
P.S: This is for the windows script. The Linux script requires a slightly modified workaround.
Sorry, something went wrong.
No branches or pull requests
https://i.imgur.com/0aTEZo7.png and im not sure why
latest.log
serverstart.log
Trying to run 1.16.5 server
The text was updated successfully, but these errors were encountered: