Add player join/disconnect counters #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "metric/connection-events"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Exports minecraft_player_joins_total and minecraft_player_disconnects_total,
incremented from Fabric API's ServerPlayConnectionEvents JOIN/DISCONNECT
hooks. Unlike the existing handshakes counter, these only fire after a
client reaches the play state, so they reflect real session churn rather
than every server-list ping. No labels: the disconnect event doesn't
expose a reason.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com