Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/archivearea/libregrsp
- Owner: ArchiveArea
- License: lgpl-3.0
- Archived: true
- Created: 2022-05-05T05:34:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T01:00:00.000Z (over 1 year ago)
- Last Synced: 2024-09-26T10:21:57.919Z (3 months 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
[![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`**