Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
/ login Public archive

Fabric mod for Minecraft: Java Edition to protect offline mode servers adding /login and /register.

License

Notifications You must be signed in to change notification settings

Londiuh/login

Repository files navigation

Login

Fabric mod for Minecraft: Java Edition to protect offline mode servers adding /login and /register. This is a server-side mod, clients don't have to download it.

Features

  • Players are invulnerable until they log in
  • Players can't interact with the world until they log in
  • Players can't move until they log in
  • Players can't chat or use commands (only /login and /register) until they log in
  • Passwords are saved in ./registered-players.json
  • Maybe I'll add more

Commands

  • /register <newPassword> <confirmPassword>
  • /login <password>