Official documentation
Entity Packet Bridge
A free developer and runtime bridge that lets Bukkit, Paper and Folia plugins observe entity interaction and client packets safely.

Getting started
Installation
- 1
Stop the Minecraft server completely.
- 2
Install every required dependency listed below before EntityPacketBridge.
- 3
Place EntityPacketBridge.jar inside the plugins folder.
- 4
Start the Minecraft server and review the generated EntityPacketBridge configuration folder.
- 5
Test the plugin on a staging server before enabling it for all players.
Supported environments
Compatibility
1.2.1Plugin version
1.20+Minecraft
Spigot / Paper / FoliaServer software
Java 17 or newerRuntime
Integrations
Dependencies
No external dependencies are required.
Reference
Commands
This plugin does not register public commands.
Access control
Permissions
This plugin does not define public permission nodes.
Server setup
Configuration notes
- The bridge has no player configuration workflow; install it as a dependency for compatible plugins.
Important notes
- There are no public commands or permissions.
- Packet callbacks run on the player's connection thread; API consumers must schedule mutable server work correctly.
Visual guide
Images
