nhanaz / blockdata
A virion for PocketMine-MP that lets plugins store arbitrary block data
Installs: 49
Dependents: 2
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nhanaz/blockdata
Requires
- pocketmine/pocketmine-mp: ^5.0.0
Requires (Dev)
- phpstan/phpstan: ^1.8.9
This package is auto-updated.
Last update: 2025-03-31 06:57:33 UTC
README
Note Use this library if you are a professional developer https://github.com/Cosmoverse/BlockData
BlockData
A virion for PocketMine-MP that lets plugins store arbitrary block data
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/blockdata
API documentation
There's no documentation yet, but you can check out the demo plugin or Dependency graph 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:
--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/YourGithubUserName/YourPluginName build-by-default: true branches: - master projects: YourPluginName: path: "" libs: - src: NhanAZ/BlockData/BlockData version: x.y.z ...