Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ipad54/bedrockeditionclient


https://github.com/ipad54/bedrockeditionclient

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# BedrockEditionClient
Implementation of Minecraft: Bedrock Edition Client based on [PocketMine-MP](https://github.com/pmmp/PocketMine-MP) with Encryption

Current Minecraft version: 1.19.0

### TODO
- [ ] Xbox Live Authentication
- [ ] Realm joining
- [ ] Many more...

### Getting started
Running Bedrock Edition Client requires PMMP's php8 binary

### Installation
```
git clone https://github.com/ipad54/BedrockEditionClient
cd BedrockEditionClient
bin/php7/bin/php composer.phar install --no-dev --classmap-authoritative
```

### Documentation
See [DOCS.md](https://github.com/ipad54/BedrockEditionClient/blob/master/DOCS.md)