nhanaz/libbedrock

Common features for PocketMine-MP plugins

v1.1.9 2023-08-17 17:40 UTC

README

libBedrock_Icon_GIF.gif
🌈 A library that provides common features for the PocketMine-MP plugin.

CI GitHub release (latest SemVer) Discord

Table of Contents

Including in other plugins

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
...

API documentation

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.

How to contact me?

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.

How do I contribute to libBedrock?

Before you participate in our community, please read the Code of Conduct.

See Contributing for more details.

Donate

Licensing information

This project is licensed under MIT. Please see the LICENSE file for details.

Credits

Details