Minecraft plugin ProtocolLib
Information about ProtocolLib and servers where it was found
🔌 About ProtocolLib
ProtocolLib is a Minecraft plugin library that exposes the network protocol to other plugins. It provides an API for reading, modifying, cancelling, and sending raw packets between server and client without requiring plugins to depend on obfuscated server internals.
🎯 Purpose
ProtocolLib exists to make packet-level work reliable and maintainable for plugin developers. It centralizes packet access behind a stable API so multiple plugins can inspect and change packet traffic without directly hooking the server's internal classes.
⚙️ Features
- Event-style API for intercepting incoming and outgoing packets.
- Read/write accessors for common packet fields (strings, ints, vectors, etc.).
- Ability to cancel packets or modify their contents before they reach their destination.
- Utility to construct and send packets server-side.
- Hides obfuscated server classes behind an index-based read/write system to improve cross-version stability.
- Distributed as a server-side jar and consumable as a compile-time dependency for plugin builds.
🧩 Who It Is For
- Plugin developers who need packet-level control (cosmetics, disguises, custom client effects, network utilities).
- Server operators who run plugins that depend on direct protocol access.
🏗️ Example Use Cases
- Listening for chat packets to implement a server-side censor before messages are applied.
- Sending a crafted explosion packet to a player to create a client-side effect without changing the world state.
- Implementing disguises, custom animations, or other client-only visuals that require packet manipulation.
⌨️ Commands
No user-facing commands are provided by ProtocolLib itself; it is a developer library rather than a feature plugin.
⚙️ Installation
📥 Setup
- Download the official ProtocolLib jar and place it into your server's
plugins/directory. - Restart the server and check the server console to confirm the plugin loads without errors.
- When developing a plugin that uses ProtocolLib, add ProtocolLib as a compile-time dependency and declare it (or soft-depend) in your plugin manifest.
📦 Dependencies
- ProtocolLib does not require other server plugins to function; it is intended to be used by other plugins as a library.
🧾 Configuration
- ProtocolLib creates its own configuration files on first run. Plugin-specific configuration is handled by the plugins that use ProtocolLib.
🧠 Technical Notes
- ProtocolLib provides a
ProtocolManagerentry point to register packet listeners and to send packets programmatically. - The project is distributed under a GPL-2.0 license.
- Maven/Gradle coordinates are published for use as a compile-time dependency.
- ProtocolLib is maintained with compatibility considerations for a wide range of Minecraft server versions; it is primarily targeted at Bukkit-derived server software.
🤝 When This Plugin Is Useful
If your project needs to inspect or alter the raw Minecraft protocol (for client-side effects, custom visuals, or network-level hooks), ProtocolLib centralizes and stabilizes that work so multiple plugins can safely interact with packets.
- Herocraft Online
RPG‑ориєнтований мережевий сервер з багатьма класами, тауншипами, підземеллями й економікою — для гравців, хто любить рольові виживання та PvP.
2555.77 - LinkCraft
Community Minecraft server focused on rankups, parkour courses, mazes and timed challenges — casual mini‑games and progression fun.
1354.83 - Restarting...2053.78
- The Best In The Game1,34752.23
- A Minecraft Server851.71
- Rooted Realm
Whitelisted Java survival SMP: no planned wipes, player-driven economy, weekly events and optional PvP. Friendly adult community — join via site or Discord.
651.36 - Smithtainment
Community-focused survival SMP with custom plugins, economy, mcMMO and mini-games — friendly players and active forums.
1051.05 - DaemoniaCraft
Towny‑based RPG Survival with Solo‑Leveling vibes, custom mobs, economy and Bedrock support — deep progression for grindy RPG fans.
550.89 - Akoot&Co
Cozy, community-focused SMP with Java and Bedrock support, a public live world map, donation shop, and quality-of-life features for relaxed building and exploration.
450.47 - GospelCraft
Christian-themed Towny survival with custom mobs, mcMMO, jobs and an emphasis on scripture introduced through gameplay.
1449.71 - Netherlite is loading...249.66
- 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.
149.29 - 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.41 - Minecart Rapid Transit
Community-focused city-building and transportation server centered on rideable trains, large transit networks, protected builds, player-run economy, and organized PvP arenas.
548.23 - A Minecraft Server148.21
- 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.
247.11 - MoodCraft
French semi‑RP survival SMP focused on player-run towns, economy and urban projects — friendly progression with in-game guides, shops, jobs and secure chest protection. Java & Bedrock supported.
247.02 - 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.
346.73
The ProtocolLib 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 ProtocolLib 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 ProtocolLib.
Use the server list with ProtocolLib to compare projects, check compatible versions, or find examples of how the plugin is used on public servers.