Egg Repository

Pterodactyl Community Egg Repository

Attack of the B-Team

This modpack was designed with one thing in mind, crazy mad science! With the help of the B-Team we hand picked the wackiest mods we could find and shoved them all in a modpack for you guys. The result is Attack of the B-Team!

Read Me

Minecraft: Attack of the B Team

A very good modpack!

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


cd /mnt/server

curl -sS https://servers.technicpack.net/Technic/servers/bteam/BTeam_Server_v$MODPACK_VERSION.zip -o BTeam_Server_v$MODPACK_VERSION.zip

unzip -o BTeam_Server_v$MODPACK_VERSION.zip

rm -rf BTeam_Server_v$MODPACK_VERSION.zip


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