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.
- Herocraft Online
RPG‑ориєнтований мережевий сервер з багатьма класами, тауншипами, підземеллями й економікою — для гравців, хто любить рольові виживання та PvP.
2555.76 - Froggie
Friendly survival SMP offering protected claims, an economy with player shops and auctions, multi-version support, and Java–Bedrock cross-play for casual builders and communities.
751.38 - Smithtainment
Community-focused survival SMP with custom plugins, economy, mcMMO and mini-games — friendly players and active forums.
550.57 - Netherlite is loading...450.3
- GospelCraft
Christian-themed Towny survival with custom mobs, mcMMO, jobs and an emphasis on scripture introduced through gameplay.
550.16 - LilBoxPvP
A BoxPvP-focused server with fast arena combat, duels and seasonal progression. Offers custom items, NPC-driven menus, and likely Java–Bedrock crossplay.
348.94 - DaemoniaCraft
Towny‑based RPG Survival with Solo‑Leveling vibes, custom mobs, economy and Bedrock support — deep progression for grindy RPG fans.
148.35 - A Minecraft Server148.24
- TGG Online
Korean FPS-style Minecraft server offering zombie survival and bomb/escape minigames with extensive custom weapons, custom models, and a resource-pack-backed experience.
1246.7 - Racsu Planet
Cross-play Survival MMORPG (Java + Bedrock) with skills, quests, custom dungeons and an in-game economy backed by an official store and community hub.
146.23 - AnarchyLands CZ/SK146.09
- EthelMC
Community survival with economy, land claims, arenas and crossplay (Java & Bedrock). Ranks, player shops and seasonal events.
244.03 - CorePlay
Classic Czech/Slovak survival server with events, duels, auctions and a friendly community.
143.07 - A Fallout Roleplaying Server342.42
- The Dojo
Towny survival with mcMMO progression, player economy and community-focused gameplay — build towns, level skills and play with friends.
038.76 - ÂBoundaryMC ÂIs OfflineÂ238.54
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.