A very good modpack!
https://www.technicpack.net/modpack/the-1710-pack.453902
The minecraft server requires a single port for access (default 25565) but plugins may require extra ports to enabled for the server.
Port | default |
---|---|
Game | 25565 |
Name | Tag |
---|---|
ghcr.io/ptero-eggs/yolks:java_8 | ghcr.io/ptero-eggs/yolks:java_8 |
Name | Description | Environment Variable | Default Value | User Viewable | User Editable |
---|---|---|---|---|---|
Modpack Version | Version of the modpack to use | MODPACK_VERSION | 0.10.12 | Yes | Yes |
#!/bin/ash
# Forge Installation Script
#
# Server Files: /mnt/server
cd /mnt/server
curl -sS http://solder.endermedia.com/repository/downloads/the-1710-pack/the-1710-pack_$MODPACK_VERSION.zip -o the-1710-pack_$MODPACK_VERSION.zip
unzip the-1710-pack_$MODPACK_VERSION.zip
rm -rf the-1710-pack_$MODPACK_VERSION.zip
## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"