EasyAuth

Authentication mod for Fabric servers

File Details

[26.1] 3.4.3-SNAPSHOT.48

  • B
  • Mar 31, 2026
  • 23.13 MB
  • 444
  • 26.1.2+2
  • Fabric

File Name

easyauth-mc26.1-3.4.3-SNAPSHOT.48.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:easyauth-503866:7848552"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

3.4.3

Minecraft 1.19.4, 1.20[.X], 1.21[.X]

Add

  • IP limit controls #200, thanks to @virgil698 #252
  • New config options for IP limit in extended.conf:
    • ipLimit.enabled
    • ipLimit.maxAccountsPerIp
    • ipLimit.blockExcessRegistration
    • ipLimit.notifyAdmins
    • ipLimit.exemptIps
    • ipLimit.cacheExpirySeconds
    • ipLimit.maxConcurrentSessionsPerIp
    • ipLimit.exemptOnlinePlayers
  • UUID management commands, thanks to @virgil698 #249
    • /auth setUuid
    • /auth clearUuid
    • /auth getUuid
  • PostgreSQL support, thanks to @DanielTrejoBorjas #226, #258
  • New options in extended.conf for preventing OPs and registered players from joining without logging with skipAllAuthChecks enabled, thanks to @Fenix5fire #184
    • skipAllAuthChecksNotForOperators
    • skipAllAuthChecksNotForRegisteredPlayers
  • Option allowCustomPacketsForNonOp to allow handling custom packets for non-OP players
  • Option allowedCustomPackets to specify list of custom packets that always allowed

Fix

  • /auth update to also refresh cached online player data #244
  • Problem with loading configurations files #225
  • Fail to freeze player before login #261