HomeJavaModsLaminar
Laminar

Laminar

A packet-validation layer for Spigot/Paper. Laminar checks client→server Play packets against their protocol shape — and, for a handful of privileged packets, against the sender's actual permissions — before they reach the rest of your plugins.


What it does


What Laminar is not

Laminar is not an anticheat. It does not detect movement exploits, combat hacks, or behavioural anomalies — it validates structure, range, and permission, not intent. Think of it as a protocol-level input filter: it enforces that a packet is well-formed and the sender was allowed to send it, and leaves game-logic judgement to other systems.


Compatibility

API PacketEvents 2.11.1 (shaded)
Minimum server Spigot / Paper 1.19 (declared via api-version)
Built against Spigot API 1.21.4
Priority LOWEST — runs alongside anticheats and other packet listeners without contending for event order
Thread safety Pipeline interception runs on Netty I/O threads; the permission cache is ConcurrentHashMap-backed

This reflects the current Alpha V0.3 codebase — a technical description of what's actually implemented, not a roadmap.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more