AuthCore

Quick rating

AuthCore

No reviews yet

AuthCore is an authentication mod for Fabric 1.21.1 servers. It provides SQLite-backed accounts, BCrypt password hashing, session timeouts, configurable Spanish messages, and pre-authentication action blocking.

QoL & Tweaks
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
authcore-0.1.0.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

AuthCore

AuthCore is a secure authentication mod for Fabric 1.21.1 servers. It is designed to replace unstable login systems by providing player registration, login, local SQLite storage, and BCrypt password hashing.

It is a server-side-only mod: players do not need to install it on their clients.

Features

  • Player account registration.
  • Secure login system.
  • Password changes.
  • BCrypt password hashing.
  • Local SQLite database.
  • Configurable login timeout.
  • Safe disconnection after the timeout expires.
  • ActionBar instructions and countdown.
  • Configurable Spanish messages.
  • Blocks movement, interactions, items, attacks, blocks, and damage before login.
  • Administrator commands.
  • Compatible with Fabric 1.21.1 and Java 21.

Player Commands

Command Description
/register <password> <confirmation> Creates an account and authenticates the player.
/login <password> Logs into a registered account.
/changepassword <current> <new> <confirmation> Changes the password of an authenticated account.


Example:

/register MySecurePassword MySecurePassword
/login MySecurePassword
/changepassword MySecurePassword AnotherSecurePassword AnotherSecurePassword

Administrator Commands

These commands require permission level 4. For now, the target player must be online.

Command Description
/auth reload Reloads the configuration and messages.
/auth unregister <player> Deletes a player's account.
/auth resetpassword <player> <password> Resets a player's password.
/auth force <player> Forces authentication for an online player.


Configuration

On its first server start, AuthCore creates:

config/authcore.properties
config/authcore.db

authcore.properties lets you configure the login timeout and all Spanish messages. The authcore.db database stores registered accounts and their BCrypt password hashes.

Example:

login.timeout-seconds=60
messages.login-prompt=Inicia sesion con /login <contrasena>. Tiempo: {seconds}s
messages.register-prompt=Registrate con /register <contrasena> <confirmacion>. Tiempo: {seconds}s

After editing the configuration, restart the server or run:

/auth reload

Installation

  1. Install Fabric Loader for Minecraft 1.21.1.
  2. Install a Fabric API version compatible with 1.21.1.
  3. Use Java 21.
  4. Copy authcore-0.1.0.jar into the server's mods folder.
  5. Remove any other authentication mod that may conflict with AuthCore.
  6. Start the server.

AuthCore was built to provide a stable, secure, and extensible authentication foundation for Fabric servers.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works