

AuthCore
Standalone login and registration, fully configurable in game.
AuthCore locks an offline mode server behind a password without dragging in a login plugin from a decade ago. Players register once, log in on join, and every screen they see is editable in game.
It knows the difference between a paid account and a name somebody typed. The premium resolver asks Mojang who owns a name, so a real account can keep its own id and skin instead of being handed a stranger's inventory.
The password is asked for on the loading screen, in the configuration phase, before the player entity exists. There is no lobby world to build and nothing to hide the player from.
What it does
Login before the world loads
The password prompt runs in the configuration phase, before the player exists. No lobby world, no hiding the player, no freezing them in a box.
Real premium detection
Asks Mojang whether a name is a paid account. The ADOPT policy gives a paid name its real id and skin with no password at all.
Argon2id hashing
Argon2id where the library is available, PBKDF2 as the fallback. A placeholder tells you which one this server actually ended up with.
Alt detection
See which accounts share an address, behind its own permission. Addresses never leave the admin screens and are only ever a truncated hash.
Every screen editable in game
Menus, settings and every player facing message are edited from an in game admin hub. No file editing and no restarts.
Bedrock and skins
Bedrock name markers are understood, skins are stored, and refusal policies decide what happens when a name does not match its account.
Commands
Every command, subcommand, permission and placeholder is listed in the documentation.
/loginLog in/registerRegister this name/changepasswordChange your password/authAuthCore administration1 subcommandsWorks with
All optional. AuthCore loads and runs with none of them installed.
Reviews
No reviews yet. Be the first!
Checkout on our site is paused right now, but you can still buy and download this plugin from our third-party marketplace listings such as SpigotMC and BuiltByBit.
Buy on SpigotMC✓ Lifetime access to this version
✓ Future updates included
✓ Discord Customer role granted
Documentation
AuthCore Docs→At a glance
- Minecraft
- 1.14 - 26.2
- Platform
- Spigot / Paper
- Folia
- Supported
- Commands
- 15
- Permissions
- 11