- Check/ping the status of any Minecraft server (Bedrock & Java supported!)
- Ability to generate Minecraft pixel art from images sent in the chat
- Expansive economy game (based upon emeralds obviously!) with mining, fishing, farming, quests, and so much more!
- Multi-language support! (English, Español, Français, Português)
- Tons of customization and configuration options
- discord.py
- Cython
- OpenCV + Numpy
- websockets
Villager Bot is separated into two components; Karen and the clusters. A "cluster" is a group of shards (websockets connected to Discord in this case). Due to the nature of Villager Bot, these clusters need to share state and communicate, which is what Karen facilitates via the use of websockets. Villager Bot is dockerized and this architecture allows scaling while maintaining functionality and easy development.