-
Notifications
You must be signed in to change notification settings - Fork 2
Embedded Libraries Migration Map
ImperaZim edited this page Jun 21, 2026
·
1 revision
EasyLibrary 3.x removed the old embedded official library source from the core. Use package-backed or standalone providers instead.
| Old 2.x bundled namespace | 3.x provider | Package id | Standalone plugin |
|---|---|---|---|
imperazim\packet |
LibPacket | libpacket |
LibPacket |
imperazim\command |
LibCommand | libcommand |
LibCommand |
imperazim\serializer |
LibSerializer | libserializer |
LibSerializer |
imperazim\form |
LibForm | libform |
LibForm |
imperazim\db |
LibDB | libdb |
LibDB |
imperazim\placeholder |
LibPlaceholder | libplaceholder |
LibPlaceholder |
imperazim\world |
LibWorld | libworld |
LibWorld |
imperazim\agent |
EasyLibraryAgentBridge | agent-bridge |
EasyLibraryAgentBridge |
imperazim\custom |
LibCustom | libcustom |
LibCustom |
imperazim\enchantment |
LibEnchantment | libenchantment |
LibEnchantment |
imperazim\hud |
LibHud | libhud |
LibHud |
imperazim\trigger |
LibTrigger | libtrigger |
LibTrigger |
imperazim\window |
LibWindow | libwindow |
LibWindow |
If your plugin imports one of these namespaces, make sure a provider exists:
- package-backed provider through EasyLibrary;
- standalone plugin provider;
- explicit dependency declared in
plugin.yml.
- Package Manager
- Package Backed Plugins
- Standalone vs Package
- Package Switch and Migration
- Package Doctor
- Package Safety Gate
- Support Report Bundle
- Timings
- Runtime Notifications
- Package Recovery
- Proxy Troubleshooting
- Migrating from EasyLibrary 2.0 to 3.x
- Embedded Libraries Migration Map
- Removed Features and Replacements
- Deprecated APIs
- Compatibility Policy
- Config Migration
- 3x Dev Scope Checkpoint
- Plugin Developer Migration
- Server Administrator Migration
- Official Libraries
- LibPacket
- LibCommand
- LibSerializer
- LibForm
- LibDB
- LibCommons
- LibHttp
- LibAssets
- LibRuntimeInspector
- LibRuntimeGuard
- LibPlaceholder
- LibWorld
- LibModule
- EasyLibrary Agent Bridge
- LibCustom
- LibEnchantment
- LibHud
- LibTrigger
- LibWindow
- Public API Contract
- Module Boundary
- Module Smoke Matrix
- LibAsync Incubator
- LibReflect Incubator
- Doctor Output
- Repository Notifications
- Smoke Tests
- Common Errors
- Release and Changelog