Forestbot is a Minecraft bot made with Mineflayer and Typescript used to track various player statistic's while having a public data API, Discord Bot, and multiple in-game commands to view and compare these stats.
Multiple config options available. Records almost every statistic you would want within a Minecraft server.
To use this bot for your self there are a few prequestions.
- Basic to advanced knowledge of Javascript/Typescript.
- Know the basics of MySql, You will need to setup tables.
- Read through the code to ensure nothing malicous is being done.
- Once the previous 3 steps are met, continue with the rest.
- git clone the repositroy or download from source.
CD
into the directory.- Have node.js >= 16.10.0 installed.
npm install -g yarn
yarn install
- Create a .env file with the bots credentials.
yarn start