π A library that provides common features for the PocketMine-MP plugin.
Table of Contents
Integrate the virion itself into your plugin or you could also use it as a composer library by running the command below:
composer require nhanaz/libbedrock
This library supports being included as a virion.
If you use Poggit to build your plugin, you can add it to your .poggit.yml
like so:
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/YourGithubUserName/YourPluginName
build-by-default: true
branches:
- master
projects:
YourPluginName:
path: ""
libs:
- src: NhanAZ/libBedrock/libBedrock
version: x.y.z
...
There's no documentation yet, but you can check out the demo plugin/dependency graph which shows how to use its API in a plugin or read the PHPDocs written in the code.
You can contact me directly via Discord NhanAZ
(Originally known as NhanAZ#9115
), ping @NhanAZ
in Discord https://discord.gg/j2X83ujT6c, email to nhanaz@duck.com
.
Before you participate in our community, please read the Code of Conduct.
See Contributing for more details.
This project is licensed under MIT. Please see the LICENSE file for details.