Compatibility
Minecraft: Java Edition
1.21–1.21.4
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published last year
Glorious Auth
Very simple to use (probably overengineered) but secure auth plugin. This only works on Paper. Not spigot nor bukkit.
Commands
- /gauth - For help
- /gauth setspawn - Sets the spawn to teleport people to when logging in.
- /gauth reload - Reload the config.
- /login <password> - To login
- /register <password> <password> - To register
Permission
gauth.admin is the permission for being able to use any of the /gauth commands.
Configuration Options
Security
The security section allows you to choose the hashing algorithm for password security.
- algorithm (String) - Defines the hashing algorithm used.
- Possible values:
SHA512,PBKDF2,BCRYPT,ARGON2 - Case-sensitive.
- Default:
BCRYPT
- Possible values:
Environment
The environment section controls where players are placed when they log in.
-
type (String) - Determines how the player is positioned before authentication.
- Possible values:
SIMPLE,SPAWN,WORLD - Case-sensitive.
Modes Explained:
SIMPLE- The player remains in the same location where they logged out (not safe as others can see them).SPAWN- The player is teleported to a predefined spawn point when logging in and teleported back once authenticated.WORLD- The player is moved to a separate world where they can roam but cannot interact. Once authenticated, they are teleported back.
Default:
SIMPLE - Possible values:
Dont edit the do_not_edit section. It currently only saves the spawn location.
Thats it :).


