Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wode490390/botclient
Create your Minecraft: Bedrock Edition bots.
https://github.com/wode490390/botclient
bot client fake mcbe mcpe minecraft
Last synced: 2 months ago
JSON representation
Create your Minecraft: Bedrock Edition bots.
- Host: GitHub
- URL: https://github.com/wode490390/botclient
- Owner: wode490390
- License: gpl-3.0
- Created: 2019-07-09T18:28:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-18T18:20:29.000Z (about 3 years ago)
- Last Synced: 2023-03-07T15:37:20.767Z (almost 2 years ago)
- Topics: bot, client, fake, mcbe, mcpe, minecraft
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 28
- Watchers: 7
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [WIP] BotClient
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
![Java 8](https://img.shields.io/badge/java-8-brightgreen)Create your Minecraft: Bedrock Edition bots.
### This project is still a work in progress and probably won't be complete any time soon.
Known supported server softwares: [**NukkitX 1.0**](https://github.com/NukkitX/Nukkit)
## Compiling
Run `mvn clean package`. The compiled JAR can be found in the `target/` directory.## Contributing
As a project that is still nowhere near completion, any contributions are appreciated.## Links
__[NukkitX Protocol Library](https://github.com/NukkitX/Protocol) used in this project__