StamX
StamX

Reputation: 7

How do I add a local server launch shortcut to Prism Launcher?

I wanted to add a GT New Horizons 2.7.1/1.7.10 local server launch shortcut so that I could launch it from Prism launcher.

Solution: I messed around with it for a while and eventually got it working. I wanted to post the solution in case anyone else was trying to do the same thing. To add the local server launch shortcut, I created a custom instance, the details don't really matter, and hit ok. I hit edit on the instance, went to settings, custom commands, enabled custom commands, then, in wrapper command, typed,

"cmd /k cd /d <.minecraft folder> && start "" <server.bat>". 
  1. First replace <.minecraft folder> with the global directory to your minecraft install folder, and
  2. Then replace <server.bat> to your server's batch start file.

Upvotes: -1

Views: 65

Answers (0)

Related Questions