Egg Repository

Pterodactyl Community Egg Repository

Big Brother Bot

Big Brother Bot B3 is a complete and total server administration package for online games. B3 is designed primarily to keep your server free from the derelicts of online gaming, but offers more, much more. https://github.com/BigBrotherBot/big-brother-bot

Read Me

Big Brother Bot

From their Github

Big Brother Bot B3 is a complete and total server administration package for online games. B3 is designed primarily to keep your server free from the derelicts of online gaming, but offers more, much more

Server Ports

No ports are required to run Big Brother Bot. You can assign a random port to the bot.

Mods/Plugins may require ports to be added to the server

Yolks
NameTag
ghcr.io/ptero-eggs/yolks:python_2.7ghcr.io/ptero-eggs/yolks:python_2.7
Variables
NameDescriptionEnvironment VariableDefault ValueUser ViewableUser Editable
Install Script
#!/bin/bash
# Pixel Bot Installation Script
#
# Server Files: /mnt/server
apt update
apt -y install git

cd /mnt/server

echo "Cloning pixel-bot repo"
git clone https://github.com/BigBrotherBot/big-brother-bot.git .

echo "Installing python requirements into folder"
pip install -U --target /mnt/server -r requirements.txt
pip install -U --target /mnt/server paramiko


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