https://github.com/NhanAZ/libRegRsp
Resource pack register library for PocketMine plugins
https://github.com/NhanAZ/libRegRsp
lib library php pmmp pocketmine pocketmine-mp regrsp
Last synced: 9 months ago
JSON representation
Resource pack register library for PocketMine plugins
- Host: GitHub
- URL: https://github.com/NhanAZ/libRegRsp
- Owner: ArchiveArea
- License: lgpl-3.0
- Archived: true
- Created: 2022-05-05T05:34:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T01:00:00.000Z (about 3 years ago)
- Last Synced: 2024-12-17T06:08:07.909Z (over 1 year ago)
- Topics: lib, library, php, pmmp, pocketmine, pocketmine-mp, regrsp
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://discord.gg/j2X83ujT6c)\
**You can contact me directly via Discord `NhanAZ#9115`**