> For the complete documentation index, see [llms.txt](https://venndev.gitbook.io/vapm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://venndev.gitbook.io/vapm/pocketmine-pmmp.md).

# PocketMine-PMMP

This is for those from PocketMine-PMMP Software

* To implement and use methods, you must first use this library's method at the top of the plugin's onEnable function.

```php
protected function onEnable() : void
{
    VapmPMMP::init($this);
}
```

* Download the Phar officially [here](https://poggit.pmmp.io/ci/VennDev/LibVapmPMMP/LibVapmPMMP)
