/Re-mclogin

适用于Minecraft: Java Edition的Fabric Mod。为离线模式的服务器添加登录验证。

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

Re-McLogin

A pull request was created for this repositories to molaeiali:master because of my mistake. I'm so sorry.:<

I think I need to learn "How to use Github"

Re-McLogin_ICON

LICENSE

English | 中文

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

If you like this repositories, please give a star⭐️ .

Requirement

Features

  • Add language files
  • Add UserName TAB autocomplete for /dereg

Commands

  • /reg <newPassword> <confirmPassword>
  • /l <password>
  • /passwd <oldPassword> <newPassword> <confirmPassword>
  • /dereg <UserName>*OP Only, CI Build has added this command.

Build

You need to install JDK18.

  • Windows: git clone https://github.com/VmLuRui262/Re-mclogin.git && cd .\Re-mclogin && .\gradlew.bat build

  • Linux: apt install -y openjdk-18-jdk && git clone https://github.com/VmLuRui262/Re-mclogin.git && cd ./Re-mclogin && ./gradlew build

Thank

Without them there would be no this repo.