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

Introduce Personal Playground with PocketMine-MP docker image #185

Closed eternalharvest closed 3 years ago

eternalharvest commented 3 years ago

Introduction

So that we can develop / test this plugin easily, I introduced new PPG : Personal Playground environment with latest PocketMine-MP. This PPG is integrated with devcontainer extension of Visual Studio Code and automatically restart when the plugin is built. So we can develop this plugin more and more easily. PocketMine-MP container mounts following directory on top of the repository. So, you can easily test using the pre-existing data or with any plugin you want.

Behavioural changes

Follow-up