Skip to content

Instantly share code, notes, and snippets.

@phantomic12
Last active November 16, 2022 04:25
Show Gist options
  • Select an option

  • Save phantomic12/891a714490547b1e73bcc819386cde35 to your computer and use it in GitHub Desktop.

Select an option

Save phantomic12/891a714490547b1e73bcc819386cde35 to your computer and use it in GitHub Desktop.
server install file for forge and modpack
wget https://maven.minecraftforge.net/net/minecraftforge/forge/1.16.5-36.2.39/forge-1.16.5-36.2.39-installer.jar
sudo apt-get -y install openjdk-11-jre-headless
java -jar forge-*-installer.jar --installServer
rm forge-*-installer.jar
wget https://gist.githubusercontent.com/phantomic12/6fc05f5051f8d06eff1d25a6960f8c3d/raw/0fcefc17fbf6798527096d10f401be64add17a4d/start.sh
sh start.sh
echo "eula=true" > eula.txt
mkdir mods && cd mods
wget https://mediafilez.forgecdn.net/files/4013/468/Medieval+MC+Server+Pack+FORGE+1.16.5+v57.zip
sudo apt-get -y install unzip
unzip *.zip
rm Server-Files-0.1.7.zip
cd ..
echo "All done, Enjoy!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment