Minecraft plugin packetevents
Information about packetevents and servers where it was found
🔌 About PacketEvents
PacketEvents is a protocol library for Minecraft Java Edition that exposes an API to intercept, inspect, cancel and send raw protocol packets. It can be used as a standalone plugin on a server/proxy or bundled as a library dependency for other plugins and mods.
🎯 Purpose
Provide a stable, multi-platform packet layer for plugin and mod developers so they can react to and manipulate Minecraft protocol packets (login, play, status, handshake, etc.) without writing low-level Netty code or maintaining many version-specific protocol implementations themselves.
⚙️ Features
- Event-driven packet interception for incoming and outgoing packets (receive/send events and protocol-level events).
- Ability to cancel or modify packets before the server/client processes them.
- API surface for sending and simulating packets programmatically.
- Clean lifecycle: create/load/init/terminate a PacketEvents instance for proper resource management.
- Multi-module support: separate builds/modules for common platforms so the same API works across different server/proxy/mod environments.
- Published Javadocs and documented developer setup for Maven/Gradle usage.
🧩 Who It Is For
- Plugin and mod developers who need protocol-level access (sending, simulating, or modifying packets).
- Server operators who install PacketEvents as a dependency for plugins that require packet interception.
🏗️ Example Use Cases
- A plugin registers a packet listener and cancels a specific incoming packet to prevent default processing.
- A mod sends synthetic packets to a client to create custom visual effects or UI without server-side entity changes.
- A proxy plugin handles login/handshake packets for custom authentication flows.
⚙️ Installation
📥 Setup (server operator)
- Download the official plugin JAR and place it in the server/proxy
plugins/(or equivalent) directory. - Restart the server/proxy and check logs to confirm PacketEvents loaded correctly.
🛠️ For developers (build setup)
PacketEvents is distributed as platform-specific modules. The documentation shows Maven/Gradle examples; the library is intended to be added with provided/compileOnly scope. The docs use a placeholder for the module name; replace it with the target platform module (for example spigot, velocity, bungeecord, fabric, sponge) when adding a dependency.
Example (Gradle snippet shown in official docs):
// Replace INSERT_MODULE_HERE with a supported module name (spigot, velocity, bungeecord, fabric, sponge)
compileOnly("com.github.retrooper:packetevents-~~INSERT_MODULE_HERE~~:2.12.1")
Call the library lifecycle methods from your plugin/mod (load -> init) and terminate when your plugin disables.
🧠 Technical Notes
- Officially provided modules include Spigot, Velocity, BungeeCord, Fabric and Sponge.
- The project notes the Spigot module is designed to work on widely-used forks such as Paper, Purpur and Folia, and the BungeeCord module is intended to work on Waterfall.
- The project is published with source, releases and Javadocs; it is licensed under GPL-3.0.
- The library is intended to be added with
provided/compileOnlyscope for plugin builds when bundling is not desired; bundling instructions are documented for cases where a plugin includes PacketEvents in its distribution.
🤝 When This Plugin Is Useful
If your project requires direct control over the Minecraft protocol—for custom authentication, packet-based effects, proxy handling, or low-level integrations—PacketEvents provides a cross-platform API and lifecycle management so you can build those features without reimplementing protocol handling per server or proxy implementation.
- Smithtainment
Community-focused survival SMP with custom plugins, economy, mcMMO and mini-games — friendly players and active forums.
754.99 - AetherCraft
Semi-custom Survival SMP with land protection, a player-driven economy, custom items and mobs, multiple worlds, and Bedrock/Java crossplay support.
653.03 - CorePlay
Classic Czech/Slovak survival server with events, duels, auctions and a friendly community.
252.62 - DTRH
Survival SMP with Java–Bedrock crossplay, quests, custom items and mobs, player economy and land protection — plus minigames and social features for both casual and progression players.
252.5 - Welcome To the Kmartz SMP!252.45
- A Fallout Roleplaying Server151.99
- PIDGE Survival RPG
Java Survival RPG focused on long-term progression: custom mobs and dungeons, in-game economy and jobs, land protection, cosmetics, and community-driven events.
151.14 - GospelCraft
Christian-themed Towny survival with custom mobs, mcMMO, jobs and an emphasis on scripture introduced through gameplay.
150.87 - A Minecraft Server250.71
- A Minecraft Server150.04
- EthelMC
Community survival with economy, land claims, arenas and crossplay (Java & Bedrock). Ranks, player shops and seasonal events.
149 - Project Eden
Community‑focused survival server with player economy, mcMMO, creative plots and weekly minigames — calm, friendly and family‑oriented.
048.75 - SentinelCraft
Long‑running survival community focused on Towns, mcMMO and player economy — friendly, no‑grief gameplay with regular events.
047.67
The packetevents plugin page shows which servers monitoring found this plugin on, and which platforms and versions it appears with.
Plugins may add commands, economy, protection, permissions, mini-games, integrations, or other mechanics. The actual role of packetevents depends on each server's configuration.
Data is generated automatically from technical server responses. If a server hides its plugin list, it may not appear in this section even if it uses packetevents.
Use the server list with packetevents to compare projects, check compatible versions, or find examples of how the plugin is used on public servers.