Skip to content

subdavis/Bat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bat - a Minecraft bot

This projects aims to create a Minecraft client that can interact with its environment.

Based on SpockBot.

Bat's Curses interface

Features

  • control via in-game chat or command line interface (curses)
  • dig and place blocks, interact with blocks and entities
  • pick up, drop, craft, use items
  • show inventory and nearby blocks in terminal output
  • eat when hungry/injured

Roadmap

See the issue tracker for what I am working on.

  • move to any directly accessible position (WIP, no digging/scaffolding)
  • build after a construction plan
    • copy existent buildings
    • build from schematic
  • gather resources
    • explicit (mine that block, get that dropped item, hunt that animal)
    • implicit (gather materials for diamond sword and its requirements)
  • fight (WIP, has optional auto-spam-click)
    • attack
    • retreat
    • potion usage
  • passive background tasks
    • collect statistical player/world data (original SpockBot goal)
    • protect other players

Usage

  1. Install SpockBot (preferably from my fork)
  2. Clone this repository: git clone https://github.com/Gjum/Bat.git && cd Bat
  3. Start the bot: python3 start.py

Legal

Copyright (C) 2016 Gjum

Licensed under the BSD License

About

Minecraft client that interacts with its environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%