Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Description
Simple Login is a lightweight plugin 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.
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 reset players' passwords with /resetpass <player> <newpass>
.
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) Resets the password for another player.
/resetpass <player> <newpass>