Adding Event Listeners to your Minecraft Bot in Python Using Mineflayer [2]

Опубликовано: 31 Июль 2026
на канале: 0x26e
5,393
81

In this video we cover how to add event listeners for connection-related information to your Minecraft bot using Python and Mineflayer.

My Code: https://github.com/0x26e/MineflayerPy...

References:
Socket info: https://github.com/PrismarineJS/minef...
Login event: https://github.com/PrismarineJS/minef...
Kicked event: https://github.com/PrismarineJS/minef...
End event: https://github.com/PrismarineJS/minef...

My Discord:   / discord  
Mineflayer Discord:   / discord  

This video is a getting-started tutorial part of my Mineflayer in Python tutorial series. You can find the full playlist here:    • Mineflayer Tutorials in Python  

Timestamps:
0:00 Intro
0:14 Code
3:23 Demonstration