EasyLibrary is distribuicao principal que embute as libs do ecossistema e fornece fallback/runtime modular para plugins PocketMine-MP.
- PHP
^8.2 - PocketMine-MP 5.x when this repository is used as a PMMP plugin/library
- Composer for development workflows
composer validate --strict
composer install
composer run qualityimperazim/easy-library
Read docs/compatibility.md before mixing standalone libraries with EasyLibrary embedded copies.
To let embedded LibPlaceholder parse outgoing TextPacket and SetTitlePacket messages, enable
libplaceholder.packet-bridge.enabled in EasyLibrary's config. The bridge is
disabled by default and keeps player chat/whisper parsing off unless you opt in. Use /papi bridge reload after changing bridge options; a full restart is not required for packet bridge config changes.