Skip to content

SnarkyDeveloper/mineflayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mineflayer

A simple python wrapper around the mineflayer project

License: MIT

Installation

Installation is easy as one package install. (Ensure node.js is installed.)

  pip install mineflayer

Usage/Examples

Simple bot that just joins a server.

import mineflayer

bot = mineflayer.Bot(username="SnarkyDev", offline=True)

@bot.event
async def on_spawn():
    print("Spawned!")
    
bot.run("localhost", 25565)

Features

  • Create a bot easily
  • Discord.py format (easy to learn)
  • Extensive documentation (WIP)

Roadmap

  • More events
  • Finish off with all bot methods
  • Documentation

Acknowledgements

  • @customcapes Awesome dude who gave up the name "mineflayer" on pypi for this project :)

Authors

Releases

No releases published

Packages

No packages published

Languages