Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 2.46 KB

README.md

File metadata and controls

35 lines (29 loc) · 2.46 KB

Villager Bot

CodeFactor Views Bot Status Server Count Support Server

Notable Features

  • 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
  • Made by Iapetus11, so it must be good right?!

Support / Contact Information

Privacy Policy

Contributing

Issues / Bugs

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.

Development

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.

Setting up Villager Bot

  1. git clone Villager Bot, and cd into the Villager-Bot directory.
  2. create a PostgreSQL database, and use the execute the contents of setup.sql to create the necessary tables.
  3. make a new file called secrets.json and fill in the fields based off the secrets.example.json file.
  4. use poetry to install the required dependencies with poetry install.
  5. run the bot with either villager-bot.bat or villager-bot.sh.