-
Notifications
You must be signed in to change notification settings - Fork 2
Common Errors
ImperaZim edited this page Jun 21, 2026
·
1 revision
Usually means PMMP found two plugins with the same plugin name.
Check for:
- standalone PHAR plus active package-backed proxy;
- stale
.easylibrary-*proxy folder; - copied plugin folders from an old server.
Recovery:
/easylibrary packages proxies
/easylibrary packages proxies reconcile confirm
/easylibrary packages doctor
restart server
The package lock points at a different proxy mount path than the current server. This can happen after copying a server directory.
Recovery:
/easylibrary packages repair all confirm
/easylibrary packages proxies reconcile confirm
/easylibrary packages doctor
EasyLibrary rich commands require package-backed or standalone LibCommand.
Check:
/easylibrary doctor
/easylibrary packages doctor
Recovery:
/easylibrary packages install libcommand stable confirm
restart server
EasyLibraryAgentBridge only registers /easyagent when agent.enabled=true
and command support is enabled. With the default config, the bridge can be
installed and enabled while the command remains absent.
The official library has no active package-backed or standalone provider. Install a package or standalone plugin.
This is normal for production. EasyLibrary PHAR smoke has passed without DevTools and without EasyLibraryPackageProbe.
- 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