Big Brother Bot

Applications
Report Issue

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

Contributors:
README

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

Docker Images (1)
Name Image
ghcr.io/ptero-eggs/yolks:python_2.7 ghcr.io/ptero-eggs/yolks:python_2.7
Startup Command
python b3_run.py
Variables (0)
Installation Script
Container: python:2.7-slim
Entrypoint: bash
#!/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 "-----------------------------------------"