Skip to content

NhanAZ/libBedrock

Folders and files

NameName
Last commit message
Last commit date
Jan 14, 2025
Aug 17, 2023
Jul 10, 2024
Oct 15, 2022
Sep 4, 2023
Jun 11, 2023
Aug 17, 2023
Jun 16, 2023
Jun 16, 2023
Oct 15, 2022
Aug 17, 2023
Jun 16, 2023
Aug 24, 2023
Jul 10, 2024
Feb 22, 2023
Aug 17, 2023
Aug 17, 2023

Repository files navigation


🌈 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