Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
/ libRegRsp Public archive

Resource pack register library for PocketMine plugins

License

Notifications You must be signed in to change notification settings

ArchiveArea/libRegRsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contact

Discord
You can contact me directly via Discord NhanAZ#9115