-
Notifications
You must be signed in to change notification settings - Fork 2
Official Libraries
ImperaZim edited this page Jun 21, 2026
·
2 revisions
Current official EasyLibrary package set:
| Package id | Plugin name | Current line | Notes |
|---|---|---|---|
libpacket |
LibPacket | 2.x | Packet helpers and interception |
libcommand |
LibCommand | 2.x | Commands, arguments, enums and rich command backend |
libserializer |
LibSerializer | 2.x | Serialization helpers |
libform |
LibForm | 2.x | Bedrock form UI builders |
libdb |
LibDB | 2.x | Database manager and query helpers |
libplaceholder |
LibPlaceholder | 1.x | Placeholder API, expansions and Index support |
libworld |
LibWorld | 1.x | World lifecycle, regions, edits and schematics |
agent-bridge |
EasyLibrary Agent Bridge | 1.x | Optional bridge to EasyLibraryAgent |
libcustom |
LibCustom | 2.x | Custom items, blocks and entities |
libenchantment |
LibEnchantment | 2.x | Custom enchantments |
libhud |
LibHud | 2.x | BossBar, scoreboard and HUD helpers |
libtrigger |
LibTrigger | 2.x | Trigger registration and execution |
libwindow |
LibWindow | 2.x | Inventory window UI |
Each library can be provided as:
- an EasyLibrary package-backed provider;
- a standalone PMMP plugin.
The standalone-only smoke has passed for all 13 official standalone PHARs. The package-backed smoke matrix has passed for all 13 official packages.
Package-backed provider:
/easylibrary packages status <package-id>
/easylibrary packages doctor
Standalone provider:
/pl
/version <PluginName>
Development probe when installed:
/elprobe <package-id>
/elprobe run <package-id>
- Package Manager
- Package Backed Plugins
- Standalone vs Package
- Package Switch and Migration
- Package Doctor
- Package Recovery
- Proxy Troubleshooting