What is PacketEvents?

Introduction to PacketEvents.

Just Another Minecraft Protocol Library...

PacketEvents is a protocol library tailored for Minecraft Java Edition, designed to facilitate the processing and transmission of packets. At its core, PacketEvents relies on Netty, a powerful networking framework. This strategic choice imbues PacketEvents with versatility, enabling its potential implementation across diverse platforms supported by Netty.

A New Beginning

Our goal with PacketEvents 2.0 was to make code efficient and portable. We wanted developers to write code once and use it easily on multiple platforms. Currently, PacketEvents runs well on Spigot, BungeeCord, and Velocity. Additionally, we have engineered a minimal Minecraft server implementation using only PacketEvents and Netty.

Last updated