Egg Repository

Pterodactyl Community Egg Repository

Tekkit Legends

The ancient power of Tekkits past return in this legendary pack! Wield the philosopher's stone, ride the rails, breed the bees, and much, much more! This pack will remind you of what you've always loved about Tekkit, while bringing you new mods to discover and enjoy! https://www.technicpack.net/modpack/tekkit-legends.735902

Read Me

Minecraft: Tekkit Legends

Server Ports

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
Yolks
NameTag
ghcr.io/ptero-eggs/yolks:java_8ghcr.io/ptero-eggs/yolks:java_8
Variables
NameDescriptionEnvironment VariableDefault ValueUser ViewableUser Editable
Modpack VersionVersion of the modpack to useMODPACK_VERSION1.1.1YesYes
Install Script
#!/bin/ash
# Forge Installation Script
#
# Server Files: /mnt/server

cd /mnt/server

curl -sS https://servers.technicpack.net/Technic/servers/tekkit-legends/Tekkit_Legends_Server_v$MODPACK_VERSION.zip -o TekkitLegends_$MODPACK_VERSION.zip

unzip TekkitLegends_$MODPACK_VERSION.zip

rm -rf TekkitLegends_$MODPACK_VERSION.zip

## install end
echo "-----------------------------------------"
echo "Installation completed..."
echo "-----------------------------------------"