Skip to content
3add edited this page Apr 21, 2026 · 4 revisions

What are packets?

Packets are payloads of information sent between a client (where you play Minecraft) and a server (the computer hosting the game)

PacketEventsSK gives developers the ability to manipulate these packets within Skript to allow full control over your Minecraft server.

Installation

Download the PacketEventsSK plugin jar and place it in your server's plugins/ folder. Then, restart your server.

Important

PacketEventsSK (as the name implies) requires PacketEvents. Download the latest Spigot release from their Github and place it in your server's plugins folder.

Usage

See the wiki sidebar on the right for code examples.

Clone this wiki locally