Glorious Auth
PluginMIT

Glorious Auth

Simple yet secure auth plugin for Paper.

267
Downloads
0
Followers
1 years ago
Updated
📦
2
Versions

📖About Glorious Auth

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 - To login
  • /register - 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

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

Dont edit the do_not_edit section. It currently only saves the spawn location.

Thats it :).