Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipad54/bedrockeditionclient
https://github.com/ipad54/bedrockeditionclient
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ipad54/bedrockeditionclient
- Owner: ipad54
- License: gpl-3.0
- Created: 2022-06-21T12:38:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T13:13:04.000Z (over 2 years ago)
- Last Synced: 2024-04-25T19:21:12.234Z (8 months ago)
- Language: PHP
- Size: 49.8 KB
- Stars: 21
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BedrockEditionClient
Implementation of Minecraft: Bedrock Edition Client based on [PocketMine-MP](https://github.com/pmmp/PocketMine-MP) with EncryptionCurrent 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)