Player Safe Login

Player Safe Login is a lightweight and reliable client-server authentication system designed specifically for Minecraft servers running in offline mode.

File Details

playersafelogin-1.0.0.jar

  • R
  • May 2, 2025
  • 64.56 KB
  • 15
  • 1.21.1
  • NeoForge

File Name

playersafelogin-1.0.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:player-safe-login-1256683:6486538"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Implemented a secure password setup screen on the client sideSHA-256 hashing for local password storage
  • Authentication system with hash validation between client and server
  • Players are kicked if password validation fails
  • Server logs all failed login attempts with timestamp, username, UUID, and IP
  • Command "/playersafelogin deleteaccount <player>" to reset player registration (admin only)
  • Command "/playersafelogin resetpassword <new password>" to update local password
  • Cooldown added to prevent brute-force login attempts
  • Fully integrated with Minecraft 1.21.1 using NeoForge
  • Graceful disconnect messages shown to players on failed authentication
  • Compatibility tested in offline mode servers (intended usage)
  • Available languages: en-us and pt-br