https://github.com/NhanAZ-Libraries/BlockData
A virion for PocketMine-MP that lets plugins store arbitrary block data
https://github.com/NhanAZ-Libraries/BlockData
lib library php pmmp pocketmine pocketmine-mp virion
Last synced: 5 months ago
JSON representation
A virion for PocketMine-MP that lets plugins store arbitrary block data
- Host: GitHub
- URL: https://github.com/NhanAZ-Libraries/BlockData
- Owner: NhanAZ
- License: gpl-3.0
- Created: 2023-04-23T12:56:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T06:57:30.000Z (about 1 year ago)
- Last Synced: 2025-03-31T07:32:56.493Z (about 1 year ago)
- Topics: lib, library, php, pmmp, pocketmine, pocketmine-mp, virion
- Language: PHP
- Homepage:
- Size: 71.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](https://github.com/NhanAZ/BlockData_Example_Plugin) or [Dependency graph](https://github.com/NhanAZ/BlockData/network/dependents) 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
--- # 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
...
```
# Contact
[](https://discord.gg/j2X83ujT6c)\
**You can contact me directly via Discord `NhanAZ#9115`**