PrismarineJS / mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/mineflayer/
MIT License
5.12k stars 923 forks source link

chat #3505

Open GamerMrAlros opened 4 days ago

GamerMrAlros commented 4 days ago

Hello, I have some truble with bot.on('chat', (username, message) => { console.log(${username} said "${message}") })

when I type in minecraft chat and chech visual studios logs the bots sends 3 time the amount from the chat

what can I change

u9g commented 4 days ago

Show all of your code, this alone should run once.