Skip to content

EasyLibrary Agent Bridge

ImperaZim edited this page Jun 21, 2026 · 1 revision

EasyLibrary Agent Bridge

Field Value
Package id agent-bridge
Plugin name EasyLibraryAgentBridge
Current line 1.x
Namespace imperazim\agent
Hard dependencies none
Soft dependencies LibCommand, LibPlaceholder, LibPacket

EasyLibraryAgentBridge connects a PocketMine-MP server to EasyLibraryAgent.

Provider Modes

  • Package-backed through EasyLibrary.
  • Standalone PHAR as EasyLibraryAgentBridge.

Default Runtime State

The bridge installs enabled as a PMMP plugin, but its Agent runtime is disabled by default:

agent.enabled=false

With that default, /easyagent is not registered. This is expected. Enable the Agent runtime and restart before using Agent command diagnostics.

Validation

Package-backed:

/easylibrary packages status agent-bridge
/easylibrary packages doctor

Development probe:

/elprobe run agent-bridge

Standalone:

/pl
/version EasyLibraryAgentBridge

Clone this wiki locally