Fabric Packet Logger

Quick rating

Fabric Packet Logger

No reviews yet

Deep packet logging mod for Minecraft Fabric - captures all network traffic with full NBT/Component data

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0-1.21.9
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Fabric Package Logger

Fabric API auf Modrinth

A deep packet logging mod for Minecraft Fabric that captures all network traffic (S2C and C2S) with full NBT/Component data.

Use Cases

  • Mod Development: Debug network communication between client and server
  • Container Inspection: View exact contents of inventories with full NBT/Component data and copying them
  • Reverse Engineering: Analyze server-side mechanics and packet structures
  • Anti-Cheat Analysis: Understand what data the server sends and receives
  • Learning: Understand how Minecraft's network protocol works

Usage

Keybind

Press F6 to open the config screen.

Packet Selection

Use the dual-list selector to choose which packets to log:

  • S2C (Server → Client): Incoming packets like inventory updates, entity spawns, etc.
  • C2S (Client → Server): Outgoing packets like clicks, movements, etc.

Log Modes

  • Chat: Display packets in the game chat (truncated for readability)
  • File: Save packets to log files with full data

Log Files

Logs are saved to:

MINECRAFT_FOLDER/config/package-logger/packets_2026-01-04_15-30-45_servername.log

A new log file is created when:

  • Joining a world/server
  • Re-enabling logging after it was disabled

Example Output

[12:34:56.789] [S2C] InventoryS2CPacket {syncId:2,revision:1,id:"minecraft:generic_9x3",components:{"minecraft:container":[{item:{id:"minecraft:diamond_sword",count:1,components:{"minecraft:enchantments":{levels:{"minecraft:sharpness":5}}}},slot:0}]}}

Settings GUI / Package selection

Available Packets

S2C Packets (Server → Client)

Click to expand (108 packets)
  • AdvancementUpdateS2CPacket
  • BlockBreakingProgressS2CPacket
  • BlockEntityUpdateS2CPacket
  • BlockEventS2CPacket
  • BlockUpdateS2CPacket
  • BossBarS2CPacket
  • BundleS2CPacket
  • ChangeUnlockedRecipesS2CPacket
  • ChatMessageS2CPacket
  • ChatSuggestionsS2CPacket
  • ChunkBiomeDataS2CPacket
  • ChunkDataS2CPacket
  • ChunkDeltaUpdateS2CPacket
  • ChunkLoadDistanceS2CPacket
  • ChunkRenderDistanceCenterS2CPacket
  • ChunkSentS2CPacket
  • ClearTitleS2CPacket
  • CloseScreenS2CPacket
  • CommandSuggestionsS2CPacket
  • CommandTreeS2CPacket
  • CooldownUpdateS2CPacket
  • CraftFailedResponseS2CPacket
  • DamageTiltS2CPacket
  • DeathMessageS2CPacket
  • DebugSampleS2CPacket
  • DifficultyS2CPacket
  • EndCombatS2CPacket
  • EnterCombatS2CPacket
  • EnterReconfigurationS2CPacket
  • EntitiesDestroyS2CPacket
  • EntityAnimationS2CPacket
  • EntityAttachS2CPacket
  • EntityAttributesS2CPacket
  • EntityDamageS2CPacket
  • EntityEquipmentUpdateS2CPacket
  • EntityPassengersSetS2CPacket
  • EntityPositionS2CPacket
  • EntityS2CPacket
  • EntitySetHeadYawS2CPacket
  • EntitySpawnS2CPacket
  • EntityStatusEffectS2CPacket
  • EntityStatusS2CPacket
  • EntityTrackerUpdateS2CPacket
  • EntityVelocityUpdateS2CPacket
  • ExperienceBarUpdateS2CPacket
  • ExperienceOrbSpawnS2CPacket
  • ExplosionS2CPacket
  • GameJoinS2CPacket
  • GameMessageS2CPacket
  • GameStateChangeS2CPacket
  • HealthUpdateS2CPacket
  • InventoryS2CPacket
  • ItemPickupAnimationS2CPacket
  • LightUpdateS2CPacket
  • LookAtS2CPacket
  • MapUpdateS2CPacket
  • NbtQueryResponseS2CPacket
  • OpenHorseScreenS2CPacket
  • OpenScreenS2CPacket
  • OpenWrittenBookS2CPacket
  • OverlayMessageS2CPacket
  • ParticleS2CPacket
  • PlayerAbilitiesS2CPacket
  • PlayerActionResponseS2CPacket
  • PlayerListHeaderS2CPacket
  • PlayerListS2CPacket
  • PlayerPositionLookS2CPacket
  • PlayerRemoveS2CPacket
  • PlayerRespawnS2CPacket
  • PlayerSpawnPositionS2CPacket
  • PlaySoundFromEntityS2CPacket
  • PlaySoundS2CPacket
  • ProfilelessChatMessageS2CPacket
  • ProjectilePowerS2CPacket
  • RemoveEntityStatusEffectS2CPacket
  • RemoveMessageS2CPacket
  • ScoreboardDisplayS2CPacket
  • ScoreboardObjectiveUpdateS2CPacket
  • ScoreboardScoreResetS2CPacket
  • ScoreboardScoreUpdateS2CPacket
  • ScreenHandlerPropertyUpdateS2CPacket
  • ScreenHandlerSlotUpdateS2CPacket
  • SelectAdvancementTabS2CPacket
  • ServerMetadataS2CPacket
  • SetCameraEntityS2CPacket
  • SetTradeOffersS2CPacket
  • SignEditorOpenS2CPacket
  • SimulationDistanceS2CPacket
  • StartChunkSendS2CPacket
  • StatisticsS2CPacket
  • StopSoundS2CPacket
  • SubtitleS2CPacket
  • SynchronizeRecipesS2CPacket
  • TeamS2CPacket
  • TickStepS2CPacket
  • TitleFadeS2CPacket
  • TitleS2CPacket
  • UnloadChunkS2CPacket
  • UpdateSelectedSlotS2CPacket
  • UpdateTickRateS2CPacket
  • VehicleMoveS2CPacket
  • WorldBorderCenterChangedS2CPacket
  • WorldBorderInitializeS2CPacket
  • WorldBorderInterpolateSizeS2CPacket
  • WorldBorderSizeChangedS2CPacket
  • WorldBorderWarningBlocksChangedS2CPacket
  • WorldBorderWarningTimeChangedS2CPacket
  • WorldEventS2CPacket
  • WorldTimeUpdateS2CPacket

C2S Packets (Client → Server)

Click to expand (47 packets)
  • AcknowledgeChunksC2SPacket
  • AcknowledgeReconfigurationC2SPacket
  • AdvancementTabC2SPacket
  • BoatPaddleStateC2SPacket
  • BookUpdateC2SPacket
  • ButtonClickC2SPacket
  • ChatCommandSignedC2SPacket
  • ChatMessageC2SPacket
  • ClickSlotC2SPacket
  • ClientCommandC2SPacket
  • ClientStatusC2SPacket
  • CloseHandledScreenC2SPacket
  • CommandExecutionC2SPacket
  • CraftRequestC2SPacket
  • CreativeInventoryActionC2SPacket
  • DebugSampleSubscriptionC2SPacket
  • HandSwingC2SPacket
  • JigsawGeneratingC2SPacket
  • MessageAcknowledgmentC2SPacket
  • PickFromInventoryC2SPacket
  • PlayerActionC2SPacket
  • PlayerInputC2SPacket
  • PlayerInteractBlockC2SPacket
  • PlayerInteractEntityC2SPacket
  • PlayerInteractItemC2SPacket
  • PlayerMoveC2SPacket
  • PlayerSessionC2SPacket
  • QueryBlockNbtC2SPacket
  • QueryEntityNbtC2SPacket
  • RecipeBookDataC2SPacket
  • RecipeCategoryOptionsC2SPacket
  • RenameItemC2SPacket
  • RequestCommandCompletionsC2SPacket
  • SelectMerchantTradeC2SPacket
  • SlotChangedStateC2SPacket
  • SpectatorTeleportC2SPacket
  • TeleportConfirmC2SPacket
  • UpdateBeaconC2SPacket
  • UpdateCommandBlockC2SPacket
  • UpdateCommandBlockMinecartC2SPacket
  • UpdateDifficultyC2SPacket
  • UpdateDifficultyLockC2SPacket
  • UpdateJigsawC2SPacket
  • UpdatePlayerAbilitiesC2SPacket
  • UpdateSelectedSlotC2SPacket
  • UpdateSignC2SPacket
  • UpdateStructureBlockC2SPacket
  • VehicleMoveC2SPacket

License

MIT

Credits

  • Fabric API Team
  • Minecraft Modding Community

Screenshots

Gallery

  • Settings GUI
    Settings GUI
  • Example chat output
    Example chat output
  • Example chat output
    Example chat output
  • Example log output
    Example log output

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works