promotional bannermobile promotional banner

PresenceAPI

This mod monitors player join and leave events and dispatches configurable HTTP requests with player data.

File Details

[1.1.0] PresenceAPI

  • R
  • Mar 30, 2026
  • 20.19 KB
  • 109
  • 1.21.1
  • NeoForge

File Name

presenceapi-1.1.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:presenceapi-1438821:7846292"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 1.1.0

  • Added periodic heartbeat that sends the full online player list to the backend every 5 minutes
  • Backend uses the heartbeat to reconcile stale sessions from missed join/leave events
  • Heartbeat interval is configurable via heartbeatIntervalMinutes (default: 5, set to 0 to disable)
  • Heartbeat reuses existing API endpoint and JWT authentication
  • Fixed HTTP/1.1 compatibility issues