Login System

LoginSystem For offline servers

File Details

loginsystem-1.0.jar

  • B
  • Mar 10, 2025
  • 8.74 KB
  • 181
  • 1.20.1
  • Forge

File Name

loginsystem-1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:loginmod-1217786:6290272")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

📌 Version 1.0.0 - Initial Release

✅ Added a registration system (/register <password> <confirmPassword>)
✅ Implemented login verification (/login <password>)
Prevents unauthorized actions until login:

  • Movement
  • Block breaking/placing
  • Item dropping
  • Attacking entities
    Auto-kick system for players who don’t log in within 60 seconds
    Admin commands (/loadmin) to manage player passwords
    ✅ Passwords are stored persistently in a file for server restarts
    Duplicate name protection to prevent multiple logins with the same username
    ✅ Fully compatible with Minecraft Forge 1.20.1

More updates coming soon! 🚀