BigBrotherTeam / BigBrother

Allows the connection of Minecraft: Java Edtion clients to PocketMine-MP servers. Made for PocketMine-MP
GNU Lesser General Public License v3.0
96 stars 23 forks source link

1.16.200 support #176

Closed IceCruelStuff closed 3 years ago

IceCruelStuff commented 3 years ago

Introduction

Adds support for Minecraft: Bedrock Edition 1.16.200.

Behavioural changes

None

Follow-up

Xd-pro commented 3 years ago

Hey, can you give me a phar for this? I'm not a PHP developer, so I'm clueless on how to compile it.

eternalharvest commented 3 years ago

@Xd-pro

Currently I have no testing environment, so I'm not sure if I can merge this PR. If you have already installed composer command, you can build this plugin as follows.

composer build

Or if you have not installed composer, try this.

curl -sS https://getcomposer.org/installer | php
php composer.phar build

Not to mention, you must have php 7.2 or above, and some php extension which PocketMine-MP required is installed.