Discord bot for the Pterodactyl Installation Script Discord server!
We provide an easy-to-use docker-compose.yml
file. Just install docker
and docker-compose
.
Then fill in the env
variables in the docker-compose.yml
file and run docker-compose up -d
Nodejs v12.0.0 or newer is recommended. You can install that using: (If you can't use Nodejs 12 or newer you can compile with a lower target version)
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs
git clone https://github.com/pterodactyl-installer/bird-bot.git
npm i --production
npm run build && npm run configure
Triggers are defined in src/triggers.js
.
After editing triggers you will need to recompile with npm run build
For all the other things you will be prompted automatically.