A bridge between Discord and Minecraft Servers coded in TypeScript.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
Clone the project
git clone https://github.com/will2022/overflowbridge
Go to the project directory
cd overflowbridge
Install dependencies
npm install
Make sure to fill all properties of the config.ts
and then compile the TypeScript
tsc
Start the bot
node ./dist/src/
This project depends on or contains source code from the following projects:
- Discord.js
- node-minecraft-protocol
- prismarine-chat
- Mineflayer
- and more...