Simple Login logo

Simple Login

Mod

SimpleLogin is a plugin/mod that provides a secure login and registration system. It uses SQLite for storage, BCrypt for password hashing, and supports optional TOTP-based 2FA for added account security.

Downloads

50,320

Type

Mod

Last Updated

Apr 9, 2026

Description

Description

Simple Login is a lightweight plugin/mod that adds a secure login and registration system to your server. Players must register using the /register <password> <password> command and log in with /login <password>. Until they register and log in, players are restricted from moving, interacting with their inventory, and breaking or placing blocks. Additionally, they will receive periodic reminders until they complete the login process. The plugin also supports optional TOTP-based two-factor authentication for players who want extra account security.

Player data is stored using SQLite, and passwords are hashed securely with BCrypt to ensure maximum security.

Server administrators can configure message intervals, login timeouts, and error messages via the config.yml. The plugin also allows players to delete their accounts using /delacc, and server OPs can change players' passwords with /changepass <player> <newpass> if they have simplelogin.changepass permission.

This plugin is ideal for ensuring that only authenticated players can interact with the server, enhancing security and keeping gameplay organized.

There are no external dependencies. Java 17 or higher is required.

Commands

  • Registers the player with a password.
/register <password> <password>
  • Logs the player in.
/login <password>
  • Deletes the player's account and password.
/delacc
  • (OP only) Change the password for another player.
/changepass <player> <newpass>
  • Reload config.yml
/slreload
  • Enables 2FA for the player's account and provides a secret key to add to Google Authenticator
/enable2fa
  • Disables 2FA for the player's account
/disable2fa
  • Immediately aborts the player's current session, requiring full login on next join
/abortsession

Compatibility

Mod Loaders

Bukkit Fabric Folia Paper Purpur Spigot

Game Versions

1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 +21 more

Similar Mods

External Resources