Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 968 Bytes

File metadata and controls

33 lines (21 loc) · 968 Bytes

Getting Started

EasyLibrary is distribuicao principal que embute as libs do ecossistema e fornece fallback/runtime modular para plugins PocketMine-MP.

Requirements

  • PHP ^8.2
  • PocketMine-MP 5.x when this repository is used as a PMMP plugin/library
  • Composer for development workflows

Development setup

composer validate --strict
composer install
composer run quality

Package

imperazim/easy-library

Read docs/compatibility.md before mixing standalone libraries with EasyLibrary embedded copies.

Embedded LibPlaceholder packet bridge

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.