promotional bannermobile promotional banner

PresenceAPI

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

File Details

[1.5.1] PresenceAPI

  • R
  • Apr 24, 2026
  • 11.04 KB
  • 17
  • 1.21.1
  • NeoForge

File Name

presenceapi-1.5.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

Version 1.5.1

Fixed

  • Fixed a server startup crash on fresh installs caused by the default jwtSecret placeholder being too short. The new default value meets the 256-bit minimum required by HS256, so the server no longer throws a WeakKeyException before operators have a chance to set their own secret.