Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/archivearea/libregrsp

Resource pack register library for PocketMine plugins
https://github.com/archivearea/libregrsp

lib library php pmmp pocketmine pocketmine-mp regrsp

Last synced: 3 months ago
JSON representation

Resource pack register library for PocketMine plugins

Awesome Lists containing this project

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](https://github.com/nhanaz-pm-pl/CustomJoinSound/) which shows how to use its API in a plugin.

## Including in other plugins
This library supports being included as a [virion](https://github.com/poggit/support/blob/master/virion.md).

If you use [Poggit](https://poggit.pmmp.io) to build your plugin, you can add it to your `.poggit.yml` like so:

```yml
projects:
YourPlugin:
libs:
- src: NhanAZ/libRegRsp/libRegRsp
version: x.y.z
```

# Contact
[![Discord](https://img.shields.io/discord/986553214889517088?label=discord&color=7289DA&logo=discord)](https://discord.gg/j2X83ujT6c)\
**You can contact me directly via Discord `NhanAZ#9115`**