ipad54 / bedrockeditionclient
Implementation of Minecraft: Bedrock Edition client based on PocketMine-MP
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 4
Forks: 6
Open Issues: 1
Type:project
Requires
- php: ^8.0
- php-64bit: *
- composer-runtime-api: ^2.0
- ext-chunkutils2: ^0.3.1
- ext-crypto: ^0.3.1
- ext-ctype: *
- ext-curl: *
- ext-date: *
- ext-gmp: *
- ext-hash: *
- ext-igbinary: ^3.0.1
- ext-json: *
- ext-leveldb: ^0.2.1 || ^0.3.0
- ext-mbstring: *
- ext-morton: ^0.1.0
- ext-openssl: *
- ext-pcre: *
- ext-phar: *
- ext-pthreads: ^4.0
- ext-reflection: *
- ext-simplexml: *
- ext-sockets: *
- ext-spl: *
- ext-yaml: >=2.0.0
- ext-zip: *
- ext-zlib: >=1.2.11
- adhocore/json-comment: ^1.1
- fgrosse/phpasn1: ^2.3
- netresearch/jsonmapper: ^4.0
- pocketmine/bedrock-data: ~1.8.0+bedrock-1.19.0
- pocketmine/bedrock-protocol: ~10.0.0+bedrock-1.19.0
- pocketmine/binaryutils: ^0.2.1
- pocketmine/callback-validator: ^1.0.2
- pocketmine/classloader: ^0.2.0
- pocketmine/color: ^0.2.0
- pocketmine/errorhandler: ^0.6.0
- pocketmine/locale-data: ~2.8.0
- pocketmine/log: ^0.4.0
- pocketmine/log-pthreads: ^0.4.0
- pocketmine/math: ^0.4.0
- pocketmine/nbt: ^0.3.2
- pocketmine/pocketmine-mp: ~4.5
- pocketmine/raklib: ^0.14.2
- pocketmine/raklib-ipc: ^0.1.0
- pocketmine/snooze: ^0.3.0
- ramsey/uuid: ^4.1
- webmozart/path-util: ^2.3
Requires (Dev)
- phpstan/phpstan: 1.7.8
- phpstan/phpstan-phpunit: ^1.1.0
- phpstan/phpstan-strict-rules: ^1.2.0
- phpunit/phpunit: ^9.2
This package is not auto-updated.
Last update: 2025-03-02 01:06:32 UTC
README
Implementation of Minecraft: Bedrock Edition Client based on 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