A PocketMine-MP plugin built with the Pockgin standard workflow.
- PocketMine-MP API 5.0.0+
- PHP 8.2+
Download the latest .phar from the Releases page and place it in your server's plugins/ folder.
- Clone this repository
- Edit the source code in
src/ - Update
versioninplugin.ymlwhen ready to release - Push to
main- the CI workflow will automatically build and create a release
This template uses the Pockgin standard build workflow:
- On every push/PR, the plugin is validated and built using
@pockgin/cli - When
plugin.ymlversion is bumped and pushed tomain, a GitHub Release is automatically created with the.pharartifact - No manual release steps needed