Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.86 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.86 KB

Villager Bot

CodeFactor Bot Status Server Count Support Server CI

Notable Features

  • 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

Support / Contact Information

Technologies

Architecture

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.