Minecraft OfflineAuth mod 2026 download
logo
minecraft mod OfflineAuth

OfflineAuth

Game Version: 1.7.10
Total Downloads: 125
Updated: Sep 13, 2022
Created: Jul 19, 2022
Download OfflineAuthDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
offlineauth-mc1.7.10-0.2.88.jar beta 4.24 MB Sep 13, 2022 1.7.10 1 download OfflineAuth offlineauth-mc1.7.10-0.2.88.jar betaDownload
offlineauth-mc1.7.10-0.2.84.jar beta 4.24 MB Aug 16, 2022 1.7.10 28 download OfflineAuth offlineauth-mc1.7.10-0.2.84.jar betaDownload
offlineauth-0.2.75.jar beta 4.22 MB Aug 7, 2022 1.7.10 21 download OfflineAuth offlineauth-0.2.75.jar betaDownload
offlineauth-0.2.49.jar beta 4.22 MB Jul 28, 2022 1.7.10 22 download OfflineAuth offlineauth-0.2.49.jar betaDownload
offlineauth-0.2.47.jar alpha 4.22 MB Jul 27, 2022 1.7.10 14 download OfflineAuth offlineauth-0.2.47.jar alphaDownload
offlineauth-0.2.46.jar alpha 4.22 MB Jul 27, 2022 1.7.10 10 download OfflineAuth offlineauth-0.2.46.jar alphaDownload
offlineauth-0.1.15.jar alpha 4.00 MB Jul 20, 2022 1.7.10 17 download OfflineAuth offlineauth-0.1.15.jar alphaDownload
offlineauth-0.1.12.jar alpha 4.00 MB Jul 19, 2022 1.7.10 11 download OfflineAuth offlineauth-0.1.12.jar alphaDownload

Description

Share this:

OfflineAuth 1.7.10 (Forge)

Beta Minecraft authentication system contained in a Forge mod. (Please note the EARLY ALPHA) Please report any bugs, especially security holes.

image

Showcase

youtube.com/watch?v=mB4DD_z5lvQ

Motivation

Microsoft forcing people to migrate from Mojang to Microsoft. Oh, and now chat reports.

Tell me more

This mod runs a small rest server (spark) alongside the main Minecraft process. This keeps everything contained to the server which could even run on a local network, independent of any external auth servers.

Getting started

If you are a server operator:
* Drop mod jar into mods folder. Let it generate a config.
* Your hosting solution needs to provide you with the option to open additional ports. Pick a port and set it in the config (default: 4567). Minecraft and the rest server can not both listen on the same port.
* Tell your players about the port they need to input in order to be able to register accounts.
* Use the /fingerprint command to get a fingerprint of the server public key. Tell players about it too.

If you are a player:
* Drop mod jar into mods folder.
* Add server in multiplayer menu. Go to the “Manage auth” menu.
* Change the auth port if needed, and register an account. Afterwards you should be able to join the server. If you are registering an account for the first time, you will have to confirm the public key fingerprint, and retry.

Features

  • Registration and deletion of accounts, changing account password and displayname
  • Working skins and capes implementation, you can even change your skin and cape in-game. Also, single-player support
  • Allowing registration only to those who have one time tokens (generate those with the /gentoken command)
  • Config options can be changed via file or server console
  • End-to-end encryption of credentials
  • Possibility of logging in with a keypair, rather than with a password
  • Backport of player faces in the multiplayer tab menu
  • Integration with Et Futurum Requiem elytras (you will have to wait for its next release, for now Et Futurum breaks OfflineAuth’s skin preview)
  • Integration with Custom Main Menu, if a button or label has a name specified in config, a default server auth menu and server join action will be added to them

Commands

  • /changename <player> <displayname> – Changes the username of a player (warning: this resets the user’s progress)
  • /deleteplayer <identifier> (alias: delplayer) – Delete a player account
  • /listusers (alias: luser) – List registered users
  • /playerexists <identifier> – Check if a given identifier is already registered
  • /gentoken – Generates a one time use account creation token
  • /fingerprint – Displays the fingerprint of the public key of the server (if users know it in advance, this can tell them if someone is performing a man in the middle attack on them)
  • /deleteskin <identifier> (alias: delskin) – Deletes the skin of a user
  • /deletecape <identifier> (alias: delcape) – Deletes the cape of a user
  • /oaconfig <list|help|get|set> [config_string] [value] – Changes given config option, only usable in the server console (more granular permissions might be added)

Credits

  • TechnicianLP for his ReAuth mod. I ripped off the config and GUI to adapt them to my mods needs.
  • SinTh0r4s, basdxz, and TheElan for their ExampleMod 1.7.10 and the included gradle buildscript.
  • Greg and all the people on his IRC who sometimes get my dumb ass unstuck 😀
  • The player 3D render code was taken from bspkrsCore (CC BY-NC-SA 3.0), by bspkrs.
  • Et Futurum Requiem devs
  • Translations: nocturni, kotmatross28729

Building

gradlew build should do the trick.

Contact

  • This project GitHub repo, create an issue if something is broken, or you have a suggestion.
  • Matrix rooms #boysgregified:matrix.thisisjoes.site and #minecraft-modding-general:matrix.org.

License

LGPLv3+SNEED

Feel free to help translate the mod, open PR’s or send lang files directly to me

Coming soon (with Et Futurum update):

elytra_capes

Comments

Add a comment