Sol's AuthLogin

A server-side authentication mod. It provides a complete login/registration system for servers that require an additional layer of account security.

File Details

1.16.5 - v1.2.2: Minor Fixes

  • R
  • May 13, 2026
  • 96.80 KB
  • 5
  • 1.16.5
  • Forge

File Name

solsauthlogin-1.16.5-1.2.2.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:sols-authlogin-1450282:8083246")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Sol's AuthLogin 

v1.2.2 Changelog Minecraft 1.16.5

-----

 

BUG FIXES

1. Fixed: Invisible Armor Stands Accumulating

   Previously, the mod would create invisible armor stands
   as camera anchors during the login/registration screen.
   In some cases, these armor stands were not properly
   removed — especially after disconnects, server crashes,
   or chunk unloading. Over time, they would pile up
   invisibly, blocking player interactions with blocks
   and causing confusion.

   What's fixed:
   • Armor stands are now properly tagged so the mod can
     always find and clean them up.
   • On every player logout, the mod scans for and removes
     any orphaned auth armor stands that are no longer
     being used.
   • On every server start, the mod automatically cleans up
     ALL leftover auth armor stands from previous sessions
     or crashes. You will see a log message if any were
     found and removed.