https://github.com/phase/phasebot
Stand-alone Minecraft bot with a turing complete scripting language (MC 1.8)
https://github.com/phase/phasebot
Last synced: 9 months ago
JSON representation
Stand-alone Minecraft bot with a turing complete scripting language (MC 1.8)
- Host: GitHub
- URL: https://github.com/phase/phasebot
- Owner: phase
- Created: 2015-05-25T07:37:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T01:58:23.000Z (about 10 years ago)
- Last Synced: 2025-04-04T05:01:38.071Z (12 months ago)
- Language: Java
- Homepage:
- Size: 30.6 MB
- Stars: 30
- Watchers: 6
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#PhaseBot
[](https://gitter.im/phase/PhaseBot?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://waffle.io/phase/PhaseBot)
[](https://travis-ci.org/phase/PhaseBot)
[](https://github.com/auchenberg/volkswagen)
A Minecraft bot that does various tasks
[](https://waffle.io/phase/PhaseBot/metrics)
## Building
Just compiling the code:
```
gradle build
```
Creating a **runnable jar** (*may take ~20 minutes*):
```
gradle fatJar
```
## Current Features
You can check the [waffle](https://waffle.io/phase/PhaseBot) to see what I'm working on.
* Connecting to servers (1.8.X)
* Reading chat commands
* Complete Console w/ features
* Parsing JavaScript & Ruby code
* Script Engine to interact with the bot
* Movement/Pathfinding (A*)
* Looking
* Loading entities and handling entity movement
* Loading chunks and handling block changes
* Changing Slot
* Breaking/Placing Blocks