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.

Portdefault
Game25565
Yolks
NameTag
ghcr.io/ptero-eggs/yolks:java_8ghcr.io/ptero-eggs/yolks:java_8
Variables and Startup

Startup Command

java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar BTeam.jar

Variables

Modpack Version

Version of the modpack to use

Environment Variable: MODPACK_VERSION
Default Value: 1.0.12c
User Viewable:
User Editable:
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 "-----------------------------------------"
Installation Imageghcr.io/ptero-eggs/installers:alpineInstallation Entrypointash