From 21eb6d72768a7565071113ed9635243ecd02ee24 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Sat, 18 Apr 2020 13:05:54 -0400 Subject: [PATCH 1/2] add big brother bot resolves #480 --- README.md | 3 +++ bots/other/bigbrotherbot/README.md | 8 ++++++ .../bigbrotherbot/egg-big-brother-bot.json | 26 +++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 bots/other/bigbrotherbot/README.md create mode 100644 bots/other/bigbrotherbot/egg-big-brother-bot.json diff --git a/README.md b/README.md index e11b7404..50ed1595 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ If you are reading this it looks like you are looking to add an egg to your serv * [Twitch](/bots/twitch) * [PhantomBot](/bots/twitch/phantombot/) * [sogeBot](/bots/twitch/sogebot/) + +[Other](/bots/other/) +* [Big Brother Bot](/bots/other/bigbrotherbot) * [TeamSpeak3](bots/teamspeak3) * [JTS3ServerMod](/bots/teamspeak3/jts3servermod/) diff --git a/bots/other/bigbrotherbot/README.md b/bots/other/bigbrotherbot/README.md new file mode 100644 index 00000000..7ff6f9e6 --- /dev/null +++ b/bots/other/bigbrotherbot/README.md @@ -0,0 +1,8 @@ +# Big Brother Bot +### From their [Github](https://github.com/BigBrotherBot/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 + +### 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. \ No newline at end of file diff --git a/bots/other/bigbrotherbot/egg-big-brother-bot.json b/bots/other/bigbrotherbot/egg-big-brother-bot.json new file mode 100644 index 00000000..88efc7f6 --- /dev/null +++ b/bots/other/bigbrotherbot/egg-big-brother-bot.json @@ -0,0 +1,26 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2020-04-18T13:01:25-04:00", + "name": "Big Brother Bot", + "author": "parker@parkervcp.com", + "description": "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.\r\n\r\nhttps:\/\/github.com\/BigBrotherBot\/big-brother-bot", + "image": "quay.io\/parkervcp\/pterodactyl-images:debian_python-2.7", + "startup": "python b3_run.py", + "config": { + "files": "{}", + "startup": "{\r\n \"done\": \"No idea what to put here\",\r\n \"userInteraction\": []\r\n}", + "logs": "{\r\n \"custom\": false,\r\n \"location\": \"logs\/latest.log\"\r\n}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": "#!\/bin\/ash\r\n# Pixel Bot Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt -y install git\r\n\r\ncd \/mnt\/server\r\n\r\necho \"Cloning pixel-bot repo\"\r\ngit clone https:\/\/github.com\/BigBrotherBot\/big-brother-bot.git .\r\n\r\necho \"Installing python requirements into folder\"\r\npip install -U --target \/mnt\/server -r requirements.txt", + "container": "python:2.7-slim", + "entrypoint": "bash" + } + }, + "variables": [] +} \ No newline at end of file From 6d0d71e19cd545df1b1909aad96db9f4a767dfe1 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Tue, 26 May 2020 09:00:35 -0400 Subject: [PATCH 2/2] add paramiko to b3b --- bots/other/bigbrotherbot/egg-big-brother-bot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bots/other/bigbrotherbot/egg-big-brother-bot.json b/bots/other/bigbrotherbot/egg-big-brother-bot.json index 88efc7f6..188b05a3 100644 --- a/bots/other/bigbrotherbot/egg-big-brother-bot.json +++ b/bots/other/bigbrotherbot/egg-big-brother-bot.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2020-04-18T13:01:25-04:00", + "exported_at": "2020-05-26T08:59:34-04:00", "name": "Big Brother Bot", "author": "parker@parkervcp.com", "description": "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.\r\n\r\nhttps:\/\/github.com\/BigBrotherBot\/big-brother-bot", @@ -17,7 +17,7 @@ }, "scripts": { "installation": { - "script": "#!\/bin\/ash\r\n# Pixel Bot Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt -y install git\r\n\r\ncd \/mnt\/server\r\n\r\necho \"Cloning pixel-bot repo\"\r\ngit clone https:\/\/github.com\/BigBrotherBot\/big-brother-bot.git .\r\n\r\necho \"Installing python requirements into folder\"\r\npip install -U --target \/mnt\/server -r requirements.txt", + "script": "#!\/bin\/ash\r\n# Pixel Bot Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt -y install git\r\n\r\ncd \/mnt\/server\r\n\r\necho \"Cloning pixel-bot repo\"\r\ngit clone https:\/\/github.com\/BigBrotherBot\/big-brother-bot.git .\r\n\r\necho \"Installing python requirements into folder\"\r\npip install -U --target \/mnt\/server -r requirements.txt\r\npip install -U --target \/mnt\/server paramiko", "container": "python:2.7-slim", "entrypoint": "bash" }