Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 349 Bytes

File metadata and controls

17 lines (14 loc) · 349 Bytes

python-mineflayer

A python wrapper mineflayer node package based on websockets

Usage

import mineflayer

bot = mineflayer.Bot(**{
  "username": "PyBot",
  "host": "127.0.0.1",
  "port": 25565,
  "version": "1.16.4"
})

License

This source code is under MIT license