Attack of the B-Team
gamesThis 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!
README
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 |
Docker Images (1)
| Name | Image |
|---|---|
ghcr.io/ptero-eggs/yolks:java_8 | ghcr.io/ptero-eggs/yolks:java_8 |
Startup Command
java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar BTeam.jar Variables (1)
Modpack Version
Version of the modpack to use
- Environment:
MODPACK_VERSION- Default:
1.0.12c- User Viewable:
- ❌
- User Editable:
- ❌
- Rules:
required|string|max:20
Installation Script
Container:
ghcr.io/ptero-eggs/installers:alpineEntrypoint:
ash#!/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 "-----------------------------------------"