If you need a website example, please go to Discord. If you have any questions, contact us on Discord.
Discord : https://discord.gg/eDK5Skq5H8 ️ SystemLoginAdmin | MySQL-Based Secure Login System for BungeeCord ✅ Advanced security login system for professional Minecraft networks Block unauthorized access | Auto-status reset | IP verification
✨ Features
✅ MySQL-Based Player Authentication ▪ Verifies player login using status (online / offline) in your MySQL database ▪ Full IP match validation to prevent account hijacking or duplicate logins ✅ Auto Status Reset System ▪ Automatically resets player status to offline if they don't join within 10 seconds ▪ Uses pre_join = 'nojoin' to check if the login attempt was incomplete ✅ Fully Customizable Messages (Multi-Language Ready) ▪ Modify all in-game kick messages via Message.yml ▪ Supports custom formatting and color codes ✅ Optimized for BungeeCord ▪ Lightweight and efficient — designed for large networks ▪ Does not interfere with player sessions or other auth systems
▪ Drop the .jar into your BungeeCord/plugins folder ▪ Start your server to generate config.yml and Message.yml ▪ Configure your MySQL credentials in config.yml ▪ Customize your kick messages in Message.yml ▪ Setup your database table as follows:
MySQL Database
CREATE TABLE player_data ( id INT AUTO_INCREMENT PRIMARY KEY, username VARCHAR(32) NOT NULL, ip VARCHAR(45), status VARCHAR(10), pre_join VARCHAR(10) );
How It Works
▪ When a player connects, their status and ip are fetched from the database ▪ If status = online and the IP matches — access is allowed ▪ If the IP doesn’t match — they’re kicked with a message from Message.yml ▪ If they don’t join within 10 seconds, their status is reset to offline
▪ High-security networks that rely on external account verification ▪ Login gateways for cracked/whitelist servers using MySQL ▪ Admin accounts with dedicated IP bindings ▪ Professional server environments looking for better control over player sessions