Mineuniverse
Log in Register
Plugins

EranoLogin

Simple login and registration plugin using SQL.
by Erano
Download Claim this project
788 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools Anti-Griefing Tools Chat Related
Features :
This plugin prevents players from playing without registering to the system. 
Players must be registered to the system in order to play the game.
The important information of the players on the server is hashed with the hash system included in the plugin.
BungeeCord Support !!

Commands :
/login <password> 
/register <password> <password>


DB Configuration:
This plugin also depend on your database configuration.
Here some steps to follow how can you set up this plugin : 
Step 1 : put jar file in plugins folder
Step 2 : restart your server
Step 3 : Configure your config.yml

Example of config.yml :

database:

host: "127.0.0.1"

port: "3306"

name: "your_db_name"

username: "user_name"

password: "user_password"

 

 

If you dont have db knowledge here how can you build it :
First thing to do download mysql server and workbench you will be set your root password here
after than u need to create a database in workbench which is named "your_db_name" in example

and copy and run the code below into your mysql workbench. This basically gives permission to plugin execute queries.



CREATE USER IF NOT EXISTS `user_name_exaple`@`%` IDENTIFIED WITH mysql_native_password BY 'password_example';
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, EXECUTE, CREATE VIEW,SHOW VIEW,
CREATE ROUTINE, ALTER ROUTINE, EVENT, TRIGGER ON `database_name`.* TO `user_name_exaple`@`%`;

 

 

 

LoginPlugin-3.1
MC 1.19.3, 1.18.1, 1.20, 1.19.2, 1.20.1, 1.18, 1.19.4, 1.19, 1.18.2, 1.19.1
Release 2023-06-22 Get
LoginPlugin-3.5
MC 1.19.3, 1.18.1, 1.20, 1.19.2, 1.20.1, 1.18, 1.19.4, 1.19, 1.18.2, 1.19.1
Release 2023-06-22 Get
LoginPlugin-3.0
MC 1.19.3, 1.18.1, 1.20, 1.19.2, 1.20.1, 1.18, 1.19.4, 1.19, 1.18.2, 1.19.1
Release 2023-06-21 Get
LoginPlugin
MC 1.19.2, 1.19
Release 2023-06-19 Get
LobbyPlugin2.0
MC 1.19.2, 1.19
Release 2023-06-19 Get

You Might Also Like

AdBolt Advertising Network
Make money from your Minecraft server by running ads!
9,992
Mineload
Mineload
9,978
BeastTP
BeastTP v1.0 - Teleportation Made Easy! -[Permissions][1317]
9,966
RegionManager
generate regions with just one command!
9,950
TimeKeeper
Keep the Server-Playtime per Day
9,948
SimpleAdmin
simple way to ban/kick unwanted players from your server
9,945