Guildbot is no longer being actively maintained
I no longer have enough time to play hypixel and have lost interest in this project. I might come back to it at some point in the future but for now it will no longer recieve any support/updates.
Discord bot for hypixel guilds. Offers automatic applications with in-game requirements, displaying guild and player statistics, a guild chat to discord two-way bridge and more.
- MongoDB server
- NodeJS 18.x
- compare-versions
- discord-html-transcripts
- discord.js
- dotenv
- mineflayer
- mongodb
- node-schedule
Download or clone the latest release.
Enter the directory and run:
npm install
Pull the latest guildbot image
docker pull emmaexe/guildbot
Download the docker-compose.yml file.
In the docker-compose.yml
file, under volumes define a valid path for the config folder on your server where guildbot config files will be exposed for easy access. (e.g. /home/server/.config/guildbot:/app/config:rw
)
For instructions on how to set the bot up, check out the SETUP.md file.
Run this command in the root directory of the cloned repository:
node .
Run the command in the directory where your docker-compose.yml
file is stored:
docker compose up -d
👤 Emmaexe
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
This project is GPL-3.0-only licensed.