minecraft-server/docs/plugins/protocollib.md
s8n-ru 0dad38e02e Initial commit: racked.ru Minecraft server config snapshot
Captures live config state of nullstone Purpur 1.21.11 server:
- docker-compose.yml (itzg/minecraft-server image, MODRINTH_PROJECTS + PLUGINS lists)
- All plugin configs under live-server/plugins/ (no DBs, no jars, no world data)
- Server core: bukkit.yml, spigot.yml, purpur.yml, paper-global.yml, paper-world-defaults.yml, server.properties

Excluded via .gitignore:
- World data (world/, world_nether/, world_the_end/, auth_limbo/)
- Sensitive: AuthMe DB (password hashes), Lands DB, CoreProtect DB, Essentials userdata
- Jars (auto-fetched), logs, caches, .paper-remapped
2026-04-30 18:33:38 +01:00

16 lines
683 B
Markdown

---
name: ProtocolLib
version: "5.4.0"
license: GPL-2.0
source: github
source_url: https://github.com/dmulloy2/ProtocolLib/releases/download/5.4.0/ProtocolLib.jar
acquisition: PLUGINS (direct GH URL)
purpose: Packet interception API — required by AuthMe (inventory hide) and GrimAC
---
Low-level packet API. Not on Modrinth — acquired via direct GitHub release URL. Required by AuthMe for `hideInventory` feature (hides inv from other players until logged in) and GrimAC for anticheat packet inspection.
## Notes
- Spiget source broken (reports "up to date" but jar absent) — direct GH URL is canonical
- Evaluate dropping in favour of PacketEvents-only stack (P3 deferred)