Egg Repository

Pterodactyl Community Egg Repository

Hexxit

Gear up and set forth on a campaign worthy of legend, for Hexxit has been unearthed! Dark dungeons, towering spires, weathered ruins and musty tomes lay before you. Lay claim to riches or create your own artifacts, tame beasts and carve out your own story in endless wonder. Alone or with friends, adventure awaits in Hexxit. Hexxit is a new collection of mods for Minecraft that put adventure above all else, in the style of old Dungeons and Dragons campaigns. Exploration is interesting, the dangers are greater and the sense of satisfaction of clearing out a dungeon is intense. The modlist is full of quality content from some very talented individuals. Be sure to head over to the donate page and show your appreciation! https://www.technicpack.net/modpack/hexxit.552552

Read Me

Minecraft: Hexxit

https://www.technicpack.net/modpack/hexxit.552552

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.0.11YesYes
Install Script
#!/bin/ash
# Forge Installation Script
#
# Server Files: /mnt/server
cd /mnt/server

curl -sS https://servers.technicpack.net/Technic/servers/hexxit/Hexxit_Server_v$MODPACK_VERSION.zip -o Hexxit_$MODPACK_VERSION.zip

unzip Hexxit_$MODPACK_VERSION.zip

rm -rf Hexxit_$MODPACK_VERSION.zip

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