nhanaz / libregrsp
This package is abandoned and no longer maintained.
No replacement package was suggested.
Resource pack register library for PocketMine plugins
dev-master
2023-06-11 01:00 UTC
This package is auto-updated.
Last update: 2023-09-11 01:31:15 UTC
README
Warning
This repository is no longer in active development. Please use the library https://github.com/NhanAZ/libBedrock
libRegRsp
Resource pack register library for PocketMine 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/libregrsp
API documentation
There's no documentation yet, but you can check out the demo plugin which shows how to use its API in a plugin.
Including in other plugins
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:
projects: YourPlugin: libs: - src: NhanAZ/libRegRsp/libRegRsp version: x.y.z