Skip to content

Common Errors

ImperaZim edited this page Jun 21, 2026 · 1 revision

Common Errors

plugin exists

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

Package lock proxy path does not match

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

Rich Commands Are Missing

EasyLibrary rich commands require package-backed or standalone LibCommand.

Check:

/easylibrary doctor
/easylibrary packages doctor

Recovery:

/easylibrary packages install libcommand stable confirm
restart server

/easyagent Is Unknown

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.

not-installed

The official library has no active package-backed or standalone provider. Install a package or standalone plugin.

DevTools Or PackageProbe Missing

This is normal for production. EasyLibrary PHAR smoke has passed without DevTools and without EasyLibraryPackageProbe.

Clone this wiki locally