Forge Servers 1.17+ Installation Impossible #246
Labels
documentation
Improvements or additions to documentation
help
Issue to help other users on a common problem
Okay, the title is a bit of a bait... but hear me out.
How to Run Forge 1.17+ Servers with MSH
(This guide was written in Ubuntu 22.04 LTS, and thus might differ in windows)
put run.sh in Commands-"StartServer":
replace the entire "java xxx xxx" comment with "bash run.sh"
if the starting server script is something else(start.sh) put that instead
if you're on windows, just make that script execute the run.bat instead
get a ""fake"" server.jar from the internet, renaming it, or just grab a fabric server.jar file
easiest way without hassle is just downloading the minecraft vanila server jar from mojang's official websites.
put all other parameters in, EXCEPT for the "StartServerParam" within Commands
all other parameters are gonna be used for the msh. StartserverParam is used for server launch only, which we don't put in msh-config.json. instead follow 4th rule
instead, edit the user_jvm_args.txt instead to get the desired JVM to your server
this sets the server's launch jvm arguments, however it differs from certain pre-made server packs, so watch out.
This way, it can launch without msh making a error noise and still function well.
The text was updated successfully, but these errors were encountered: