Skip to content

Instantly share code, notes, and snippets.

@zsarge
Created April 29, 2022 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zsarge/62a736d2fec6bfb2203728039b6640da to your computer and use it in GitHub Desktop.
Save zsarge/62a736d2fec6bfb2203728039b6640da to your computer and use it in GitHub Desktop.
Run Minecraft server with playit.gg tunnel
#!/bin/sh
echo "running playit with the config file under './playit_config/config.txt'"
playit --config-file ./playit_config/config.txt
#!/bin/sh
java -Xmx5632M -Xms4G -jar server.jar nogui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment