Simple yet secure auth plugin for Paper.
Very simple to use (probably overengineered) but secure auth plugin.
This only works on Paper. Not spigot nor bukkit.
gauth.admin is the permission for being able to use any of the /gauth commands.
The security section allows you to choose the hashing algorithm for password security.
SHA512, PBKDF2, BCRYPT, ARGON2BCRYPTThe environment section controls where players are placed when they log in.
type (String) - Determines how the player is positioned before authentication.
SIMPLE, SPAWN, WORLDModes 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
Dont edit the do_not_edit section. It currently only saves the spawn location.
Thats it :).