- Ability to generate Minecraft pixel art from images sent in the chat
- Ability to ping / check the status of any Minecraft server
- Expansive economy system (based upon emeralds obviously!)
- Multi-language support! (English, Español, Français, Português)
- Tons of customization and configuration options
- Discord Support Server
- Discord Username:
Iapetus11#6821
If a bug or unintended behavior is discovered, please report it by creating an issue here or by reporting it in the #bug-smasher channel on the support server.
If you'd like to contribute code to Villager Bot, then please fork the repository and make any necessary changes there. Then, make a pull request and it will be reviewed. Please read the contribution guidelines before making changes.
git clone
Villager Bot, andcd
into theVillager-Bot
directory.- create a PostgreSQL database, and execute the contents of
setup.sql
to create the necessary tables. - make a new file called
secrets.json
and fill in the fields based off thesecrets.example.json
file. - use poetry to install the required dependencies with
poetry install
. - run the bot with either
villager-bot.bat
orvillager-bot.sh
.